[libmath-prime-util-perl] branch master updated (52400d1 -> e2a7bee)

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


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

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

      from  52400d1   releasing package libmath-prime-util-perl version 0.46-1
      adds  acbcdc8   Imported Upstream version 0.50
       new  0d774b4   Merge tag 'upstream/0.50'
       new  e2a7bee   Update debian/changelog

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 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 +-
 debian/changelog                         |   6 +
 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 +-
 51 files changed, 2103 insertions(+), 769 deletions(-)
 create mode 100644 t/11-ramanujanprimes.t
 create mode 100644 t/29-mersenne.t

-- 
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