[libmath-prime-util-perl] branch master updated (be75de9 -> 8186011)
    Salvatore Bonaccorso 
    carnil at debian.org
       
    Mon Aug 10 19:38:39 UTC 2015
    
    
  
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  be75de9   releasing package libmath-prime-util-perl version 0.51-1
      adds  a00cc97   Imported Upstream version 0.52
       new  e8ccb61   Merge tag 'upstream/0.52'
       new  7e659dc   Update debian/changelog
       new  f1e171c   Update copyright years for debian/* packaging files
       new  8186011   Prepare changelog for release
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                                  |  50 +++++++
 META.json                                |   7 +-
 META.yml                                 |   7 +-
 Makefile.PL                              |   2 +-
 TODO                                     |   4 +
 XS.xs                                    |  34 +++--
 aks.c                                    |  14 +-
 bench/bench-primearray.pl                |   3 +
 cpanfile                                 |   2 +-
 debian/changelog                         |   7 +
 debian/copyright                         |   2 +-
 examples/inverse_totient.pl              |  48 ++++--
 lib/Math/Prime/Util.pm                   |  67 +++++++--
 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                | 250 ++++++++++++++++++++++++++-----
 lib/Math/Prime/Util/PPFE.pm              |   5 +
 lib/Math/Prime/Util/PrimalityProving.pm  |   4 +-
 lib/Math/Prime/Util/PrimeArray.pm        | 128 ++++++++++------
 lib/Math/Prime/Util/PrimeIterator.pm     |   4 +-
 lib/Math/Prime/Util/RandomPrimes.pm      |  15 +-
 lib/Math/Prime/Util/ZetaBigFloat.pm      |   4 +-
 lib/ntheory.pm                           |   3 +-
 mulmod.h                                 |   2 +-
 primality.c                              |  42 ++++--
 ptypes.h                                 |  22 ++-
 sieve.c                                  |   2 +-
 sieve.h                                  | 118 ++++++++-------
 t/02-can.t                               |   5 +-
 t/12-nextprime.t                         |   4 +-
 t/16-randomprime.t                       |  12 +-
 t/19-moebius.t                           |  36 ++++-
 t/92-release-pod-coverage.t              |   7 +-
 util.c                                   | 133 +++++++++++++++-
 util.h                                   |   9 ++
 36 files changed, 807 insertions(+), 257 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