[libmath-prime-util-gmp-perl] branch master updated (69fe022 -> ba3f958)

Salvatore Bonaccorso carnil at debian.org
Thu Oct 2 21:32:15 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-gmp-perl.

      from  69fe022   releasing package libmath-prime-util-gmp-perl version 0.23-1
      adds  507c7a7   Use XSRETURN_IV for 0/1 returns instead of XSRETURN_UV.  The latter was added after perl 5.6.
      adds  09b42bd   Merge branch 'master' of github.com:danaj/Math-Prime-Util-GMP
      adds  c0a7567   Partial sieve with optional BPSW post-filter
      adds  fb81d56   Update FU test
      adds  b876adc   Save time on effort 1 BLS75 = faster is_prime for 65-200 bits)
      adds  af4791d   Add Frobenius primality test
      adds  40ba7dd   Add Perrin primality test
      adds  dea7385   Use partial sieve for next_prime
      adds  b0e91eb   Add bernfrac
      adds  38fc926   Tests for bernfrac and factorial
      adds  21d2234   Add Pi
      adds  1d058ed   AGM method -- much faster for large inputs
      adds  aef5871   Tests and documentation for Pi
      adds  f44f96b   Make sure width argument is an int
      adds  c89c8b6   Update version number
      adds  b3976dd   Set date for version
      adds  6759caa   return wrong in unused case
      adds  65b8af3   Compiler warnings
      adds  335aed0   Add uint32_t for Visual Studio
      adds  17335e1   Update version number
      adds  4a9dee7   Merge branch 'master' of github.com:danaj/Math-Prime-Util-GMP
      adds  bff50c6   Use partial sieve for prev_prime
      adds  5b8eda7   Redo invmod etc. XS parser.  Fixes leak, makes 848 bytes smaller
      adds  bf44407   Add stirling
      adds  075e280   Test and docs for stirling
      adds  a57556c   Add Lah numbers as stirling type 3
      adds  9c1d739   Make sure 5.6 can compile us
      adds  9bfaeca   Add vecprod with product tree
      adds  21adbd9   Tests and docs for vecprod
      adds  a997b90   Remove extrenuous return
      adds  7fedb73   Update version number
      adds  d4f4713   Fix leaks
      adds  ceab2b3   Typo
      adds  7e633d5   Imported Upstream version 0.26
       new  e2acb60   Merge tag 'upstream/0.26'
       new  982581d   Update debian/changelog
       new  bf46ce9   Declare compliance with Debian Policy 3.9.6
       new  7583359   Make Recommends on libmath-prime-util-perl unversioned
       new  6d140be   Add manpage-has-errors-from-pod2man.patch patch
       new  ba3f958   Prepare changelog for release

The 6 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                                            |  49 ++
 MANIFEST                                           |   2 +
 META.json                                          |   2 +-
 META.yml                                           |   2 +-
 README                                             |   2 +-
 TODO                                               |   3 +-
 XS.xs                                              | 173 ++++--
 bls75.c                                            |   7 +-
 debian/changelog                                   |  10 +
 debian/control                                     |   4 +-
 .../patches/manpage-has-errors-from-pod2man.patch  |  18 +
 debian/patches/series                              |   1 +
 gmp_main.c                                         | 652 ++++++++++++++++++---
 gmp_main.h                                         |   7 +
 lib/Math/Prime/Util/GMP.pm                         | 137 +++--
 ptypes.h                                           |   3 +
 t/17-pseudoprime.t                                 |  11 +
 t/20-primorial.t                                   |  55 +-
 t/23-gcd.t                                         |  22 +-
 t/24-bernfrac.t                                    |  89 +++
 t/25-pi.t                                          |  23 +
 utility.c                                          |  28 +
 utility.h                                          |   3 +
 23 files changed, 1137 insertions(+), 166 deletions(-)
 create mode 100644 debian/patches/manpage-has-errors-from-pod2man.patch
 create mode 100644 debian/patches/series
 create mode 100644 t/24-bernfrac.t
 create mode 100644 t/25-pi.t

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