[libmath-prime-util-perl] 03/08: Merge tag 'upstream/0.45'

Salvatore Bonaccorso carnil at debian.org
Thu Oct 2 21:38:21 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 337285ebef76a883988e1d208a912d42c4090a2a
Merge: aab2835 cd13671
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Tue Sep 30 23:18:54 2014 +0200

    Merge tag 'upstream/0.45'
    
    Upstream version 0.45

 Changes                                  |  39 +++
 MANIFEST                                 |   7 +
 META.json                                |  31 +-
 META.yml                                 |  24 +-
 Makefile.PL                              |  38 ++-
 README                                   |   2 +-
 TODO                                     |  16 +-
 XS.xs                                    | 370 ++++++++++++++++++-----
 factor.c                                 |  12 +-
 inc/Devel/CheckLib.pm                    | 495 +++++++++++++++++++++++++++++++
 lehmer.c                                 |   8 +-
 lib/Math/Prime/Util.pm                   | 333 +++++++++++++++++++--
 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                | 469 ++++++++++++++++++++++++++++-
 lib/Math/Prime/Util/PPFE.pm              |  78 +++--
 lib/Math/Prime/Util/PrimalityProving.pm  |   4 +-
 lib/Math/Prime/Util/PrimeArray.pm        |  14 +-
 lib/Math/Prime/Util/PrimeIterator.pm     |   6 +-
 lib/Math/Prime/Util/RandomPrimes.pm      |   4 +-
 lib/Math/Prime/Util/ZetaBigFloat.pm      |   4 +-
 lib/ntheory.pm                           | 179 +++++++++++
 primality.c                              | 126 +++++++-
 primality.h                              |   2 +
 t/011-load-ntheory.t                     |   7 +
 t/02-can.t                               |  14 +-
 t/022-can-ntheory.t                      |   8 +
 t/04-inputvalidation.t                   |   9 +-
 t/11-primes.t                            |   7 +-
 t/12-nextprime.t                         |   2 +
 t/17-pseudoprime.t                       |  23 +-
 t/18-functions.t                         |  20 +-
 t/19-moebius.t                           |  85 +++++-
 t/25-lucas_sequences.t                   |  18 +-
 t/26-combinatorial.t                     |  68 +++++
 t/27-bernfrac.t                          | 132 +++++++++
 t/28-pi.t                                |  44 +++
 t/50-factoring.t                         |   2 +
 t/92-release-pod-coverage.t              |  21 +-
 util.c                                   | 127 +++++++-
 util.h                                   |   5 +
 42 files changed, 2662 insertions(+), 203 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