[libmath-prime-util-perl] branch master updated (8757722 -> 0a5cd49)
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 change to branch master
in repository libmath-prime-util-perl.
from 8757722 releasing package libmath-prime-util-perl version 0.40-1
adds be67b8e Imported Upstream version 0.41
new a3fc3cc Merge tag 'upstream/0.41'
new 1c93498 Make Recommends on libmath-prime-util-gmp-perl unversioned
new 0a5cd49 Prepare changelog for release
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
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 +-
debian/changelog | 7 +
debian/control | 2 +-
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 +-
48 files changed, 1879 insertions(+), 347 deletions(-)
create mode 100644 examples/csrand.pl
create mode 100755 examples/numseqs.pl
create mode 100644 t/25-lucas_sequences.t
--
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