[libmath-prime-util-gmp-perl] 01/06: Merge tag 'upstream/0.40'

Salvatore Bonaccorso carnil at debian.org
Fri Aug 5 12:45:11 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-gmp-perl.

commit 3c10f1ad1607f7e34c15cd029ea10c9eac5170d2
Merge: 1a82d4b 38b5f2c
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Fri Aug 5 14:28:12 2016 +0200

    Merge tag 'upstream/0.40'
    
    Upstream version 0.40

 .travis.yml                |   10 +-
 Changes                    |  100 ++
 LICENSE                    |    6 +-
 MANIFEST                   |    7 +
 META.json                  |   15 +-
 META.yml                   |   13 +-
 Makefile.PL                |   11 +-
 README                     |    4 +-
 TODO                       |   27 +-
 XS.xs                      |  275 ++++-
 aks.c                      |  444 +++++++
 aks.h                      |    9 +
 bls75.c                    | 1293 +++++++++++++++-----
 bls75.h                    |    6 +
 ecpp.c                     |   30 +-
 examples/vcert.c           |  192 ++-
 factor.c                   |  958 ++++++++++++++-
 factor.h                   |   10 +
 gmp_main.c                 | 2917 +++++---------------------------------------
 gmp_main.h                 |   38 +-
 lib/Math/Prime/Util/GMP.pm |  218 +++-
 primality.c                | 1505 +++++++++++++++++++++++
 primality.h                |   39 +
 ptypes.h                   |   12 +-
 simpqs.c                   |    2 +-
 t/02-can.t                 |    8 +
 t/11-primes.t              |    7 +-
 t/12-nextprime.t           |   32 +-
 t/16-provableprime.t       |   19 +-
 t/17-pseudoprime.t         |   10 +-
 t/19-moebius.t             |    8 +-
 t/23-gcd.t                 |   27 +-
 t/24-bernfrac.t            |    9 +-
 t/26-mod.t                 |  156 +++
 t/26-roots.t               |   40 +
 t/27-clusters.t            |    4 +-
 utility.c                  |  124 +-
 utility.h                  |   28 +-
 xt/create-standalone.sh    |    9 +-
 xt/llr.pl                  |   29 +
 40 files changed, 5469 insertions(+), 3182 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmath-prime-util-gmp-perl.git



More information about the Pkg-perl-cvs-commits mailing list