[libmath-bigint-perl] 01/03: Merge tag 'upstream/1.999807'

Angel Abad angel at debian.org
Sat Dec 24 09:29:52 UTC 2016


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

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

commit d7bc40275cff713d158e252e7058923b8f9c5508
Merge: e759b0e d799d7e
Author: Angel Abad <angelabad at gmail.com>
Date:   Sat Dec 24 10:08:37 2016 +0100

    Merge tag 'upstream/1.999807'
    
    Upstream version 1.999807
    
    # gpg: Firmado el sáb 24 dic 2016 10:08:34 CET
    # gpg:                usando RSA clave 4A0897191621CCF7FBEEF752A6D58816010A1096
    # gpg:                issuer "angelabad at gmail.com"
    # gpg: Firma correcta de "Angel Abad <angelabad at gmail.com>" [desconocido]
    # gpg:                 alias "Angel Abad <angel at debian.org>" [desconocido]
    # gpg:                 alias "Angel Abad <angelabad at ubuntu.com>" [desconocido]
    # gpg: ATENCIÓN: ¡Esta clave no está certificada por una firma de confianza!
    # gpg:           No hay indicios de que la firma pertenezca al propietario.
    # Huellas dactilares de la clave primaria: 4A08 9719 1621 CCF7 FBEE  F752 A6D5 8816 010A 1096

 CHANGES                                            |   44 +
 MANIFEST                                           |   10 +
 META.json                                          |    2 +-
 META.yml                                           |    2 +-
 Makefile.PL                                        |   47 +
 SIGNATURE                                          |  148 +--
 lib/Math/BigFloat.pm                               |    2 +-
 lib/Math/BigInt.pm                                 |    9 +-
 lib/Math/BigInt/Calc.pm                            |    8 +-
 lib/Math/BigInt/CalcEmu.pm                         |    2 +-
 lib/Math/BigInt/Lib.pm                             |  807 ++++++++------
 t/author-lib-arithmetic-binary-_add.t              |    4 +
 t/author-lib-arithmetic-binary-_div.t              |    4 +
 t/author-lib-arithmetic-binary-_gcd.t              |    4 +
 t/author-lib-arithmetic-binary-_lcm.t              |    4 +
 t/author-lib-arithmetic-binary-_log_int.t          |    2 +-
 t/author-lib-arithmetic-binary-_mod.t              |    4 +
 t/author-lib-arithmetic-binary-_modinv.t           |    2 +
 t/author-lib-arithmetic-binary-_mul.t              |    4 +
 t/author-lib-arithmetic-binary-_nok.t              |    4 +
 t/author-lib-arithmetic-binary-_pow.t              |    8 +-
 t/author-lib-arithmetic-binary-_root.t             |    4 +-
 t/author-lib-arithmetic-binary-_sub.t              |  101 +-
 t/author-lib-arithmetic-ternary-_lsft.t            |    8 +-
 t/author-lib-arithmetic-ternary-_modpow.t          |    4 +
 t/author-lib-arithmetic-ternary-_rsft.t            |    8 +-
 t/author-lib-arithmetic-unary-_dec.dat             | 1127 ++++++++++++++++++++
 t/author-lib-arithmetic-unary-_dec.t               |   19 +-
 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                        |    4 +
 t/author-lib-bitwise-_or.t                         |    4 +
 t/author-lib-bitwise-_xor.t                        |    4 +
 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.t       |    4 +
 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.t            |    8 +-
 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 +++++++++++++++++
 ...tes.t => author-lib-convert-string-_to_bytes.t} |   14 +-
 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/calling.t                                        |    2 +-
 73 files changed, 5808 insertions(+), 443 deletions(-)

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



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