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

Angel Abad angel at debian.org
Sun Nov 27 08:35:19 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 f235ee9798904f47ddc3896aafb57d7877b9933b
Merge: adb3330 96ffa17
Author: Angel Abad <angelabad at gmail.com>
Date:   Sun Nov 27 09:08:00 2016 +0100

    Merge tag 'upstream/1.999801'
    
    Upstream version 1.999801
    
    # gpg: Firmado el dom 27 nov 2016 09:07:56 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

 BENCHMARK                                          |    1 -
 BUGS                                               |    4 +-
 CHANGES                                            |   40 +-
 CREDITS                                            |    2 +-
 GOALS                                              |    2 +-
 MANIFEST                                           |    2 +
 META.json                                          |    2 +-
 META.yml                                           |    2 +-
 SIGNATURE                                          |  190 +-
 TODO                                               |    2 +-
 examples/1000.txt                                  |  198 +-
 examples/bigprimes.pl                              |    3 +-
 examples/prime.pl                                  |    7 +-
 lib/Math/BigFloat.pm                               |   55 +-
 lib/Math/BigInt.pm                                 |   73 +-
 lib/Math/BigInt/Calc.pm                            |    2 +-
 lib/Math/BigInt/CalcEmu.pm                         |    4 +-
 lib/Math/BigInt/Lib.pm                             |   23 +-
 t/Math/BigInt/BareCalc.pm                          |   36 +-
 t/author-lib-arithmetic-binary-_add.t              |    1 -
 t/author-lib-arithmetic-binary-_div.t              |    1 -
 t/author-lib-arithmetic-binary-_gcd.t              |    1 -
 t/author-lib-arithmetic-binary-_lcm.dat            | 5057 ++++++++++++++++++++
 ...-_gcd.t => author-lib-arithmetic-binary-_lcm.t} |   13 +-
 t/author-lib-arithmetic-binary-_log_int.t          |    1 -
 t/author-lib-arithmetic-binary-_mod.t              |    1 -
 t/author-lib-arithmetic-binary-_modinv.t           |    1 -
 t/author-lib-arithmetic-binary-_mul.t              |    1 -
 t/author-lib-arithmetic-binary-_nok.t              |    1 -
 t/author-lib-arithmetic-binary-_pow.t              |    1 -
 t/author-lib-arithmetic-binary-_root.t             |    1 -
 t/author-lib-arithmetic-binary-_sub.t              |    1 -
 t/author-lib-arithmetic-ternary-_lsft.t            |    1 -
 t/author-lib-arithmetic-ternary-_modpow.t          |    1 -
 t/author-lib-arithmetic-ternary-_rsft.t            |    1 -
 t/author-lib-arithmetic-unary-_dec.t               |    1 -
 t/author-lib-arithmetic-unary-_fac.t               |    1 -
 t/author-lib-arithmetic-unary-_inc.t               |    1 -
 t/author-lib-arithmetic-unary-_sqrt.t              |    1 -
 t/author-lib-bitwise-_and.t                        |    1 -
 t/author-lib-bitwise-_or.t                         |    1 -
 t/author-lib-bitwise-_xor.t                        |    1 -
 t/author-lib-boolean-_is_even.t                    |    1 -
 t/author-lib-boolean-_is_odd.t                     |    1 -
 t/author-lib-boolean-_is_one.t                     |    1 -
 t/author-lib-boolean-_is_ten.t                     |    1 -
 t/author-lib-boolean-_is_two.t                     |    1 -
 t/author-lib-boolean-_is_zero.t                    |    1 -
 t/author-lib-comparison-_acmp.t                    |    1 -
 t/author-lib-constructor-nullary-_one.t            |    1 -
 t/author-lib-constructor-nullary-_ten.t            |    1 -
 t/author-lib-constructor-nullary-_two.t            |    1 -
 t/author-lib-constructor-nullary-_zero.t           |    1 -
 t/author-lib-constructor-unary-_copy.t             |    1 -
 t/author-lib-constructor-unary-_from_bin.t         |    1 -
 t/author-lib-constructor-unary-_from_hex.t         |    1 -
 t/author-lib-constructor-unary-_from_oct.t         |    1 -
 t/author-lib-constructor-unary-_new.t              |    1 -
 t/author-lib-convert-number-_num.t                 |    1 -
 t/author-lib-convert-string-_as_bin.t              |    1 -
 t/author-lib-convert-string-_as_hex.t              |    1 -
 t/author-lib-convert-string-_as_oct.t              |    1 -
 t/author-lib-convert-string-_str.t                 |    1 -
 t/author-lib-misc-_check.t                         |    1 -
 t/author-lib-misc-api_version.t                    |    1 -
 t/author-lib-property-_alen.t                      |    1 -
 t/author-lib-property-_digit.t                     |    1 -
 t/author-lib-property-_len.t                       |    1 -
 t/author-lib-property-_zeros.t                     |    1 -
 t/bare_mbi.t                                       |    2 +-
 t/bare_mif.t                                       |    4 +-
 t/bigfltpm.inc                                     |    2 +-
 t/bigfltpm.t                                       |   47 +-
 t/bigintpm.inc                                     |   10 +-
 t/bigintpm.t                                       |   40 +-
 t/biglog.t                                         |    2 +-
 t/bigroot.t                                        |    2 +-
 t/calling.t                                        |    2 +-
 t/mbi_rand.t                                       |   22 +-
 t/mbimbf.inc                                       |    2 +-
 t/mbimbf.t                                         |    2 +-
 t/new-mbf.t                                        |    1 -
 t/sub_mbf.t                                        |    2 +-
 t/upgrade.inc                                      |    4 +-
 t/use_lib1.t                                       |    4 +-
 t/use_lib2.t                                       |    4 +-
 t/use_lib3.t                                       |    4 +-
 t/use_lib4.t                                       |    4 +-
 t/use_mbfw.t                                       |    8 +-
 t/with_sub.t                                       |    4 +-
 90 files changed, 5525 insertions(+), 413 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