[libmath-prime-util-perl] branch master updated (f09c0e2 -> 687335a)

Salvatore Bonaccorso carnil at debian.org
Tue Jan 14 20:37:59 UTC 2014


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

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

      from  f09c0e2   releasing package libmath-prime-util-perl version 0.35-1
      adds  a107dd5   Imported Upstream version 0.36
       new  24d6390   Merge tag 'upstream/0.36'
       new  fea8200   Update copyright years for upstream files
       new  bd32fe7   Add copyright stanza for added ppport.h
       new  69f2f01   Update copyright years for debian/* packaging files
       new  9e31c6b   Add NEWS entry for 0.36 to document API Changes
       new  5ca0aa5   Drop spelling.patch patch (applied upstream)
       new  687335a   Prepare changelog for release

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:
 Changes                                       |   78 +-
 LICENSE                                       |    6 +-
 MANIFEST                                      |    7 +
 META.json                                     |    3 +-
 META.yml                                      |    3 +-
 Makefile.PL                                   |    4 +-
 README                                        |    4 +-
 TODO                                          |   55 +-
 XS.xs                                         | 1534 ++---
 aks.c                                         |   75 +-
 bin/primes.pl                                 |   21 +-
 cache.c                                       |   33 +-
 constants.h                                   |   24 +
 cpanfile                                      |    1 +
 debian/NEWS                                   |   16 +
 debian/changelog                              |   11 +
 debian/copyright                              |   10 +-
 debian/patches/series                         |    1 -
 debian/patches/spelling.patch                 |   18 -
 examples/abundant.pl                          |    0
 examples/bench-factor-extra.pl                |    2 -
 examples/bench-factor-semiprime.pl            |    8 +-
 examples/bench-factor.pl                      |  103 +-
 examples/bench-miller-rabin.pl                |   19 +-
 examples/bench-nthprime.pl                    |    4 +-
 examples/bench-pp-count.pl                    |   10 +-
 examples/bench-primecount.pl                  |   20 +-
 examples/find_mr_bases.pl                     |    2 +-
 examples/sophie_germain.pl                    |    9 +-
 examples/test-factor-gnufactor.pl             |   24 +-
 factor.c                                      |  738 ++-
 factor.h                                      |    8 +-
 lehmer.c                                      |  406 +-
 lehmer.h                                      |    2 -
 lib/Math/Prime/Util.pm                        | 1452 ++---
 lib/Math/Prime/Util/ECAffinePoint.pm          |   67 +-
 lib/Math/Prime/Util/ECProjectivePoint.pm      |   30 +-
 lib/Math/Prime/Util/MemFree.pm                |    4 +-
 lib/Math/Prime/Util/PP.pm                     | 1569 +++---
 lib/Math/Prime/Util/PrimalityProving.pm       |   83 +-
 lib/Math/Prime/Util/PrimeArray.pm             |    4 +-
 lib/Math/Prime/Util/PrimeIterator.pm          |   25 +-
 lib/Math/Prime/Util/ZetaBigFloat.pm           |   16 +-
 lmo.c                                         |  382 +-
 lmo.h                                         |    2 +
 mulmod.h                                      |   15 +-
 ppport.h                                      | 7452 +++++++++++++++++++++++++
 primality.c                                   |  131 +-
 primality.h                                   |    2 +-
 ptypes.h                                      |   70 +-
 sieve.c                                       |  313 +-
 sieve.h                                       |   89 +-
 t/02-can.t                                    |   12 +-
 t/03-init.t                                   |    2 +-
 t/04-inputvalidation.t                        |   78 +
 t/13-primecount.t                             |   20 +-
 t/16-randomprime.t                            |    2 +-
 t/17-pseudoprime.t                            |   18 +-
 t/19-moebius.t                                |  231 +-
 t/20-primorial.t                              |   10 +-
 t/23-primality-proofs.t                       |  185 +-
 t/31-threading.t                              |    6 +-
 t/32-iterators.t                              |   33 +-
 t/50-factoring.t                              |   58 +-
 t/51-primearray.t                             |    2 +-
 t/80-pp.t                                     |  114 +-
 t/81-bignum.t                                 |  100 +-
 t/92-release-pod-coverage.t                   |   54 +-
 t/94-weaken.t                                 |   68 +
 util.c                                        |  780 ++-
 util.h                                        |  150 +-
 xt/factor-holf.pl                             |    2 +-
 xt/legendre_phi.t                             |   28 +
 xt/pari-compare.pl                            |  293 +
 xt/pari-totient-moebius.pl                    |    2 +-
 xt/primality-proofs.pl                        |    7 +-
 xt/{primecount-many.t => primecount-approx.t} |   49 +-
 xt/primecount-many.t                          |   65 +-
 xt/primes-edgecases.pl                        |    2 +-
 xt/test-bpsw.pl                               |    8 +-
 xt/test-factor-mpxs.pl                        |    2 +-
 xt/test-primes-script2.pl                     |    4 +-
 82 files changed, 13172 insertions(+), 4178 deletions(-)
 create mode 100644 constants.h
 delete mode 100644 debian/patches/series
 delete mode 100644 debian/patches/spelling.patch
 mode change 100644 => 100755 examples/abundant.pl
 create mode 100644 ppport.h
 create mode 100644 t/04-inputvalidation.t
 create mode 100644 t/94-weaken.t
 create mode 100644 xt/legendre_phi.t
 create mode 100755 xt/pari-compare.pl
 copy xt/{primecount-many.t => primecount-approx.t} (77%)

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