[libmath-prime-util-perl] 01/05: Merge tag 'upstream/0.37'

gregor herrmann gregoa at debian.org
Sun Jan 26 15:26:18 UTC 2014


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 3e8484c783cdedd4e31dea698914c77e91288d8e
Merge: 687335a 0515a15
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Jan 26 16:22:22 2014 +0100

    Merge tag 'upstream/0.37'
    
    Upstream version 0.37

 Changes                                            |   31 +
 MANIFEST                                           |   46 +-
 META.json                                          |    9 +-
 META.yml                                           |    6 +-
 README                                             |    2 +-
 TODO                                               |   20 +-
 XS.xs                                              |  110 +-
 {examples => bench}/bench-factor-extra.pl          |    0
 {examples => bench}/bench-factor-semiprime.pl      |    0
 {examples => bench}/bench-factor.pl                |    0
 {examples => bench}/bench-is-prime.pl              |    0
 {examples => bench}/bench-isprime-bpsw.pl          |    0
 {examples => bench}/bench-miller-rabin.pl          |    0
 {examples => bench}/bench-mp-nextprime.pl          |    0
 {examples => bench}/bench-mp-prime_count.pl        |    0
 {examples => bench}/bench-mp-psrp.pl               |    0
 {examples => bench}/bench-nthprime.pl              |    0
 {examples => bench}/bench-pcapprox.pl              |    0
 {examples => bench}/bench-pp-count.pl              |    0
 {examples => bench}/bench-pp-isprime.pl            |    0
 {examples => bench}/bench-pp-sieve.pl              |    0
 {examples => bench}/bench-primearray.pl            |    0
 {examples => bench}/bench-primecount.pl            |    0
 {examples => bench}/bench-random-prime-bigint.pl   |    0
 {examples => bench}/bench-random-prime.pl          |    0
 .../factor-gnufactor.pl                            |    2 +-
 bin/factor.pl                                      |    5 +-
 cache.c                                            |    2 +
 cache.h                                            |    4 +
 examples/README                                    |  116 +-
 examples/abundant.pl                               |    2 +-
 examples/find_mr_bases.pl                          |   46 +-
 examples/parallel_fibprime.pl                      |   18 +-
 examples/porter.pl                                 |  116 ++
 examples/sophie_germain.pl                         |  133 +-
 examples/test-primes-yafu.pl                       |  107 -
 examples/twin_primes.pl                            |   30 +-
 examples/verify-cert.pl                            |   35 +-
 factor.c                                           |   50 +-
 lib/Math/Prime/Util.pm                             | 2112 ++++----------------
 lib/Math/Prime/Util/ECAffinePoint.pm               |    4 +-
 lib/Math/Prime/Util/ECProjectivePoint.pm           |    4 +-
 lib/Math/Prime/Util/MemFree.pm                     |    4 +-
 lib/Math/Prime/Util/PP.pm                          |  669 ++++++-
 lib/Math/Prime/Util/PPFE.pm                        |  405 ++++
 lib/Math/Prime/Util/PrimalityProving.pm            |   17 +-
 lib/Math/Prime/Util/PrimeArray.pm                  |    4 +-
 lib/Math/Prime/Util/PrimeIterator.pm               |    4 +-
 lib/Math/Prime/Util/RandomPrimes.pm                | 1027 ++++++++++
 lib/Math/Prime/Util/ZetaBigFloat.pm                |    9 +-
 lmo.c                                              |    6 +-
 sieve.h                                            |    8 +-
 t/11-primes.t                                      |   43 +-
 t/13-primecount.t                                  |    4 +-
 t/23-primality-proofs.t                            |    1 +
 t/70-rt-bignum.t                                   |    1 +
 t/80-pp.t                                          |    8 +-
 t/81-bignum.t                                      |    9 +-
 t/92-release-pod-coverage.t                        |    4 +-
 util.c                                             |  259 ++-
 util.h                                             |    8 +-
 xt/primes-edgecases.pl                             |   34 +-
 {examples => xt}/test-factor-yafu.pl               |    4 +-
 {examples => xt}/test-nextprime-yafu.pl            |    5 +-
 64 files changed, 3148 insertions(+), 2395 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