[libmath-prime-util-perl] 01/02: Merge tag 'upstream/0.50'

Partha P. Mukherjee ppm-guest at moszumanska.debian.org
Thu May 21 18:42:35 UTC 2015


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

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

commit 0d774b4ae7a9636558d15dab500766589a5dc7e3
Merge: 52400d1 acbcdc8
Author: Partha Pratim Mukherjee <ppm.floss at gmail.com>
Date:   Thu May 21 23:25:24 2015 +0530

    Merge tag 'upstream/0.50'
    
    Upstream version 0.50

 Changes                                  |  84 +++++
 LICENSE                                  |   6 +-
 MANIFEST                                 |   2 +
 META.json                                |  16 +-
 META.yml                                 |  16 +-
 Makefile.PL                              |  12 +-
 README                                   |   5 +-
 TODO                                     |  12 +-
 XS.xs                                    | 282 +++++++++++-----
 aks.c                                    |  67 +++-
 bin/primes.pl                            |  65 +---
 cache.c                                  |  12 +-
 cache.h                                  |   3 +-
 constants.h                              |  21 +-
 examples/numseqs.pl                      |  32 +-
 examples/verify-primegaps.pl             |   2 +-
 factor.c                                 | 292 ++++++++++-------
 factor.h                                 |   2 -
 lib/Math/Prime/Util.pm                   | 377 +++++++++++++--------
 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                | 543 +++++++++++++++++++++++++------
 lib/Math/Prime/Util/PPFE.pm              |  88 ++++-
 lib/Math/Prime/Util/PrimalityProving.pm  |   7 +-
 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      |   4 +-
 lib/ntheory.pm                           |  20 +-
 mulmod.h                                 |   8 +-
 primality.c                              | 233 +++++++++----
 primality.h                              |   4 +
 ptypes.h                                 |  41 +++
 sieve.h                                  |   3 +-
 t/02-can.t                               |   4 +-
 t/04-inputvalidation.t                   |   2 +-
 t/11-ramanujanprimes.t                   |  57 ++++
 t/19-moebius.t                           |  33 +-
 t/25-lucas_sequences.t                   |  15 +-
 t/27-bernfrac.t                          |  27 +-
 t/29-mersenne.t                          |  18 +
 t/33-examples.t                          |  13 +-
 t/70-rt-bignum.t                         |   3 +-
 t/80-pp.t                                |  18 +-
 t/81-bignum.t                            |  29 +-
 t/92-release-pod-coverage.t              |  16 +-
 util.c                                   | 331 +++++++++++++++----
 util.h                                   |  12 +-
 xt/test-ispower.pl                       |   5 +-
 50 files changed, 2097 insertions(+), 769 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