[libmath-prime-util-perl] 01/02: Merge tag 'upstream/0.39'

Salvatore Bonaccorso carnil at debian.org
Wed Mar 5 22:01:05 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 3de7d660fba4e147649f544f7f51098d8dee2165
Merge: 3d80013 009b978
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Wed Mar 5 22:51:16 2014 +0100

    Merge tag 'upstream/0.39'
    
    Upstream version 0.39

 Changes                                  |  35 ++++++
 MANIFEST                                 |  18 +++
 META.json                                |   4 +-
 META.yml                                 |  42 +++----
 README                                   |   2 +-
 TODO                                     |   8 +-
 XS.xs                                    |  19 ++-
 aks.c                                    | 192 +++++++++++++++++++------------
 bench/bench-is-prime.pl                  |   3 +-
 bench/bench-miller-rabin.pl              |   1 +
 examples/README                          |  12 ++
 examples/inverse_totient.pl              |  92 +++++++++++++++
 examples/project_euler_010.pl            |   8 ++
 examples/project_euler_021.pl            |  11 ++
 examples/project_euler_037.pl            |  20 ++++
 examples/project_euler_047.pl            |   9 ++
 examples/project_euler_049.pl            |  21 ++++
 examples/project_euler_069.pl            |  17 +++
 examples/project_euler_070.pl            |  18 +++
 examples/project_euler_072.pl            |   8 ++
 examples/project_euler_095.pl            |  45 ++++++++
 examples/project_euler_131.pl            |  18 +++
 examples/project_euler_142.pl            |  42 +++++++
 examples/project_euler_193.pl            |  76 ++++++++++++
 examples/project_euler_211.pl            |  17 +++
 examples/project_euler_214.pl            |  21 ++++
 examples/project_euler_342.pl            |  99 ++++++++++++++++
 examples/project_euler_357.pl            |  38 ++++++
 factor.c                                 |  37 +++++-
 lib/Math/Prime/Util.pm                   | 109 +++++++++++-------
 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                |  53 +++++----
 lib/Math/Prime/Util/PPFE.pm              |   8 ++
 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 +-
 mulmod.h                                 |   4 +
 t/04-inputvalidation.t                   |   4 +-
 t/19-moebius.t                           |  31 ++++-
 t/22-aks-prime.t                         |   6 +-
 t/31-threading.t                         |  11 +-
 t/81-bignum.t                            |   5 +
 t/92-release-pod-coverage.t              |   1 +
 util.c                                   | 120 +++++++++++++++++--
 util.h                                   |   7 +-
 xt/primality-aks.pl                      |  16 ++-
 xt/primecount-approx.t                   |  11 +-
 xt/test-ispower.pl                       |  34 ++++++
 52 files changed, 1157 insertions(+), 228 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