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

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 commit to branch master
in repository libmath-prime-util-perl.

commit 587559e361cefba7fd592108290eb782cbd1f49d
Merge: 250a2bc a844772
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Sun May 22 10:56:54 2016 +0200

    Merge tag 'upstream/0.58'
    
    Upstream version 0.58

 Changes                                  |  63 +++++
 MANIFEST                                 |   1 +
 META.json                                |  51 +---
 META.yml                                 |  47 +---
 Makefile.PL                              |  14 +-
 README                                   |   2 +-
 TODO                                     |  17 +-
 XS.xs                                    | 343 +++++++++++++++++------
 aks.c                                    |  84 +++++-
 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 +-
 41 files changed, 2117 insertions(+), 529 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