[libmath-bigint-perl] 01/05: Merge tag 'upstream/1.999726'

Angel Abad angel at debian.org
Sat Oct 29 20:30:29 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 cba66e6d09f312ebe08984f066e49091d7c28d7b
Merge: ba33473 4361224
Author: Angel Abad <angelabad at gmail.com>
Date:   Sat Oct 29 22:17:45 2016 +0200

    Merge tag 'upstream/1.999726'
    
    Upstream version 1.999726
    
    # gpg: Firmado el sáb 29 oct 2016 22:17:42 CEST
    # gpg:                usando RSA clave A6D58816010A1096
    # 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                                       |    96 +-
 MANIFEST                                      |    90 +
 META.json                                     |     6 +-
 META.yml                                      |     4 +-
 SIGNATURE                                     |   136 +-
 lib/Math/BigFloat.pm                          |  7711 +++++----
 lib/Math/BigInt.pm                            |  6538 ++++----
 lib/Math/BigInt/Calc.pm                       |  3547 ++--
 lib/Math/BigInt/CalcEmu.pm                    |     8 +-
 t/Math/BigInt/Lib/TestUtil.pm                 |    37 +
 t/author-bmod-bdiv-mbi.t                      |     6 +-
 t/author-bnok-mbi.t                           | 20950 ++++++++++++++++++++++++
 t/author-bpi-mbf.t                            |   180 +-
 t/author-btmod-btdiv-mbi.t                    |     6 +-
 t/author-lib-arithmetic-binary-_add.dat       |   576 +
 t/author-lib-arithmetic-binary-_add.t         |   181 +
 t/author-lib-arithmetic-binary-_div.dat       |   399 +
 t/author-lib-arithmetic-binary-_div.t         |   163 +
 t/author-lib-arithmetic-binary-_gcd.dat       |  2607 +++
 t/author-lib-arithmetic-binary-_gcd.t         |   145 +
 t/author-lib-arithmetic-binary-_log_int-alt.t |   207 +
 t/author-lib-arithmetic-binary-_log_int.t     |   127 +
 t/author-lib-arithmetic-binary-_mod.dat       | 12250 ++++++++++++++
 t/author-lib-arithmetic-binary-_mod.t         |   151 +
 t/author-lib-arithmetic-binary-_modinv.dat    |  7312 +++++++++
 t/author-lib-arithmetic-binary-_modinv.t      |   113 +
 t/author-lib-arithmetic-binary-_mul.dat       |   538 +
 t/author-lib-arithmetic-binary-_mul.t         |   179 +
 t/author-lib-arithmetic-binary-_pow.t         |   155 +
 t/author-lib-arithmetic-binary-_root.dat      | 11783 +++++++++++++
 t/author-lib-arithmetic-binary-_root.t        |   143 +
 t/author-lib-arithmetic-binary-_sub.dat       |   576 +
 t/author-lib-arithmetic-binary-_sub.t         |   151 +
 t/author-lib-arithmetic-ternary-_lsft.dat     |  7559 +++++++++
 t/author-lib-arithmetic-ternary-_lsft.t       |   149 +
 t/author-lib-arithmetic-ternary-_modpow.dat   | 15077 +++++++++++++++++
 t/author-lib-arithmetic-ternary-_modpow.t     |   165 +
 t/author-lib-arithmetic-ternary-_rsft.dat     |  4965 ++++++
 t/author-lib-arithmetic-ternary-_rsft.t       |   148 +
 t/author-lib-arithmetic-unary-_dec.t          |   134 +
 t/author-lib-arithmetic-unary-_fac.dat        |   151 +
 t/author-lib-arithmetic-unary-_fac.t          |   115 +
 t/author-lib-arithmetic-unary-_inc.t          |   134 +
 t/author-lib-arithmetic-unary-_sqrt.dat       |  1000 ++
 t/author-lib-arithmetic-unary-_sqrt.t         |   121 +
 t/author-lib-bitwise-_and.dat                 |  4761 ++++++
 t/author-lib-bitwise-_and.t                   |   175 +
 t/author-lib-bitwise-_or.dat                  |  4761 ++++++
 t/author-lib-bitwise-_or.t                    |   177 +
 t/author-lib-bitwise-_xor.dat                 |  4761 ++++++
 t/author-lib-bitwise-_xor.t                   |   177 +
 t/author-lib-boolean-_is_even.t               |   101 +
 t/author-lib-boolean-_is_odd.t                |   101 +
 t/author-lib-boolean-_is_one.t                |    97 +
 t/author-lib-boolean-_is_ten.t                |    97 +
 t/author-lib-boolean-_is_two.t                |    97 +
 t/author-lib-boolean-_is_zero.t               |    97 +
 t/author-lib-comparison-_acmp.t               |   112 +
 t/author-lib-constructor-nullary-_one.t       |    86 +
 t/author-lib-constructor-nullary-_ten.t       |    86 +
 t/author-lib-constructor-nullary-_two.t       |    86 +
 t/author-lib-constructor-nullary-_zero.t      |    86 +
 t/author-lib-constructor-unary-_copy.t        |   122 +
 t/author-lib-constructor-unary-_from_bin.dat  |   650 +
 t/author-lib-constructor-unary-_from_bin.t    |   107 +
 t/author-lib-constructor-unary-_from_hex.dat  |   340 +
 t/author-lib-constructor-unary-_from_hex.t    |   107 +
 t/author-lib-constructor-unary-_from_oct.dat  |   490 +
 t/author-lib-constructor-unary-_from_oct.t    |   107 +
 t/author-lib-constructor-unary-_new.t         |   107 +
 t/author-lib-convert-number-_num.t            |   133 +
 t/author-lib-convert-string-_as_bin.dat       |   650 +
 t/author-lib-convert-string-_as_bin.t         |   103 +
 t/author-lib-convert-string-_as_hex.dat       |   340 +
 t/author-lib-convert-string-_as_hex.t         |   103 +
 t/author-lib-convert-string-_as_oct.dat       |   490 +
 t/author-lib-convert-string-_as_oct.t         |   103 +
 t/author-lib-convert-string-_str.t            |   105 +
 t/author-lib-meta-_check.t                    |   113 +
 t/author-lib-meta-api_version.t               |    78 +
 t/author-lib-meta-config.conf                 |     7 +
 t/author-lib-property-_alen.t                 |   117 +
 t/author-lib-property-_digit.t                |   118 +
 t/author-lib-property-_len.t                  |   103 +
 t/author-lib-property-_zeros.t                |   101 +
 t/author-lib_load.t                           |    40 +
 t/author-numify-mbf.t                         |     4 +-
 t/author-numify-mbi.t                         |    50 +-
 t/bdstr-mbf.t                                 |   275 +
 t/bdstr-mbi.t                                 |   155 +
 t/bestr-mbf.t                                 |   275 +
 t/bestr-mbi.t                                 |   155 +
 t/big_pi_e.t                                  |    16 +-
 t/bnstr-mbf.t                                 |   278 +
 t/bnstr-mbi.t                                 |   158 +
 t/bsstr-mbf.t                                 |   275 +
 t/bsstr-mbi.t                                 |   158 +
 t/calling.t                                   |     2 +-
 t/dparts-mbf.t                                |   294 +
 t/dparts-mbi.t                                |   162 +
 t/eparts-mbf.t                                |   294 +
 t/eparts-mbi.t                                |   162 +
 t/nparts-mbf.t                                |   294 +
 t/nparts-mbi.t                                |   162 +
 t/sparts-mbf.t                                |   294 +
 t/sparts-mbi.t                                |   162 +
 106 files changed, 121882 insertions(+), 9124 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