[libmath-prime-util-perl] 01/07: Update upstream source from tag 'upstream/0.70'

gregor herrmann gregoa at debian.org
Tue Jan 2 22:33:35 UTC 2018


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libmath-prime-util-perl.

commit 96f6de7051d4992be7493b1574199794fc49904d
Merge: 1d8a1fe c5a698c
Author: gregor herrmann <gregoa at debian.org>
Date:   Tue Jan 2 23:27:09 2018 +0100

    Update upstream source from tag 'upstream/0.70'
    
    Update to upstream version '0.70'
    with Debian dir ee0abe7d38ecdbece5f1b7a35eb49822bdd755d2

 .travis.yml                              |   5 +-
 Changes                                  |  39 +++
 MANIFEST                                 |   1 +
 META.json                                |  23 +-
 META.yml                                 |  23 +-
 Makefile.PL                              |  21 +-
 README                                   |   2 +-
 TODO                                     |  19 +-
 XS.xs                                    |  28 +-
 cpanfile                                 |   3 +-
 factor.c                                 |  23 +-
 lib/Math/Prime/Util.pm                   | 145 ++++----
 lib/Math/Prime/Util/ChaCha.pm            |   4 +-
 lib/Math/Prime/Util/ECAffinePoint.pm     |   4 +-
 lib/Math/Prime/Util/ECProjectivePoint.pm |   4 +-
 lib/Math/Prime/Util/Entropy.pm           |   4 +-
 lib/Math/Prime/Util/MemFree.pm           |   4 +-
 lib/Math/Prime/Util/PP.pm                | 572 ++++++++++---------------------
 lib/Math/Prime/Util/PrimalityProving.pm  |   4 +-
 lib/Math/Prime/Util/PrimeArray.pm        |   4 +-
 lib/Math/Prime/Util/PrimeIterator.pm     |   4 +-
 lib/Math/Prime/Util/RandomPrimes.pm      |   4 +-
 lib/Math/Prime/Util/ZetaBigFloat.pm      |  13 +-
 lib/ntheory.pm                           |   2 +-
 primality.c                              |   2 +-
 prime_count_tables.h                     |   8 +-
 ptypes.h                                 |   5 +-
 ramanujan_primes.c                       |   8 +-
 sieve.c                                  | 107 ++++--
 sieve.h                                  |   1 +
 t/13-primecount.t                        |   3 +
 t/31-threading.t                         |   4 +
 t/81-bignum.t                            |   2 +-
 util.c                                   |  17 +-
 util.h                                   |   1 +
 xt/measure_zeta_accuracy.pl              |   5 +-
 xt/primecount-many.t                     |   2 +-
 xt/test-pcbounds.pl                      |   2 +-
 xt/test-primecount.pl                    |  43 +++
 39 files changed, 576 insertions(+), 589 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmath-prime-util-perl.git



More information about the Pkg-perl-cvs-commits mailing list