[libmath-prime-util-perl] branch master updated (250a2bc -> ec8d7e7)

Salvatore Bonaccorso carnil at debian.org
Sun May 22 08:58:09 UTC 2016


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  250a2bc   update changelog
      adds  a844772   Imported Upstream version 0.58
       new  587559e   Merge tag 'upstream/0.58'
       new  ec8d7e7   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                                  |  63 +++++
 MANIFEST                                 |   1 +
 META.json                                |  51 +---
 META.yml                                 |  47 +---
 Makefile.PL                              |  14 +-
 README                                   |   2 +-
 TODO                                     |  17 +-
 XS.xs                                    | 343 +++++++++++++++++------
 aks.c                                    |  84 +++++-
 debian/changelog                         |   7 +-
 examples/csrand.pl                       |   5 +
 factor.c                                 | 253 +++++++++++------
 factor.h                                 |   2 +
 inc/Devel/CheckLib.pm                    | 182 ++++++++++--
 lib/Math/Prime/Util.pm                   | 204 +++++++++++---
 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                | 386 ++++++++++++++++++++++++--
 lib/Math/Prime/Util/PPFE.pm              |  61 +++-
 lib/Math/Prime/Util/PrimalityProving.pm  |   4 +-
 lib/Math/Prime/Util/PrimeArray.pm        |   4 +-
 lib/Math/Prime/Util/PrimeIterator.pm     |   4 +-
 lib/Math/Prime/Util/RandomPrimes.pm      |   5 +-
 lib/Math/Prime/Util/ZetaBigFloat.pm      |   4 +-
 lib/ntheory.pm                           |  17 +-
 primality.c                              |  30 +-
 primality.h                              |   1 +
 sieve_cluster.c                          |  24 +-
 t/11-primes.t                            |  15 +-
 t/12-nextprime.t                         |   4 +-
 t/13-primecount.t                        |   1 +
 t/14-nthprime.t                          |   6 +-
 t/17-pseudoprime.t                       |   7 +
 t/19-moebius.t                           | 111 +++++---
 t/26-digits.t                            |  13 +-
 t/26-mod.t                               | 179 ++++++++++++
 t/80-pp.t                                |   4 +-
 t/92-release-pod-coverage.t              |  12 +-
 util.c                                   | 463 ++++++++++++++++++++++++++-----
 util.h                                   |   9 +-
 xt/small-is-next-prev.pl                 |   2 +-
 42 files changed, 2122 insertions(+), 531 deletions(-)
 create mode 100644 t/26-mod.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