[libmath-prime-util-gmp-perl] 01/12: Merge tag 'upstream/0.16'

gregor herrmann gregoa at debian.org
Sat Dec 21 21:31:41 UTC 2013


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libmath-prime-util-gmp-perl.

commit ed5c1184074083af934cbf075294dc7ad7bca9e0
Merge: 02321b9 7f03d83
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Dec 21 22:04:47 2013 +0100

    Merge tag 'upstream/0.16'
    
    Upstream version 0.16

 Changes                          |  182 +++-
 LICENSE                          |    6 +-
 MANIFEST                         |   21 +
 META.json                        |   19 +-
 META.yml                         |   10 +-
 Makefile.PL                      |   38 +-
 README                           |   20 +-
 TODO                             |   32 +-
 XS.xs                            |  443 ++++++---
 bls75.c                          |  781 ++++++++++++++++
 bls75.h                          |   30 +
 class_poly_data.h                |  624 +++++++++++++
 ecm.c                            |  686 ++++++++++++++
 ecm.h                            |   16 +
 ecpp.c                           |  973 ++++++++++++++++++++
 ecpp.h                           |   16 +
 examples/convert-gmpecpp-cert.pl |   44 +
 examples/convert-primo-cert.pl   |   85 ++
 examples/vcert.c                 | 1662 +++++++++++++++++++++++++++++++++
 examples/verify-cert.pl          |  598 ++++++++++++
 examples/verify_primegap.pl      |  139 +++
 gmp_main.c                       | 1885 ++++++++++++++++++++------------------
 gmp_main.h                       |   19 +-
 inc/Devel/CheckLib.pm            |    9 +-
 lib/Math/Prime/Util/GMP.pm       |  563 +++++++++---
 prime_iterator.c                 |   85 +-
 prime_iterator.h                 |    4 +-
 ptypes.h                         |   42 +
 simpqs.c                         | 1539 +++++++++++++++++++++++++++++++
 simpqs.h                         |    8 +
 small_factor.h                   |    3 +-
 t/10-isprime.t                   |    4 +-
 t/11-primes.t                    |    2 -
 t/15-probprime.t                 |   10 +
 t/16-provableprime.t             |   98 +-
 t/17-pseudoprime.t               |  104 ++-
 t/22-partitions.t                |   86 ++
 t/50-factoring.t                 |   26 +-
 t/93-release-spelling.t          |   26 +
 utility.c                        | 1053 +++++++++++++++++++++
 utility.h                        |   64 ++
 xt/calculate-mr-probs.pl         |   48 +
 xt/create-standalone.sh          |  198 ++++
 xt/proof-text-format.txt         |  292 ++++++
 44 files changed, 11401 insertions(+), 1192 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