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

gregor herrmann gregoa at debian.org
Wed Oct 22 17:51:32 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 fa396c6882e90c09cae484aad1e5ab6a668a64ab
Merge: 69834bc 0f446a3
Author: gregor herrmann <gregoa at debian.org>
Date:   Wed Oct 22 19:40:20 2014 +0200

    Merge tag 'upstream/0.46'
    
    Upstream version 0.46

 Changes                                  |  38 ++
 MANIFEST                                 |   1 +
 META.json                                |   6 +-
 META.yml                                 |   6 +-
 Makefile.PL                              |   2 +-
 README                                   |   2 +-
 TODO                                     |  12 +-
 XS.xs                                    | 140 ++++++--
 bin/primes.pl                            |   2 +-
 cpanfile                                 |   2 +-
 examples/verify-primegaps.pl             | 122 +++++++
 lib/Math/Prime/Util.pm                   |  73 +++-
 lib/Math/Prime/Util/ECAffinePoint.pm     |   4 +-
 lib/Math/Prime/Util/ECProjectivePoint.pm |  28 +-
 lib/Math/Prime/Util/MemFree.pm           |   4 +-
 lib/Math/Prime/Util/PP.pm                | 572 ++++++++++++++++---------------
 lib/Math/Prime/Util/PPFE.pm              |  19 +-
 lib/Math/Prime/Util/PrimalityProving.pm  |  29 +-
 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      | 191 ++++++-----
 lib/ntheory.pm                           |  13 +-
 primality.c                              |   2 -
 t/02-can.t                               |  11 +-
 t/04-inputvalidation.t                   |  22 +-
 t/17-pseudoprime.t                       |   6 +
 t/19-moebius.t                           |  39 ++-
 t/28-pi.t                                |   9 +-
 t/33-examples.t                          |  11 +-
 t/80-pp.t                                | 112 +++++-
 t/81-bignum.t                            |  26 +-
 t/92-release-pod-coverage.t              |   8 +-
 util.c                                   |  91 ++++-
 util.h                                   |   4 +
 35 files changed, 1113 insertions(+), 506 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