[libmath-prime-util-perl] 01/07: Updated version 0.65 from 'upstream/0.65'

gregor herrmann gregoa at debian.org
Fri Aug 4 21:58:37 UTC 2017


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 798ce7f33397e47510e7ba90c2a0ba5cb02bdf05
Merge: a38799e 797a833
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri Aug 4 17:45:36 2017 -0400

    Updated version 0.65 from 'upstream/0.65'
    
    with Debian dir b563b979b638274e6772278c5f555a6da815630f

 Changes                                  |  151 +++
 MANIFEST                                 |   25 +
 META.json                                |   33 +-
 META.yml                                 |   28 +-
 Makefile.PL                              |   33 +-
 README                                   |    6 +-
 TODO                                     |   32 +-
 XS.xs                                    |  513 +++++---
 aks.c                                    |    6 +-
 bench/bench-drand.pl                     |   92 ++
 bench/bench-factor-extra.pl              |   22 +-
 bench/bench-factor-semiprime.pl          |   22 +-
 bench/bench-irand.pl                     |   72 ++
 bench/bench-is-prime.pl                  |    7 +-
 bench/bench-isprime-bpsw.pl              |   20 +-
 bench/bench-mp-nextprime.pl              |    2 +-
 bench/bench-mp-prime_count.pl            |    9 +-
 bench/bench-pp-isprime.pl                |   40 +-
 bench/bench-primecount.pl                |   54 +-
 bench/bench-random-bytes.pl              |  103 ++
 bench/factor-gnufactor.pl                |   22 +-
 bin/primes.pl                            |  141 +--
 cache.c                                  |   87 +-
 chacha.c                                 |  316 +++++
 chacha.h                                 |   14 +
 cpanfile                                 |    4 +-
 csprng.c                                 |  343 ++++++
 csprng.h                                 |   36 +
 examples/fibprime-mce.pl                 |    2 +
 factor.c                                 |   17 +-
 isaac.c                                  |  146 +++
 isaac.h                                  |   13 +
 lehmer.c                                 |   64 +-
 lehmer.h                                 |    8 +-
 lib/Math/Prime/Util.pm                   |  648 ++++++----
 lib/Math/Prime/Util/ChaCha.pm            |  317 +++++
 lib/Math/Prime/Util/ECAffinePoint.pm     |    4 +-
 lib/Math/Prime/Util/ECProjectivePoint.pm |    4 +-
 lib/Math/Prime/Util/Entropy.pm           |  185 +++
 lib/Math/Prime/Util/ISAAC.pm             |  267 ++++
 lib/Math/Prime/Util/MemFree.pm           |    4 +-
 lib/Math/Prime/Util/PP.pm                |  686 ++++++++---
 lib/Math/Prime/Util/PPFE.pm              |  167 ++-
 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      |  293 +----
 lib/Math/Prime/Util/ZetaBigFloat.pm      |    4 +-
 lib/ntheory.pm                           |   30 +-
 lmo.c                                    |   13 +-
 lmo.h                                    |    2 +-
 montmath.h                               |    2 +
 ppport.h                                 |  366 ++++--
 primality.c                              |   11 +-
 prime_nth_count.c                        |  983 +++++++++++++++
 prime_nth_count.h                        |   22 +
 ptypes.h                                 |   38 +-
 ramanujan_primes.c                       |  447 +++++++
 ramanujan_primes.h                       |   19 +
 random_prime.c                           |   91 ++
 random_prime.h                           |   12 +
 sieve.c                                  |   14 +-
 sieve_cluster.c                          |   34 +-
 t/02-can.t                               |   30 +-
 t/04-inputvalidation.t                   |    4 +-
 t/11-ramanujanprimes.t                   |   40 +-
 t/13-primecount.t                        |   12 +-
 t/14-nthprime.t                          |   15 +-
 t/16-randomprime.t                       |   46 +-
 t/17-pseudoprime.t                       |    2 +-
 t/19-moebius.t                           |   26 +-
 t/24-partitions.t                        |   23 +-
 t/26-pillai.t                            |   21 +
 t/31-threading.t                         |   23 +-
 t/34-random.t                            |  244 ++++
 t/35-cipher.t                            |   51 +
 t/35-rand-tag.t                          |   54 +
 t/80-pp.t                                |    2 +-
 t/81-bignum.t                            |    7 +-
 t/92-release-pod-coverage.t              |   12 +-
 t/93-release-spelling.t                  |   14 +-
 threadlock.h                             |   76 ++
 util.c                                   | 1957 ++++++++----------------------
 util.h                                   |   67 +-
 xt/check-nth-bounds.pl                   |   49 +
 xt/make-chacha20-inner.pl                |   56 +
 xt/make-script-test-data.pl              |    2 +-
 xt/pari-totient-moebius.pl               |    6 +-
 xt/primality-aks.pl                      |    5 +-
 xt/primality-proofs.pl                   |   21 +-
 xt/test-bpsw.pl                          |   28 +-
 xt/test-factor-mpxs.pl                   |   20 +-
 xt/test-factor-yafu.pl                   |   20 +-
 xt/test-nextprime-yafu.pl                |    4 +-
 xt/totient-range.pl                      |    6 +-
 95 files changed, 7091 insertions(+), 3010 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