[libmath-prime-util-perl] branch master updated (0a5cd49 -> 32b3991)

gregor herrmann gregoa at debian.org
Thu Jun 19 15:31:26 UTC 2014


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  0a5cd49   Prepare changelog for release
      adds  f3d9ed1   Imported Upstream version 0.42
       new  21c10c3   Merge tag 'upstream/0.42'
       new  1bada8a   New upstream release.
       new  44201b5   Make Recommends on libmath-prime-util-gmp-perl versioned.
       new  32b3991   releasing package libmath-prime-util-perl version 0.42-1

The 4 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                                            |  33 ++
 MANIFEST                                           |   6 +-
 META.json                                          |   4 +-
 META.yml                                           |   4 +-
 Makefile.PL                                        |   2 +-
 README                                             |   2 +-
 TODO                                               |  11 +-
 XS.xs                                              |  76 ++-
 aks.c                                              |   3 +-
 cache.c                                            |   2 +-
 debian/changelog                                   |   7 +
 debian/control                                     |   2 +-
 examples/csrand.pl                                 |  39 +-
 examples/fibprime-mce.pl                           |  90 ++++
 examples/fibprime-serial.pl                        |  52 ++
 .../{parallel_fibprime.pl => fibprime-threads.pl}  |  38 +-
 examples/twin_primes.pl                            |   2 +-
 factor.c                                           | 285 ++++++++++-
 factor.h                                           |   6 +-
 lib/Math/Prime/Util.pm                             | 142 ++++--
 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                          | 556 ++++++++++++++-------
 lib/Math/Prime/Util/PPFE.pm                        |  16 +
 lib/Math/Prime/Util/PrimalityProving.pm            |  10 +-
 lib/Math/Prime/Util/PrimeArray.pm                  |  90 ++--
 lib/Math/Prime/Util/PrimeIterator.pm               |   4 +-
 lib/Math/Prime/Util/RandomPrimes.pm                |   4 +-
 lib/Math/Prime/Util/ZetaBigFloat.pm                |  97 ++--
 primality.c                                        |  62 ++-
 sieve.c                                            |  37 +-
 t/19-moebius.t                                     |  75 ++-
 t/32-iterators.t                                   |   7 +
 t/33-examples.t                                    | 364 ++++++++++++++
 t/81-bignum.t                                      |  17 +-
 t/92-release-pod-coverage.t                        |   2 +-
 util.c                                             | 109 +++-
 util.h                                             |   6 +-
 xt/chinese.pl                                      | 120 +++++
 xt/pari-compare.pl                                 |  10 +
 41 files changed, 1946 insertions(+), 458 deletions(-)
 create mode 100755 examples/fibprime-mce.pl
 create mode 100755 examples/fibprime-serial.pl
 rename examples/{parallel_fibprime.pl => fibprime-threads.pl} (76%)
 create mode 100644 t/33-examples.t
 create mode 100755 xt/chinese.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