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

gregor herrmann gregoa at debian.org
Sun Nov 5 17:36:12 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 0c46faee9c7c840ae72914fbb8854a8b8bb72d55
Merge: 775bb4d 6f2a31d
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Nov 5 18:27:43 2017 +0100

    Update upstream source from tag 'upstream/0.68'
    
    Update to upstream version '0.68'
    with Debian dir 8daa877ff07363c91d758f2b82d4b751676271e8

 Changes                                  | 128 +++++-
 MANIFEST                                 |   4 +
 META.json                                |  26 +-
 META.yml                                 |  22 +-
 Makefile.PL                              |  19 +-
 README                                   |   2 +-
 TODO                                     |  44 +-
 XS.xs                                    | 743 +++++++++++++++++++++++--------
 cache.c                                  |   4 +-
 chacha.c                                 |  53 +--
 chacha.h                                 |  23 +-
 csprng.c                                 | 108 ++---
 csprng.h                                 |  22 +-
 entropy.c                                |  87 ++++
 entropy.h                                |   8 +
 examples/inverse_totient.pl              |   1 -
 factor.c                                 | 302 ++++++++++---
 factor.h                                 |   1 +
 lib/Math/Prime/Util.pm                   | 355 ++++++++++++---
 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             |   4 +-
 lib/Math/Prime/Util/MemFree.pm           |   4 +-
 lib/Math/Prime/Util/PP.pm                | 417 +++++++++++++++--
 lib/Math/Prime/Util/PPFE.pm              | 114 ++++-
 lib/Math/Prime/Util/PrimalityProving.pm  |   4 +-
 lib/Math/Prime/Util/PrimeArray.pm        |   8 +-
 lib/Math/Prime/Util/PrimeIterator.pm     |   4 +-
 lib/Math/Prime/Util/RandomPrimes.pm      |   4 +-
 lib/Math/Prime/Util/ZetaBigFloat.pm      |   4 +-
 lib/ntheory.pm                           |  15 +-
 montmath.h                               | 188 +++-----
 mulmod.h                                 |  12 +-
 primality.c                              | 153 +++++--
 prime_nth_count.c                        |  62 ++-
 prime_nth_count.h                        |   3 +
 ptypes.h                                 |  35 ++
 ramanujan_primes.c                       | 124 +++---
 random_prime.c                           |  82 +++-
 random_prime.h                           |  11 +-
 sieve.c                                  | 415 ++++++++---------
 sieve.h                                  |  36 +-
 t/02-can.t                               |  11 +-
 t/16-randomprime.t                       |  25 +-
 t/17-pseudoprime.t                       |  12 +-
 t/25-lucas_sequences.t                   |   2 +-
 t/26-combinatorial.t                     |  74 ++-
 t/26-fundamental.t                       |  23 +
 t/26-ispower.t                           |  13 +-
 t/26-polygonal.t                         |  59 +++
 t/31-threading.t                         |   6 +-
 t/32-iterators.t                         |  83 +++-
 t/80-pp.t                                |   2 +-
 t/81-bignum.t                            |   7 +-
 t/92-release-pod-coverage.t              |  18 +-
 t/93-release-spelling.t                  |   5 +-
 util.c                                   | 314 ++++++++++++-
 util.h                                   |  21 +-
 60 files changed, 3236 insertions(+), 1106 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