[libmath-prime-util-perl] 01/03: Merge tag 'upstream/0.41'
Salvatore Bonaccorso
carnil at debian.org
Sun May 18 19:12:47 UTC 2014
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 a3fc3cc79e039e5ed3a15b68e6671ba0712554a4
Merge: 8757722 be67b8e
Author: Salvatore Bonaccorso <carnil at debian.org>
Date: Sun May 18 21:05:39 2014 +0200
Merge tag 'upstream/0.41'
Upstream version 0.41
Changes | 30 ++
MANIFEST | 3 +
META.json | 4 +-
META.yml | 4 +-
README | 2 +-
TODO | 6 +
XS.xs | 307 ++++++++++++----
aks.c | 14 +-
bench/bench-mp-psrp.pl | 3 +-
examples/README | 2 +-
examples/csrand.pl | 59 ++++
examples/inverse_totient.pl | 4 +-
examples/numseqs.pl | 583 +++++++++++++++++++++++++++++++
examples/porter.pl | 1 -
examples/project_euler_037.pl | 3 +-
examples/project_euler_193.pl | 4 +-
examples/project_euler_342.pl | 8 +-
examples/sophie_germain.pl | 2 +-
examples/twin_primes.pl | 21 +-
factor.c | 28 +-
lib/Math/Prime/Util.pm | 178 +++++++---
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 | 209 ++++++++++-
lib/Math/Prime/Util/PPFE.pm | 43 ++-
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 | 28 +-
lib/Math/Prime/Util/ZetaBigFloat.pm | 4 +-
primality.c | 122 ++++---
t/14-nthprime.t | 5 +-
t/19-moebius.t | 100 +++++-
t/22-aks-prime.t | 8 +-
t/24-partitions.t | 69 +++-
t/25-lucas_sequences.t | 79 +++++
t/81-bignum.t | 6 +
t/92-release-pod-coverage.t | 8 +-
util.c | 123 ++++---
util.h | 2 +
xt/moebius-mertens.pl | 7 +-
xt/pari-compare.pl | 59 +++-
xt/primality-aks.pl | 45 ++-
xt/test-bpsw.pl | 1 +
xt/totient-range.pl | 9 +-
46 files changed, 1871 insertions(+), 346 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