[libmath-bigint-perl] branch master updated (906ecdc -> 2fea012)

Lucas Kanashiro kanashiro.duarte at gmail.com
Mon Jan 4 10:34:03 UTC 2016


This is an automated email from the git hooks/post-receive script.

kanashiro-guest pushed a change to branch master
in repository libmath-bigint-perl.

      from  906ecdc   Releasing libmath-bigint-perl version 1.999710-1
      adds  0e552f6   Imported Upstream version 1.999714
       new  373b956   Merge tag 'upstream/1.999714'
       new  81b75c9   Update debian/changelog
       new  aac1a81   Update year of upstream copyright
       new  2fea012   Releasing libmath-bigint-perl version 1.999714-1

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                             |  124 +-
 MANIFEST                            |    7 +-
 META.json                           |    4 +-
 META.yml                            |    4 +-
 Makefile.PL                         |    6 +-
 SIGNATURE                           |  167 +--
 debian/changelog                    |    8 +
 debian/copyright                    |    7 +-
 examples/bigprimes.pl               |    2 +-
 lib/Math/BigFloat.pm                | 1186 ++++++++++++--------
 lib/Math/BigInt.pm                  | 2120 ++++++++++++++++++-----------------
 lib/Math/BigInt/Calc.pm             |  854 +++++++-------
 lib/Math/BigInt/CalcEmu.pm          |    5 +-
 t/01load.t                          |    2 +-
 t/03podcov.t                        |    3 +-
 t/Math/BigFloat/Subclass.pm         |   56 +-
 t/Math/BigInt/BareCalc.pm           |   45 +-
 t/Math/BigInt/Scalar.pm             |  515 ++++-----
 t/Math/BigInt/Subclass.pm           |  134 +--
 t/_e_math.t                         |  161 +--
 t/alias.inc                         |   22 +-
 t/author-batan-mbf.t                |   99 ++
 t/author-batan2-mbf.t               |  134 +++
 t/{blog-mbf.t => author-blog-mbf.t} |    8 +-
 t/{blog-mbi.t => author-blog-mbi.t} |    8 +-
 t/author-bpi-mbf.t                  |  108 ++
 t/bare_mbf.t                        |   16 +-
 t/bare_mbi.t                        |   20 +-
 t/bare_mif.t                        |   20 +-
 t/big_pi_e.t                        |   23 +-
 t/bigfltpm.inc                      |  842 ++++++++------
 t/bigfltpm.t                        |   34 +-
 t/bigintc.t                         |  972 ++++++++++------
 t/bigintpm.inc                      | 1384 ++++++++++++++---------
 t/bigintpm.t                        |   47 +-
 t/bigints.t                         |  187 ++-
 t/biglog.t                          |  245 ++--
 t/bigroot.t                         |   58 +-
 t/calling.t                         |  140 +--
 t/config.t                          |  172 +--
 t/const_mbf.t                       |   14 +-
 t/constant.t                        |   45 +-
 t/downgrade.t                       |   64 +-
 t/from_hex-mbf.t                    |   12 +-
 t/inf_nan.t                         |  718 ++++++------
 t/isa.t                             |   57 +-
 t/lib_load.t                        |   27 +-
 t/mbf_ali.t                         |    9 +-
 t/mbi_ali.t                         |    9 +-
 t/mbi_rand.t                        |  138 ++-
 t/mbimbf.inc                        | 1541 +++++++++++++++----------
 t/mbimbf.t                          |  110 +-
 t/nan_cmp.t                         |   43 +-
 t/new_overloaded.t                  |   26 +-
 t/objectify_mbf.t                   |   15 +-
 t/objectify_mbi.t                   |   25 +-
 t/req_mbf0.t                        |   10 +-
 t/req_mbf1.t                        |   11 +-
 t/req_mbfa.t                        |   11 +-
 t/req_mbfi.t                        |   11 +-
 t/req_mbfn.t                        |   12 +-
 t/req_mbfw.t                        |   22 +-
 t/require.t                         |   14 +-
 t/round.t                           |  108 +-
 t/rt-16221.t                        |    4 +-
 t/sub_ali.t                         |   10 +-
 t/sub_mbf.t                         |   33 +-
 t/sub_mbi.t                         |   34 +-
 t/sub_mif.t                         |    9 +-
 t/trap.t                            |  127 +--
 t/upgrade.inc                       |  416 +++----
 t/upgrade.t                         |   23 +-
 t/upgrade2.t                        |    5 +-
 t/upgradef.t                        |   81 +-
 t/use.t                             |   16 +-
 t/use_lib1.t                        |   12 +-
 t/use_lib2.t                        |   12 +-
 t/use_lib3.t                        |   12 +-
 t/use_lib4.t                        |   13 +-
 t/use_mbfw.t                        |   32 +-
 t/with_sub.t                        |   19 +-
 81 files changed, 8064 insertions(+), 5795 deletions(-)
 create mode 100644 t/author-batan-mbf.t
 create mode 100644 t/author-batan2-mbf.t
 rename t/{blog-mbf.t => author-blog-mbf.t} (95%)
 rename t/{blog-mbi.t => author-blog-mbi.t} (95%)
 create mode 100644 t/author-bpi-mbf.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