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

gregoa pushed a commit to branch master
in repository libmath-bigint-gmp-perl.

commit c3763d5044ec4a511c79c7f0bc48e014db895a61
Merge: 71952d2 41c044e
Author: gregor herrmann <gre...@debian.org>
Date:   Fri Jan 13 23:07:46 2017 +0100

    Merge tag 'upstream/1.6003'
    
    Upstream version 1.6003

 CHANGES                                            |    8 +-
 MANIFEST                                           |   16 +
 META.json                                          |    4 +-
 META.yml                                           |    4 +-
 Makefile.PL                                        |    2 +-
 SIGNATURE                                          |  150 +--
 lib/Math/BigInt/GMP.pm                             |    7 +-
 t/03podcov.t                                       |   11 +-
 t/author-lib-arithmetic-binary-_add.t              |    8 +-
 t/author-lib-arithmetic-binary-_div.t              |    8 +-
 t/author-lib-arithmetic-binary-_gcd.t              |    4 +
 t/author-lib-arithmetic-binary-_lcm.t              |    4 +
 t/author-lib-arithmetic-binary-_log_int.t          |    4 +-
 t/author-lib-arithmetic-binary-_mod.t              |    8 +-
 t/author-lib-arithmetic-binary-_modinv.t           |    2 +
 t/author-lib-arithmetic-binary-_mul.t              |    8 +-
 t/author-lib-arithmetic-binary-_nok.dat            |  540 ++++++++++
 t/author-lib-arithmetic-binary-_nok.t              |   10 +-
 t/author-lib-arithmetic-binary-_pow.t              |   12 +-
 t/author-lib-arithmetic-binary-_root.t             |    8 +-
 t/author-lib-arithmetic-binary-_sub.t              |  105 +-
 t/author-lib-arithmetic-ternary-_lsft.t            |   10 +-
 t/author-lib-arithmetic-ternary-_modpow.t          |    4 +
 t/author-lib-arithmetic-ternary-_rsft.t            |   10 +-
 t/author-lib-arithmetic-unary-_dec.dat             | 1127 ++++++++++++++++++++
 t/author-lib-arithmetic-unary-_dec.t               |   19 +-
 t/author-lib-arithmetic-unary-_dfac.dat            |  151 +++
 ...-_fac.t => author-lib-arithmetic-unary-_dfac.t} |   14 +-
 t/author-lib-arithmetic-unary-_fac.t               |    4 +
 t/author-lib-arithmetic-unary-_inc.dat             | 1127 ++++++++++++++++++++
 t/author-lib-arithmetic-unary-_inc.t               |   19 +-
 t/author-lib-arithmetic-unary-_sqrt.t              |    4 +
 t/author-lib-bitwise-_and.t                        |    8 +-
 t/author-lib-bitwise-_or.t                         |    8 +-
 t/author-lib-bitwise-_xor.t                        |    8 +-
 t/author-lib-boolean-_is_even.t                    |    4 +
 t/author-lib-boolean-_is_odd.t                     |    4 +
 t/author-lib-boolean-_is_one.t                     |    4 +
 t/author-lib-boolean-_is_ten.t                     |    4 +
 t/author-lib-boolean-_is_two.t                     |    4 +
 t/author-lib-boolean-_is_zero.t                    |    4 +
 t/author-lib-comparison-_acmp.t                    |    4 +
 t/author-lib-constructor-nullary-_one.t            |    4 +
 t/author-lib-constructor-nullary-_ten.t            |    4 +
 t/author-lib-constructor-nullary-_two.t            |    4 +
 t/author-lib-constructor-nullary-_zero.t           |    4 +
 t/author-lib-constructor-unary-_copy.t             |    4 +
 t/author-lib-constructor-unary-_from_bin.t         |    4 +
 t/author-lib-constructor-unary-_from_bytes.dat     | 1000 +++++++++++++++++
 ... => author-lib-constructor-unary-_from_bytes.t} |   22 +-
 t/author-lib-constructor-unary-_from_hex.t         |    4 +
 t/author-lib-constructor-unary-_from_oct.t         |    4 +
 t/author-lib-constructor-unary-_new.t              |    4 +
 t/author-lib-convert-number-_num.t                 |    4 +
 t/author-lib-convert-string-_as_bin.t              |    8 +-
 t/author-lib-convert-string-_as_bytes.dat          | 1000 +++++++++++++++++
 ...bin.t => author-lib-convert-string-_as_bytes.t} |   24 +-
 t/author-lib-convert-string-_as_hex.t              |    8 +-
 t/author-lib-convert-string-_as_oct.t              |    8 +-
 t/author-lib-convert-string-_str.t                 |    4 +
 t/author-lib-convert-string-_to_bin.dat            |  650 +++++++++++
 ...s_bin.t => author-lib-convert-string-_to_bin.t} |   16 +-
 t/author-lib-convert-string-_to_bytes.dat          | 1000 +++++++++++++++++
 ...bin.t => author-lib-convert-string-_to_bytes.t} |   24 +-
 t/author-lib-convert-string-_to_hex.dat            |  340 ++++++
 ...s_hex.t => author-lib-convert-string-_to_hex.t} |   16 +-
 t/author-lib-convert-string-_to_oct.dat            |  490 +++++++++
 ...s_oct.t => author-lib-convert-string-_to_oct.t} |   16 +-
 t/author-lib-misc-_check.t                         |    4 +
 t/author-lib-misc-api_version.t                    |    4 +
 t/author-lib-property-_alen.t                      |    4 +
 t/author-lib-property-_digit.t                     |    4 +
 t/author-lib-property-_len.t                       |    4 +
 t/author-lib-property-_zeros.t                     |   21 +-
 t/bigfltpm.inc                                     |   21 +
 t/bigfltpm.t                                       |    2 +-
 t/bigintpm.inc                                     |    4 +-
 77 files changed, 8008 insertions(+), 190 deletions(-)

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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to