[libmath-bigint-perl] branch master updated (239f7b4 -> adb3330)

Angel Abad angel at debian.org
Fri Nov 18 09:25:12 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  239f7b4   Update changelog.
      adds  0bbaa75   New upstream version 1.999800
       new  bb76ed8   Merge tag 'upstream/1.999800'
       new  356feaa   Update debian/changelog
       new  d12fee0   debian/patches/spelling-errors: Update patch.
       new  adb3330   Update changelog.

The 4 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                                            |    33 +
 MANIFEST                                           |    13 +-
 META.json                                          |     6 +-
 META.yml                                           |     6 +-
 Makefile.PL                                        |     2 +-
 SIGNATURE                                          |   159 +-
 debian/changelog                                   |     8 +
 debian/patches/spelling-errors                     |    20 +-
 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 +-
 ...mbi.t => author-lib-arithmetic-binary-_nok.dat} |    47 -
 ...-_sub.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 +-
 80 files changed, 75264 insertions(+), 3434 deletions(-)
 create mode 100644 lib/Math/BigInt/Lib.pm
 create mode 100644 t/Math/BigInt/Lib/Minimal.pm
 delete mode 100644 t/author-lib-arithmetic-binary-_log_int-alt.t
 copy t/{author-bnok-mbi.t => author-lib-arithmetic-binary-_nok.dat} (99%)
 copy t/{author-lib-arithmetic-binary-_sub.t => author-lib-arithmetic-binary-_nok.t} (78%)
 delete mode 100644 t/author-lib-meta-config.conf
 rename t/{author-lib-meta-_check.t => author-lib-misc-_check.t} (69%)
 rename t/{author-lib-meta-api_version.t => author-lib-misc-api_version.t} (78%)
 create mode 100644 t/author-lib.ini
 create mode 100644 t/author-lib.t
 delete mode 100644 t/author-lib_load.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