[libmath-prime-util-perl] 01/04: Merge tag 'upstream/0.42'

gregor herrmann gregoa at debian.org
Thu Jun 19 15:31:26 UTC 2014


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libmath-prime-util-perl.

commit 21c10c33875fd738ba02b5aee029b4402430cc7b
Merge: 0a5cd49 f3d9ed1
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Jun 19 17:25:57 2014 +0200

    Merge tag 'upstream/0.42'
    
    Upstream version 0.42

 Changes                                            |  33 ++
 MANIFEST                                           |   6 +-
 META.json                                          |   4 +-
 META.yml                                           |   4 +-
 Makefile.PL                                        |   2 +-
 README                                             |   2 +-
 TODO                                               |  11 +-
 XS.xs                                              |  76 ++-
 aks.c                                              |   3 +-
 cache.c                                            |   2 +-
 examples/csrand.pl                                 |  39 +-
 examples/fibprime-mce.pl                           |  90 ++++
 examples/fibprime-serial.pl                        |  52 ++
 .../{parallel_fibprime.pl => fibprime-threads.pl}  |  38 +-
 examples/twin_primes.pl                            |   2 +-
 factor.c                                           | 285 ++++++++++-
 factor.h                                           |   6 +-
 lib/Math/Prime/Util.pm                             | 142 ++++--
 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                          | 556 ++++++++++++++-------
 lib/Math/Prime/Util/PPFE.pm                        |  16 +
 lib/Math/Prime/Util/PrimalityProving.pm            |  10 +-
 lib/Math/Prime/Util/PrimeArray.pm                  |  90 ++--
 lib/Math/Prime/Util/PrimeIterator.pm               |   4 +-
 lib/Math/Prime/Util/RandomPrimes.pm                |   4 +-
 lib/Math/Prime/Util/ZetaBigFloat.pm                |  97 ++--
 primality.c                                        |  62 ++-
 sieve.c                                            |  37 +-
 t/19-moebius.t                                     |  75 ++-
 t/32-iterators.t                                   |   7 +
 t/33-examples.t                                    | 364 ++++++++++++++
 t/81-bignum.t                                      |  17 +-
 t/92-release-pod-coverage.t                        |   2 +-
 util.c                                             | 109 +++-
 util.h                                             |   6 +-
 xt/chinese.pl                                      | 120 +++++
 xt/pari-compare.pl                                 |  10 +
 39 files changed, 1938 insertions(+), 457 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