[libmath-prime-util-perl] branch master updated (1d8a1fe -> 2841f65)

gregor herrmann gregoa at debian.org
Tue Jan 2 22:33:35 UTC 2018


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

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

      from  1d8a1fe   update changelog
      adds  eb9134a   Untie prime_nth_count and lmo from rest of code
      adds  708644e   Use UVuf instead of lu in verbose print
      adds  ca92fdc   Threads testing only for release and extended testing.
      adds  b9c3b23   Revise prime_count_approx for bigints
      adds  494908a   Fix some issues with ancient bignum / bigint
      adds  cac7c50   Work around old Math::FastCalc bug
      adds  ad11102   Fix incorrect prime_count(a,b) for a=3..7
      adds  1d785cf   Use GMP backend li and ei
      adds  68876ac   Fix spelling of Riemann in error messages
      adds  91011e8   Remove Math::MPFR in favor of our GMP backend
      adds  171e15a   Bump requested GMP version
      adds  cc9aaa6   Update doc for sieve_range
      adds  ae011a8   Update ramanujan upper/lower tables for prime_count update
      adds  c04be20   Li2 and Euler get a leading underscore as they are private
      adds  1fdc014   Refactor some sieve code, make a segment partial sieve for later use
      adds  84e74bd   Document MPU_NO_ flags
      adds  7a8e6f2   prime_memfree also calls GMP's memfree
      adds  2259a23   Sync GMP CSPRNG when srand or csrand is called
      adds  63c305e   Changes file notes nth_ramanujan_prime error that was fixed
      adds  0ead8bc   Init a variable to silence compiler warning
      adds  0d38e47   Look for __SIZEOF_128__ regardless of GNUC and architecture
      adds  30c284e   Bump version
      adds  4c1af8f   Date in Changes
      adds  674c590   Small doc change before release
      adds  c5a698c   New upstream version 0.70
       new  96f6de7   Update upstream source from tag 'upstream/0.70'
       new  7ee2824   Update debian/changelog
       new  42a20db   Update years of packaging copyright.
       new  3e681a4   Update (build) dependencies.
       new  1ec04c6   Declare compliance with Debian Policy 4.1.3.
       new  92c9555   Bump debhelper compatibility level to 10.
       new  2841f65   update changelog / add WAITS-FOR

The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .travis.yml                              |   5 +-
 Changes                                  |  39 +++
 MANIFEST                                 |   1 +
 META.json                                |  23 +-
 META.yml                                 |  23 +-
 Makefile.PL                              |  21 +-
 README                                   |   2 +-
 TODO                                     |  19 +-
 XS.xs                                    |  28 +-
 cpanfile                                 |   3 +-
 debian/changelog                         |  14 +-
 debian/compat                            |   2 +-
 debian/control                           |   9 +-
 debian/copyright                         |   2 +-
 factor.c                                 |  23 +-
 lib/Math/Prime/Util.pm                   | 145 ++++----
 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/MemFree.pm           |   4 +-
 lib/Math/Prime/Util/PP.pm                | 572 ++++++++++---------------------
 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      |  13 +-
 lib/ntheory.pm                           |   2 +-
 primality.c                              |   2 +-
 prime_count_tables.h                     |   8 +-
 ptypes.h                                 |   5 +-
 ramanujan_primes.c                       |   8 +-
 sieve.c                                  | 107 ++++--
 sieve.h                                  |   1 +
 t/13-primecount.t                        |   3 +
 t/31-threading.t                         |   4 +
 t/81-bignum.t                            |   2 +-
 util.c                                   |  17 +-
 util.h                                   |   1 +
 xt/measure_zeta_accuracy.pl              |   5 +-
 xt/primecount-many.t                     |   2 +-
 xt/test-pcbounds.pl                      |   2 +-
 xt/test-primecount.pl                    |  43 +++
 43 files changed, 594 insertions(+), 598 deletions(-)
 create mode 100755 xt/test-primecount.pl

-- 
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