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

Salvatore Bonaccorso carnil at debian.org
Mon Oct 10 09:06:26 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 95a49042b9691b4bc02ddca8890d97acdacd78ee
Merge: 8f31bc3 9a59da5
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Mon Oct 10 10:58:59 2016 +0200

    Merge tag 'upstream/0.60'
    
    Upstream version 0.60

 Changes                                  |  48 +++++
 MANIFEST                                 |   2 +
 META.json                                |  20 +-
 META.yml                                 |  18 +-
 Makefile.PL                              |  14 +-
 TODO                                     |   4 +-
 XS.xs                                    |  58 ++++--
 aks.c                                    |   7 +-
 bench/bench-is-prime.pl                  |   7 +-
 bench/bench-mp-prime_count.pl            |   5 +-
 factor.c                                 | 124 +++++++++---
 lib/Math/Prime/Util.pm                   | 125 +++++++-----
 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                | 325 +++++++++++++++++++++----------
 lib/Math/Prime/Util/PPFE.pm              |   8 +
 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      |   4 +-
 lib/Math/Prime/Util/ZetaBigFloat.pm      |  13 +-
 lib/ntheory.pm                           |   1 +
 lmo.c                                    |   2 +-
 montmath.h                               |   9 +
 mulmod.h                                 |   8 -
 primality.c                              |  35 ++--
 primality.h                              |   6 -
 prime_count_tables.h                     |  92 +++++++++
 ptypes.h                                 |   9 +-
 sieve.c                                  |   3 +-
 t/26-vec.t                               |  27 ++-
 t/27-bernfrac.t                          |  38 +++-
 t/92-release-pod-coverage.t              |   2 +-
 util.c                                   | 233 ++++++++++++----------
 util.h                                   |   1 +
 xt/create-pc-tables.pl                   |  80 ++++++++
 37 files changed, 963 insertions(+), 389 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