[libmath-prime-util-perl] branch master updated (8d99854 -> 7fe7bfc)
Salvatore Bonaccorso
carnil at debian.org
Sun Oct 18 13:30:44 UTC 2015
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 8d99854 Prepare changelog for release
adds 80e38c2 ramanujan_tau doc; use our root func
adds df6b354 Simple prime cluster sieve
adds 8cb2f90 Fast cluster sieve
adds e1a92bf 64-bit processing of clusters
adds 22c6a94 Compiler warnings
adds 13c2cc9 Tests, documentation for sieve_prime_cluster
adds a681490 Fix PP cluster sieve with very small starts
adds d7a3b3c UL -> UVCONST
adds 77b4caf Fix some edge cases with frobenius(P,Q) and aes with increment > 3
adds fc24977 Bump version
adds f812db6 New ktuplet examples
adds 24d02c6 Imported Upstream version 0.54
new 1425b1b Merge tag 'upstream/0.54'
new 7fe7bfc Update debian/changelog
The 2 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 | 12 ++
MANIFEST | 5 +
META.json | 17 +-
META.yml | 17 +-
Makefile.PL | 13 +-
README | 2 +-
XS.xs | 41 +++-
debian/changelog | 6 +
examples/ktuplet-threads.pl | 82 ++++++++
examples/ktuplet.pl | 102 ++++++++++
factor.c | 6 +-
lehmer.c | 6 +-
lib/Math/Prime/Util.pm | 40 +++-
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 | 78 ++++++-
lib/Math/Prime/Util/PPFE.pm | 4 +
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 | 4 +-
lib/Math/Prime/Util/ZetaBigFloat.pm | 4 +-
lib/ntheory.pm | 3 +-
lmo.c | 10 +-
primality.c | 31 ++-
sieve.h | 2 +-
sieve_cluster.c | 338 +++++++++++++++++++++++++++++++
sieve_cluster.h | 9 +
t/11-clusters.t | 122 +++++++++++
t/92-release-pod-coverage.t | 2 +-
util.c | 6 +-
32 files changed, 911 insertions(+), 75 deletions(-)
create mode 100755 examples/ktuplet-threads.pl
create mode 100644 examples/ktuplet.pl
create mode 100644 sieve_cluster.c
create mode 100644 sieve_cluster.h
create mode 100644 t/11-clusters.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