[libmath-bigint-perl] branch master updated (386a337 -> a56da86)

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

      from  386a337   releasing package libmath-bigint-perl version 1.999717-1
      adds  ac988f5   Imported Upstream version 1.999718
       new  7343cc8   Merge tag 'upstream/1.999718'
       new  e95f4a8   Update debian/changelog
       new  a56da86   Releasing libmath-bigint-perl version 1.999718-1

The 3 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                                     |  61 ++
 MANIFEST                                    |   6 +
 META.json                                   |   2 +-
 META.yml                                    |   2 +-
 SIGNATURE                                   |  64 +-
 debian/changelog                            |   7 +
 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 +-
 30 files changed, 1884 insertions(+), 821 deletions(-)
 create mode 100644 t/author-relop-mbi-mbf.t
 copy t/{calling.t => calling-class-methods.t} (58%)
 copy t/{calling.t => calling-instance-methods.t} (57%)
 copy t/{from_hex-mbf.t => from_bin-mbf.t} (59%)
 copy t/{from_hex-mbf.t => from_oct-mbf.t} (66%)
 create mode 100644 t/new-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