[libmath-bigint-perl] branch master updated (6e07139 -> a2866a3)

Angel Abad angel at debian.org
Sat Dec 10 07:52:39 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  6e07139   Update changelog.
      adds  727899d   New upstream version 1.999804
       new  1af64b4   Merge tag 'upstream/1.999804'
       new  94a1e7a   Update debian/changelog
       new  42e8388   debian/patches/spelling-errors: Remove, applied upstream.
       new  a2866a3   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                                            |   26 +
 MANIFEST                                           |    7 +
 META.json                                          |    2 +-
 META.yml                                           |    2 +-
 SIGNATURE                                          |   49 +-
 debian/changelog                                   |    8 +
 debian/patches/series                              |    1 -
 debian/patches/spelling-errors                     |   17 -
 lib/Math/BigFloat.pm                               |   14 +-
 lib/Math/BigInt.pm                                 |  106 ++-
 lib/Math/BigInt/Calc.pm                            |    2 +-
 lib/Math/BigInt/CalcEmu.pm                         |    2 +-
 lib/Math/BigInt/Lib.pm                             |  160 ++--
 t/03podcov.t                                       |   13 +-
 t/author-lib-constructor-unary-_from_bytes.dat     | 1000 ++++++++++++++++++++
 ... => author-lib-constructor-unary-_from_bytes.t} |   16 +-
 t/author-lib-convert-string-_as_bytes.dat          | 1000 ++++++++++++++++++++
 ...hex.t => author-lib-convert-string-_as_bytes.t} |   16 +-
 t/calling.t                                        |    2 +-
 t/from_bin-mbf.t                                   |   44 +-
 t/from_bin-mbi.t                                   |  116 +++
 t/from_hex-mbf.t                                   |   44 +-
 t/from_hex-mbi.t                                   |  116 +++
 t/from_oct-mbf.t                                   |   44 +-
 t/from_oct-mbi.t                                   |  116 +++
 25 files changed, 2751 insertions(+), 172 deletions(-)
 delete mode 100644 debian/patches/series
 delete mode 100644 debian/patches/spelling-errors
 create mode 100644 t/author-lib-constructor-unary-_from_bytes.dat
 copy t/{author-lib-constructor-unary-_from_hex.t => author-lib-constructor-unary-_from_bytes.t} (87%)
 create mode 100644 t/author-lib-convert-string-_as_bytes.dat
 copy t/{author-lib-convert-string-_as_hex.t => author-lib-convert-string-_as_bytes.t} (89%)
 create mode 100644 t/from_bin-mbi.t
 create mode 100644 t/from_hex-mbi.t
 create mode 100644 t/from_oct-mbi.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