[libmath-prime-util-gmp-perl] branch master updated (36cbdd2 -> f6c058c)

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Thu Sep 3 02:13:55 UTC 2015


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

kanashiro-guest pushed a change to branch master
in repository libmath-prime-util-gmp-perl.

      from  36cbdd2   releasing package libmath-prime-util-gmp-perl version 0.31-1
      adds  e2fab9a   Add chinese()
      adds  e5214c0   Change mpz_div_ui to non-deprecated function
      adds  1f17e89   Change Exporter version requirements to match upstream version decimal length
      adds  96b6751   Merge pull request #5 from toddr/master
      adds  b820bd1   Different way of doing power loop for Khashin Frobenius
      adds  e3c8177   Adjust comments for is_prime
      adds  b2a00aa   Add sigma (divisor sum) and ramanujan_tau
      adds  f2fb18f   Update TODO
      adds  5de586b   Update version number
      adds  83f22ff   Unused variables and signed compares
      adds  01a1732   Merge branch 'master' of https://github.com/danaj/Math-Prime-Util-GMP
      adds  9819b37   Add tests for new functions
      adds  bd1060d   Update some documentation
      adds  f678929   Update Changes date
      adds  d046b15   Imported Upstream version 0.32
       new  f6e9b9a   Merge tag 'upstream/0.32'
       new  196a806   Update debian/changelog
       new  22a27d7   Update upstream copyright
       new  f6c058c   Releasing libmath-prime-util-gmp-perl version 0.32-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                    |   8 +++
 META.json                  |   8 +--
 META.yml                   |   8 +--
 Makefile.PL                |   4 +-
 README                     |   6 +-
 TODO                       |   9 ++-
 XS.xs                      |  54 ++++++++++++++++-
 debian/changelog           |   8 +++
 debian/copyright           |  22 +++++++
 factor.c                   | 142 +++++++++++++++++++++++++++++++++++++++++++++
 factor.h                   |   2 +
 gmp_main.c                 |  50 +++++++++-------
 lib/Math/Prime/Util/GMP.pm |  46 ++++++++++++++-
 simpqs.c                   |  10 ++--
 t/19-moebius.t             |  66 ++++++++++++++++++++-
 t/50-factoring.t           |  25 +++++++-
 utility.c                  |  78 +++++++++++++++++++++++++
 utility.h                  |   2 +
 18 files changed, 501 insertions(+), 47 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmath-prime-util-gmp-perl.git



More information about the Pkg-perl-cvs-commits mailing list