[libmath-bigint-perl] 01/04: Merge tag 'upstream/1.999800'

Angel Abad angel at debian.org
Fri Nov 18 09:25:13 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 bb76ed8759e5956630113d58e008096c53abfad7
Merge: 239f7b4 0bbaa75
Author: Angel Abad <angelabad at gmail.com>
Date:   Fri Nov 18 10:18:46 2016 +0100

    Merge tag 'upstream/1.999800'
    
    Upstream version 1.999800
    
    # gpg: Firmado el vie 18 nov 2016 10:18:46 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                                            |    33 +
 MANIFEST                                           |    13 +-
 META.json                                          |     6 +-
 META.yml                                           |     6 +-
 Makefile.PL                                        |     2 +-
 SIGNATURE                                          |   159 +-
 inc/Module/Install.pm                              |    35 +-
 inc/Module/Install/Base.pm                         |     2 +-
 inc/Module/Install/Can.pm                          |    13 +-
 inc/Module/Install/Fetch.pm                        |     2 +-
 inc/Module/Install/Makefile.pm                     |     2 +-
 inc/Module/Install/Metadata.pm                     |     2 +-
 inc/Module/Install/Win32.pm                        |     2 +-
 inc/Module/Install/WriteAll.pm                     |     2 +-
 lib/Math/BigFloat.pm                               |    80 +-
 lib/Math/BigInt.pm                                 |     3 +-
 lib/Math/BigInt/Calc.pm                            |  1240 +-
 lib/Math/BigInt/CalcEmu.pm                         |     2 +-
 lib/Math/BigInt/Lib.pm                             |  1653 +
 t/Math/BigInt/Lib/Minimal.pm                       |  1018 +
 t/Math/BigInt/Lib/TestUtil.pm                      |     4 +-
 t/author-lib-arithmetic-binary-_add.t              |    40 +-
 t/author-lib-arithmetic-binary-_div.t              |    43 +-
 t/author-lib-arithmetic-binary-_gcd.t              |    46 +-
 t/author-lib-arithmetic-binary-_log_int-alt.t      |   207 -
 t/author-lib-arithmetic-binary-_log_int.t          |    34 +-
 t/author-lib-arithmetic-binary-_mod.t              |    32 +-
 t/author-lib-arithmetic-binary-_modinv.t           |    32 +-
 t/author-lib-arithmetic-binary-_mul.t              |    40 +-
 t/author-lib-arithmetic-binary-_nok.dat            | 20903 ++++++
 ...-_mod.t => author-lib-arithmetic-binary-_nok.t} |    52 +-
 t/author-lib-arithmetic-binary-_pow.t              |    40 +-
 t/author-lib-arithmetic-binary-_root.dat           | 72507 ++++++++++++++++++-
 t/author-lib-arithmetic-binary-_root.t             |    36 +-
 t/author-lib-arithmetic-binary-_sub.t              |    34 +-
 t/author-lib-arithmetic-ternary-_lsft.t            |    32 +-
 t/author-lib-arithmetic-ternary-_modpow.t          |    32 +-
 t/author-lib-arithmetic-ternary-_rsft.t            |    32 +-
 t/author-lib-arithmetic-unary-_dec.t               |    34 +-
 t/author-lib-arithmetic-unary-_fac.t               |    32 +-
 t/author-lib-arithmetic-unary-_inc.t               |    34 +-
 t/author-lib-arithmetic-unary-_sqrt.t              |    58 +-
 t/author-lib-bitwise-_and.t                        |    32 +-
 t/author-lib-bitwise-_or.t                         |    32 +-
 t/author-lib-bitwise-_xor.t                        |    32 +-
 t/author-lib-boolean-_is_even.t                    |    23 +-
 t/author-lib-boolean-_is_odd.t                     |    23 +-
 t/author-lib-boolean-_is_one.t                     |    19 +-
 t/author-lib-boolean-_is_ten.t                     |    23 +-
 t/author-lib-boolean-_is_two.t                     |    23 +-
 t/author-lib-boolean-_is_zero.t                    |    23 +-
 t/author-lib-comparison-_acmp.t                    |    43 +-
 t/author-lib-constructor-nullary-_one.t            |    32 +-
 t/author-lib-constructor-nullary-_ten.t            |    32 +-
 t/author-lib-constructor-nullary-_two.t            |    32 +-
 t/author-lib-constructor-nullary-_zero.t           |    32 +-
 t/author-lib-constructor-unary-_copy.t             |    32 +-
 t/author-lib-constructor-unary-_from_bin.t         |    32 +-
 t/author-lib-constructor-unary-_from_hex.t         |    32 +-
 t/author-lib-constructor-unary-_from_oct.t         |    32 +-
 t/author-lib-constructor-unary-_new.t              |    36 +-
 t/author-lib-convert-number-_num.t                 |    23 +-
 t/author-lib-convert-string-_as_bin.t              |    23 +-
 t/author-lib-convert-string-_as_hex.t              |    23 +-
 t/author-lib-convert-string-_as_oct.t              |    23 +-
 t/author-lib-convert-string-_str.t                 |    23 +-
 t/author-lib-meta-config.conf                      |     7 -
 ...-lib-meta-_check.t => author-lib-misc-_check.t} |    39 +-
 ...api_version.t => author-lib-misc-api_version.t} |    23 +-
 t/author-lib-property-_alen.t                      |    23 +-
 t/author-lib-property-_digit.t                     |    23 +-
 t/author-lib-property-_len.t                       |    23 +-
 t/author-lib-property-_zeros.t                     |    23 +-
 t/author-lib.ini                                   |     2 +
 t/author-lib.t                                     |    51 +
 t/author-lib_load.t                                |    40 -
 t/bigintc.t                                        |     9 +-
 t/calling.t                                        |     4 +-
 78 files changed, 96149 insertions(+), 3377 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