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 f3ef3f3d1db57ec6b4d6f73f52529338e639f73f Merge: 8c671e6 92f438d Author: Salvatore Bonaccorso <[email protected]> Date: Wed Aug 27 12:57:57 2014 +0200 Merge tag 'upstream/0.43' Upstream version 0.43 Changes | 31 ++++++ MANIFEST | 3 + META.json | 4 +- META.yml | 4 +- README | 10 +- TODO | 3 +- XS.xs | 47 +++++---- bench/bench-isprime-bpsw.pl | 5 +- examples/csrand-gmp.pl | 119 +++++++++++++++++++++ examples/csrand.pl | 52 +++++++-- examples/numseqs.pl | 31 ++++-- examples/twin_primes.pl | 7 +- factor.c | 56 ++++++---- lib/Math/Prime/Util.pm | 176 ++++++++++++++++++++++--------- lib/Math/Prime/Util/ECAffinePoint.pm | 11 +- lib/Math/Prime/Util/ECProjectivePoint.pm | 12 ++- lib/Math/Prime/Util/MemFree.pm | 6 +- lib/Math/Prime/Util/PP.pm | 51 +++++++-- lib/Math/Prime/Util/PPFE.pm | 20 ++++ lib/Math/Prime/Util/PrimalityProving.pm | 4 +- lib/Math/Prime/Util/PrimeArray.pm | 10 +- lib/Math/Prime/Util/PrimeIterator.pm | 14 +-- lib/Math/Prime/Util/RandomPrimes.pm | 31 +++++- lib/Math/Prime/Util/ZetaBigFloat.pm | 4 +- primality.c | 59 ++++------- t/02-can.t | 13 +-- t/11-twinprimes.t | 41 +++++++ t/19-moebius.t | 24 ++++- t/24-partitions.t | 5 +- t/33-examples.t | 10 +- t/50-factoring.t | 6 +- t/80-pp.t | 6 +- t/92-release-pod-coverage.t | 12 +-- t/97-synopsis.t | 19 ++++ util.c | 41 ++++--- util.h | 12 +-- xt/factor-holf.pl | 16 ++- xt/primecount-many.t | 17 +-- 38 files changed, 745 insertions(+), 247 deletions(-) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmath-prime-util-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
