[libmath-prime-util-perl] 01/07: Merge tag 'upstream/0.36'

Salvatore Bonaccorso carnil at debian.org
Tue Jan 14 20:37:59 UTC 2014


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

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

commit 24d6390da2b05e76ef524a82faebc7b417cd0680
Merge: f09c0e2 a107dd5
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Tue Jan 14 21:21:47 2014 +0100

    Merge tag 'upstream/0.36'
    
    Upstream version 0.36

 Changes                                       |   78 +-
 LICENSE                                       |    6 +-
 MANIFEST                                      |    7 +
 META.json                                     |    3 +-
 META.yml                                      |    3 +-
 Makefile.PL                                   |    4 +-
 README                                        |    4 +-
 TODO                                          |   55 +-
 XS.xs                                         | 1534 ++---
 aks.c                                         |   75 +-
 bin/primes.pl                                 |   21 +-
 cache.c                                       |   33 +-
 constants.h                                   |   24 +
 cpanfile                                      |    1 +
 examples/abundant.pl                          |    0
 examples/bench-factor-extra.pl                |    2 -
 examples/bench-factor-semiprime.pl            |    8 +-
 examples/bench-factor.pl                      |  103 +-
 examples/bench-miller-rabin.pl                |   19 +-
 examples/bench-nthprime.pl                    |    4 +-
 examples/bench-pp-count.pl                    |   10 +-
 examples/bench-primecount.pl                  |   20 +-
 examples/find_mr_bases.pl                     |    2 +-
 examples/sophie_germain.pl                    |    9 +-
 examples/test-factor-gnufactor.pl             |   24 +-
 factor.c                                      |  738 ++-
 factor.h                                      |    8 +-
 lehmer.c                                      |  406 +-
 lehmer.h                                      |    2 -
 lib/Math/Prime/Util.pm                        | 1452 ++---
 lib/Math/Prime/Util/ECAffinePoint.pm          |   67 +-
 lib/Math/Prime/Util/ECProjectivePoint.pm      |   30 +-
 lib/Math/Prime/Util/MemFree.pm                |    4 +-
 lib/Math/Prime/Util/PP.pm                     | 1569 +++---
 lib/Math/Prime/Util/PrimalityProving.pm       |   83 +-
 lib/Math/Prime/Util/PrimeArray.pm             |    4 +-
 lib/Math/Prime/Util/PrimeIterator.pm          |   25 +-
 lib/Math/Prime/Util/ZetaBigFloat.pm           |   16 +-
 lmo.c                                         |  382 +-
 lmo.h                                         |    2 +
 mulmod.h                                      |   15 +-
 ppport.h                                      | 7452 +++++++++++++++++++++++++
 primality.c                                   |  131 +-
 primality.h                                   |    2 +-
 ptypes.h                                      |   70 +-
 sieve.c                                       |  313 +-
 sieve.h                                       |   89 +-
 t/02-can.t                                    |   12 +-
 t/03-init.t                                   |    2 +-
 t/04-inputvalidation.t                        |   78 +
 t/13-primecount.t                             |   20 +-
 t/16-randomprime.t                            |    2 +-
 t/17-pseudoprime.t                            |   18 +-
 t/19-moebius.t                                |  231 +-
 t/20-primorial.t                              |   10 +-
 t/23-primality-proofs.t                       |  185 +-
 t/31-threading.t                              |    6 +-
 t/32-iterators.t                              |   33 +-
 t/50-factoring.t                              |   58 +-
 t/51-primearray.t                             |    2 +-
 t/80-pp.t                                     |  114 +-
 t/81-bignum.t                                 |  100 +-
 t/92-release-pod-coverage.t                   |   54 +-
 t/94-weaken.t                                 |   68 +
 util.c                                        |  780 ++-
 util.h                                        |  150 +-
 xt/factor-holf.pl                             |    2 +-
 xt/legendre_phi.t                             |   28 +
 xt/pari-compare.pl                            |  293 +
 xt/pari-totient-moebius.pl                    |    2 +-
 xt/primality-proofs.pl                        |    7 +-
 xt/{primecount-many.t => primecount-approx.t} |   49 +-
 xt/primecount-many.t                          |   65 +-
 xt/primes-edgecases.pl                        |    2 +-
 xt/test-bpsw.pl                               |    8 +-
 xt/test-factor-mpxs.pl                        |    2 +-
 xt/test-primes-script2.pl                     |    4 +-
 77 files changed, 13137 insertions(+), 4157 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