[libmath-bigint-perl] 01/04: Merge tag 'upstream/1.999714'

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

commit 373b956540f597ab07c00885792d34a7357a735a
Merge: 906ecdc 0e552f6
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date:   Mon Jan 4 08:05:21 2016 -0200

    Merge tag 'upstream/1.999714'
    
    Upstream version 1.999714
    
    # gpg: Signature made Mon 04 Jan 2016 08:04:52 AM BRST using RSA key ID 9883C97C
    # gpg: Good signature from "Lucas Kanashiro <kanashiro.duarte at gmail.com>"
    # gpg: WARNING: This key is not certified with a trusted signature!
    # gpg:          There is no indication that the signature belongs to the owner.
    # Primary key fingerprint: 8ED6 C3F8 BAC9 DB7F C130  A870 F823 A272 9883 C97C

 CHANGES                             |  124 +-
 MANIFEST                            |    7 +-
 META.json                           |    4 +-
 META.yml                            |    4 +-
 Makefile.PL                         |    6 +-
 SIGNATURE                           |  167 +--
 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 +-
 79 files changed, 8053 insertions(+), 5791 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