[libmath-bigint-perl] 01/03: Merge tag 'upstream/1.999718'

Lucas Kanashiro kanashiro.duarte at gmail.com
Mon Apr 25 16:35:30 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 7343cc8987485533f920273d10a0c8fc98bb91a4
Merge: 386a337 ac988f5
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date:   Mon Apr 25 13:12:46 2016 -0300

    Merge tag 'upstream/1.999718'
    
    Upstream version 1.999718
    
    # gpg: Signature made Mon 25 Apr 2016 01:12:42 PM BRT 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                                     |  61 ++
 MANIFEST                                    |   6 +
 META.json                                   |   2 +-
 META.yml                                    |   2 +-
 SIGNATURE                                   |  64 +-
 lib/Math/BigFloat.pm                        | 632 ++++++++++++++++----
 lib/Math/BigInt.pm                          | 891 ++++++++++++++++++----------
 lib/Math/BigInt/Calc.pm                     |   2 +-
 lib/Math/BigInt/CalcEmu.pm                  |   2 +-
 t/author-bmod-bdiv-mbi.t                    |  19 +-
 t/author-btmod-btdiv-mbi.t                  |  19 +-
 t/author-relop-mbi-mbf.t                    | 265 +++++++++
 t/bare_mbf.t                                |   2 +-
 t/bare_mif.t                                |   2 +-
 t/bigfltpm.inc                              |  33 +-
 t/bigfltpm.t                                |   4 +-
 t/{calling.t => calling-class-methods.t}    |  52 +-
 t/{calling.t => calling-instance-methods.t} |  54 +-
 t/calling.t                                 |  96 +--
 t/{from_hex-mbf.t => from_bin-mbf.t}        |  57 +-
 t/from_hex-mbf.t                            |   1 +
 t/{from_hex-mbf.t => from_oct-mbf.t}        |  57 +-
 t/mbimbf.inc                                | 233 ++++++--
 t/mbimbf.t                                  |   2 +-
 t/new-mbf.t                                 | 120 ++++
 t/sub_mbf.t                                 |   2 +-
 t/sub_mif.t                                 |   2 +-
 t/trap.t                                    |  14 +-
 t/with_sub.t                                |   2 +-
 29 files changed, 1877 insertions(+), 821 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