[libmath-bigint-perl] branch master updated (ba33473 -> 23ee1fa)

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 change to branch master
in repository libmath-bigint-perl.

      from  ba33473   update changelog
      adds  4361224   New upstream version 1.999726
       new  cba66e6   Merge tag 'upstream/1.999726'
       new  12fbf1b   Update debian/changelog
       new  37586bd   debian/copyright: Update years.
       new  667fe20   debian/patches/spelling-errors: Fix spelling errors.
       new  23ee1fa   Update changelog.

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGES                                       |    96 +-
 MANIFEST                                      |    90 +
 META.json                                     |     6 +-
 META.yml                                      |     4 +-
 SIGNATURE                                     |   136 +-
 debian/changelog                              |    12 +-
 debian/copyright                              |     3 +
 debian/patches/series                         |     1 +
 debian/patches/spelling-errors                |    28 +
 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/{lib_load.t => author-lib_load.t}           |     8 +
 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 +
 110 files changed, 121892 insertions(+), 9126 deletions(-)
 create mode 100644 debian/patches/series
 create mode 100644 debian/patches/spelling-errors
 create mode 100644 t/Math/BigInt/Lib/TestUtil.pm
 create mode 100644 t/author-bnok-mbi.t
 create mode 100644 t/author-lib-arithmetic-binary-_add.dat
 create mode 100644 t/author-lib-arithmetic-binary-_add.t
 create mode 100644 t/author-lib-arithmetic-binary-_div.dat
 create mode 100644 t/author-lib-arithmetic-binary-_div.t
 create mode 100644 t/author-lib-arithmetic-binary-_gcd.dat
 create mode 100644 t/author-lib-arithmetic-binary-_gcd.t
 create mode 100644 t/author-lib-arithmetic-binary-_log_int-alt.t
 create mode 100644 t/author-lib-arithmetic-binary-_log_int.t
 create mode 100644 t/author-lib-arithmetic-binary-_mod.dat
 create mode 100644 t/author-lib-arithmetic-binary-_mod.t
 create mode 100644 t/author-lib-arithmetic-binary-_modinv.dat
 create mode 100644 t/author-lib-arithmetic-binary-_modinv.t
 create mode 100644 t/author-lib-arithmetic-binary-_mul.dat
 create mode 100644 t/author-lib-arithmetic-binary-_mul.t
 create mode 100644 t/author-lib-arithmetic-binary-_pow.t
 create mode 100644 t/author-lib-arithmetic-binary-_root.dat
 create mode 100644 t/author-lib-arithmetic-binary-_root.t
 create mode 100644 t/author-lib-arithmetic-binary-_sub.dat
 create mode 100644 t/author-lib-arithmetic-binary-_sub.t
 create mode 100644 t/author-lib-arithmetic-ternary-_lsft.dat
 create mode 100644 t/author-lib-arithmetic-ternary-_lsft.t
 create mode 100644 t/author-lib-arithmetic-ternary-_modpow.dat
 create mode 100644 t/author-lib-arithmetic-ternary-_modpow.t
 create mode 100644 t/author-lib-arithmetic-ternary-_rsft.dat
 create mode 100644 t/author-lib-arithmetic-ternary-_rsft.t
 create mode 100644 t/author-lib-arithmetic-unary-_dec.t
 create mode 100644 t/author-lib-arithmetic-unary-_fac.dat
 create mode 100644 t/author-lib-arithmetic-unary-_fac.t
 create mode 100644 t/author-lib-arithmetic-unary-_inc.t
 create mode 100644 t/author-lib-arithmetic-unary-_sqrt.dat
 create mode 100644 t/author-lib-arithmetic-unary-_sqrt.t
 create mode 100644 t/author-lib-bitwise-_and.dat
 create mode 100644 t/author-lib-bitwise-_and.t
 create mode 100644 t/author-lib-bitwise-_or.dat
 create mode 100644 t/author-lib-bitwise-_or.t
 create mode 100644 t/author-lib-bitwise-_xor.dat
 create mode 100644 t/author-lib-bitwise-_xor.t
 create mode 100644 t/author-lib-boolean-_is_even.t
 create mode 100644 t/author-lib-boolean-_is_odd.t
 create mode 100644 t/author-lib-boolean-_is_one.t
 create mode 100644 t/author-lib-boolean-_is_ten.t
 create mode 100644 t/author-lib-boolean-_is_two.t
 create mode 100644 t/author-lib-boolean-_is_zero.t
 create mode 100644 t/author-lib-comparison-_acmp.t
 create mode 100644 t/author-lib-constructor-nullary-_one.t
 create mode 100644 t/author-lib-constructor-nullary-_ten.t
 create mode 100644 t/author-lib-constructor-nullary-_two.t
 create mode 100644 t/author-lib-constructor-nullary-_zero.t
 create mode 100644 t/author-lib-constructor-unary-_copy.t
 create mode 100644 t/author-lib-constructor-unary-_from_bin.dat
 create mode 100644 t/author-lib-constructor-unary-_from_bin.t
 create mode 100644 t/author-lib-constructor-unary-_from_hex.dat
 create mode 100644 t/author-lib-constructor-unary-_from_hex.t
 create mode 100644 t/author-lib-constructor-unary-_from_oct.dat
 create mode 100644 t/author-lib-constructor-unary-_from_oct.t
 create mode 100644 t/author-lib-constructor-unary-_new.t
 create mode 100644 t/author-lib-convert-number-_num.t
 create mode 100644 t/author-lib-convert-string-_as_bin.dat
 create mode 100644 t/author-lib-convert-string-_as_bin.t
 create mode 100644 t/author-lib-convert-string-_as_hex.dat
 create mode 100644 t/author-lib-convert-string-_as_hex.t
 create mode 100644 t/author-lib-convert-string-_as_oct.dat
 create mode 100644 t/author-lib-convert-string-_as_oct.t
 create mode 100644 t/author-lib-convert-string-_str.t
 create mode 100644 t/author-lib-meta-_check.t
 create mode 100644 t/author-lib-meta-api_version.t
 create mode 100644 t/author-lib-meta-config.conf
 create mode 100644 t/author-lib-property-_alen.t
 create mode 100644 t/author-lib-property-_digit.t
 create mode 100644 t/author-lib-property-_len.t
 create mode 100644 t/author-lib-property-_zeros.t
 copy t/{lib_load.t => author-lib_load.t} (83%)
 create mode 100644 t/bdstr-mbf.t
 create mode 100644 t/bdstr-mbi.t
 create mode 100644 t/bestr-mbf.t
 create mode 100644 t/bestr-mbi.t
 create mode 100644 t/bnstr-mbf.t
 create mode 100644 t/bnstr-mbi.t
 create mode 100644 t/bsstr-mbf.t
 create mode 100644 t/bsstr-mbi.t
 create mode 100644 t/dparts-mbf.t
 create mode 100644 t/dparts-mbi.t
 create mode 100644 t/eparts-mbf.t
 create mode 100644 t/eparts-mbi.t
 create mode 100644 t/nparts-mbf.t
 create mode 100644 t/nparts-mbi.t
 create mode 100644 t/sparts-mbf.t
 create mode 100644 t/sparts-mbi.t

-- 
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