[libmath-prime-util-gmp-perl] 01/06: Updated version 0.46 from 'upstream/0.46'

gregor herrmann gregoa at debian.org
Fri Aug 4 21:44:46 UTC 2017


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 c7515cee9ba7fedf3ba1bc60a6742fafd589945e
Merge: 60e8581 c30ef4c
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri Aug 4 17:39:13 2017 -0400

    Updated version 0.46 from 'upstream/0.46'
    
    with Debian dir fcb02969b816feacd97dd133325c74227ad5b992

 Changes                    | 106 +++++++++
 LICENSE                    |   6 +-
 MANIFEST                   |   9 +
 META.json                  |   9 +-
 META.yml                   |   7 +-
 Makefile.PL                |   7 +-
 README                     |   4 +-
 TODO                       |  24 ++-
 XS.xs                      | 325 ++++++++++++++++++----------
 aks.c                      |   6 +-
 bls75.c                    |   5 +
 ecm.c                      |   6 +-
 ecpp.c                     |   6 +-
 factor.c                   |  92 ++++++--
 factor.h                   |   1 +
 gmp_main.c                 | 411 ++++++++++++++++++++++++++++++-----
 gmp_main.h                 |   6 +-
 isaac.c                    | 160 ++++++++++++++
 isaac.h                    |  12 ++
 lib/Math/Prime/Util/GMP.pm | 317 +++++++++++++++++++++++----
 primality.c                |  50 +++--
 ptypes.h                   |   1 +
 random_prime.c             | 524 +++++++++++++++++++++++++++++++++++++++++++++
 random_prime.h             |  15 ++
 t/12-nextprime.t           |   4 +-
 t/17-pseudoprime.t         |  18 ++
 t/19-moebius.t             |   3 +
 t/24-bernfrac.t            |  33 ++-
 t/26-lambertw.t            | 109 ++++++++++
 t/26-mod.t                 |  14 +-
 t/26-riemann.t             |  25 ++-
 t/28-rand.t                |  75 +++++++
 t/28-randomprime.t         | 200 +++++++++++++++++
 t/28-urandom.t             | 108 ++++++++++
 t/50-factoring.t           |  20 +-
 utility.c                  | 192 +++++++++++++----
 utility.h                  |   7 +-
 xt/bench-random-bytes.pl   |  50 +++++
 xt/create-standalone.sh    |   3 +-
 xt/proof-text-format.txt   |   2 +-
 40 files changed, 2655 insertions(+), 317 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