[libmath-prime-util-perl] 01/04: Update upstream source from tag 'upstream/0.69'

gregor herrmann gregoa at debian.org
Sat Nov 11 22:05:47 UTC 2017


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 99c7ad191710e2f3c568bc49efa0bc13a6bcd0a1
Merge: 5ee096f 35aed94
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Nov 11 23:00:55 2017 +0100

    Update upstream source from tag 'upstream/0.69'
    
    Update to upstream version '0.69'
    with Debian dir c9a6a936962b49f1b41a53bb9317156710821f3b

 Changes                                    |  35 ++
 MANIFEST                                   |  28 +-
 META.json                                  |  26 +-
 META.yml                                   |  25 +-
 Makefile.PL                                |  24 +-
 README                                     |   2 +-
 TODO                                       |  17 +-
 XS.xs                                      | 417 +++++++------
 aks.c                                      |   4 +-
 bench/bench-drand.pl                       |   4 +-
 csprng.c                                   |  21 -
 factor.c                                   | 217 ++++---
 factor.h                                   |   3 +-
 inc/Devel/CheckLib.pm                      |   8 +-
 isaac.c                                    | 146 -----
 isaac.h                                    |  13 -
 lib/Math/Prime/Util.pm                     |  28 +-
 lib/Math/Prime/Util/ChaCha.pm              |   4 +-
 lib/Math/Prime/Util/ECAffinePoint.pm       |   4 +-
 lib/Math/Prime/Util/ECProjectivePoint.pm   |   4 +-
 lib/Math/Prime/Util/Entropy.pm             |   4 +-
 lib/Math/Prime/Util/ISAAC.pm               | 267 --------
 lib/Math/Prime/Util/MemFree.pm             |   4 +-
 lib/Math/Prime/Util/PP.pm                  | 179 ++++--
 lib/Math/Prime/Util/PPFE.pm                |  69 +--
 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        |  22 +-
 lib/Math/Prime/Util/ZetaBigFloat.pm        |   4 +-
 lib/ntheory.pm                             |   3 +-
 ppport.h                                   |  10 +-
 primality.c                                |  52 +-
 primality.h                                |  10 +
 t/02-can.t                                 |   2 +-
 t/11-clusters.t                            |  13 +
 t/19-chebyshev.t                           |  61 ++
 t/19-chinese.t                             |  58 ++
 t/19-divisorsum.t                          |  64 ++
 t/19-gcd.t                                 |  98 +++
 t/19-kronecker.t                           |  56 ++
 t/19-legendrephi.t                         |  40 ++
 t/19-liouville.t                           |  34 +
 t/19-mangoldt.t                            |  43 ++
 t/19-moebius.t                             | 954 ++---------------------------
 t/19-popcount.t                            |  32 +
 t/19-primroots.t                           |  66 ++
 t/19-ramanujan.t                           |  82 +++
 t/19-rootint.t                             |  74 +++
 t/19-totients.t                            |  65 ++
 t/19-valuation.t                           |  29 +
 t/19-znorder.t                             |  49 ++
 t/20-jordantotient.t                       |  71 +++
 t/26-combinatorial.t                       |  53 +-
 t/26-iscarmichael.t                        |  37 ++
 t/{26-fundamental.t => 26-isfundamental.t} |   4 +-
 t/26-ispower.t                             |  42 +-
 t/26-issemiprime.t                         |  22 +
 t/26-issquarefree.t                        |  19 +
 t/26-istotient.t                           |  36 ++
 t/26-mod.t                                 |   2 +
 t/26-pillai.t                              |   4 +-
 t/26-polygonal.t                           |   4 +
 t/32-iterators.t                           |   1 -
 t/51-znlog.t                               |  51 ++
 t/{51-primearray.t => 52-primearray.t}     |   0
 t/92-release-pod-coverage.t                |   2 +-
 util.c                                     | 105 +++-
 util.h                                     |  16 +-
 69 files changed, 2050 insertions(+), 1905 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