[libmath-prime-util-perl] 01/04: Merge tag 'upstream/0.52'

Salvatore Bonaccorso carnil at debian.org
Mon Aug 10 19:38:39 UTC 2015


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 e8ccb6180bfdd152ad7e034f51f4d200f8c5ddbd
Merge: be75de9 a00cc97
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Mon Aug 10 21:29:07 2015 +0200

    Merge tag 'upstream/0.52'
    
    Upstream version 0.52

 Changes                                  |  50 +++++++
 META.json                                |   7 +-
 META.yml                                 |   7 +-
 Makefile.PL                              |   2 +-
 TODO                                     |   4 +
 XS.xs                                    |  34 +++--
 aks.c                                    |  14 +-
 bench/bench-primearray.pl                |   3 +
 cpanfile                                 |   2 +-
 examples/inverse_totient.pl              |  48 ++++--
 lib/Math/Prime/Util.pm                   |  67 +++++++--
 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                | 250 ++++++++++++++++++++++++++-----
 lib/Math/Prime/Util/PPFE.pm              |   5 +
 lib/Math/Prime/Util/PrimalityProving.pm  |   4 +-
 lib/Math/Prime/Util/PrimeArray.pm        | 128 ++++++++++------
 lib/Math/Prime/Util/PrimeIterator.pm     |   4 +-
 lib/Math/Prime/Util/RandomPrimes.pm      |  15 +-
 lib/Math/Prime/Util/ZetaBigFloat.pm      |   4 +-
 lib/ntheory.pm                           |   3 +-
 mulmod.h                                 |   2 +-
 primality.c                              |  42 ++++--
 ptypes.h                                 |  22 ++-
 sieve.c                                  |   2 +-
 sieve.h                                  | 118 ++++++++-------
 t/02-can.t                               |   5 +-
 t/12-nextprime.t                         |   4 +-
 t/16-randomprime.t                       |  12 +-
 t/19-moebius.t                           |  36 ++++-
 t/92-release-pod-coverage.t              |   7 +-
 util.c                                   | 133 +++++++++++++++-
 util.h                                   |   9 ++
 34 files changed, 799 insertions(+), 256 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