[libmath-prime-util-perl] branch master updated (8c671e6 -> bb0bbc9)

Salvatore Bonaccorso carnil at debian.org
Wed Aug 27 11:10:31 UTC 2014


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

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

      from  8c671e6   update changelog
      adds  92f438d   Imported Upstream version 0.43
       new  f3ef3f3   Merge tag 'upstream/0.43'
       new  fc1392f   Switch alternative Recommends for Digest::SHA
       new  379c3fc   Make Recommends on libmath-prime-util-gmp-perl unversioned
       new  b694f28   Wrap and sort fields in debian/control
       new  bb0bbc9   Prepare changelog for release

The 5 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                                      |  31 +++++
 MANIFEST                                     |   3 +
 META.json                                    |   4 +-
 META.yml                                     |   4 +-
 README                                       |  10 +-
 TODO                                         |   3 +-
 XS.xs                                        |  47 ++++---
 bench/bench-isprime-bpsw.pl                  |   5 +-
 debian/changelog                             |  10 +-
 debian/control                               |  12 +-
 examples/csrand-gmp.pl                       | 119 ++++++++++++++++++
 examples/csrand.pl                           |  52 ++++++--
 examples/numseqs.pl                          |  31 ++++-
 examples/twin_primes.pl                      |   7 +-
 factor.c                                     |  56 ++++++---
 lib/Math/Prime/Util.pm                       | 176 +++++++++++++++++++--------
 lib/Math/Prime/Util/ECAffinePoint.pm         |  11 +-
 lib/Math/Prime/Util/ECProjectivePoint.pm     |  12 +-
 lib/Math/Prime/Util/MemFree.pm               |   6 +-
 lib/Math/Prime/Util/PP.pm                    |  51 +++++++-
 lib/Math/Prime/Util/PPFE.pm                  |  20 +++
 lib/Math/Prime/Util/PrimalityProving.pm      |   4 +-
 lib/Math/Prime/Util/PrimeArray.pm            |  10 +-
 lib/Math/Prime/Util/PrimeIterator.pm         |  14 ++-
 lib/Math/Prime/Util/RandomPrimes.pm          |  31 ++++-
 lib/Math/Prime/Util/ZetaBigFloat.pm          |   4 +-
 primality.c                                  |  59 ++++-----
 t/02-can.t                                   |  13 +-
 t/11-twinprimes.t                            |  41 +++++++
 t/19-moebius.t                               |  24 +++-
 t/24-partitions.t                            |   5 +-
 t/33-examples.t                              |  10 +-
 t/50-factoring.t                             |   6 +-
 t/80-pp.t                                    |   6 +-
 t/92-release-pod-coverage.t                  |  12 +-
 t/{91-release-pod-syntax.t => 97-synopsis.t} |   8 +-
 util.c                                       |  41 ++++---
 util.h                                       |  12 +-
 xt/factor-holf.pl                            |  16 ++-
 xt/primecount-many.t                         |  17 +--
 40 files changed, 744 insertions(+), 259 deletions(-)
 create mode 100644 examples/csrand-gmp.pl
 create mode 100644 t/11-twinprimes.t
 copy t/{91-release-pod-syntax.t => 97-synopsis.t} (65%)

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