[libmath-bigint-perl] branch master updated (5bd07de -> 385277c)

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Tue Sep 29 16:52:19 UTC 2015


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  5bd07de   releasing package libmath-bigint-perl version 1.999703-1
      adds  4483dcf   Imported Upstream version 1.999704
       new  9825ab3   Merge tag 'upstream/1.999704'
       new  ceab996   Update debian/changelog
       new  385277c   Releasing libmath-bigint-perl version 1.999704-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:
 BENCHMARK                   |   0
 BUGS                        |   0
 CHANGES                     |  15 +++++
 CREDITS                     |   0
 GOALS                       |   0
 HISTORY                     |   0
 INSTALL                     |   0
 LICENSE                     |   0
 MANIFEST                    |   2 +
 MANIFEST.SKIP               |   0
 META.json                   |   2 +-
 META.yml                    |   2 +-
 Makefile.PL                 |   0
 README                      |   0
 SIGNATURE                   |  32 ++++++-----
 TODO                        |   0
 debian/changelog            |   7 +++
 examples/1000.txt           |   0
 examples/bigprimes.pl       |   0
 examples/prime.pl           |   0
 lib/Math/BigFloat.pm        |  30 ++++++++--
 lib/Math/BigInt.pm          | 116 +++++++++++++++++++++++----------------
 lib/Math/BigInt/Calc.pm     |   2 +-
 lib/Math/BigInt/CalcEmu.pm  |   2 +-
 t/Math/BigFloat/Subclass.pm |   0
 t/Math/BigInt/BareCalc.pm   |   0
 t/Math/BigInt/Scalar.pm     |   0
 t/Math/BigInt/Subclass.pm   |   0
 t/_e_math.t                 |   0
 t/alias.inc                 |   0
 t/bare_mif.t                |   0
 t/big_pi_e.t                |   0
 t/bigintc.t                 |   0
 t/bigints.t                 |   0
 t/calling.t                 |   0
 t/config.t                  |   0
 t/const_mbf.t               |   0
 t/constant.t                |   0
 t/downgrade.t               |   0
 t/inf_nan.t                 |   0
 t/isa.t                     |   0
 t/lib_load.t                |   0
 t/mbf_ali.t                 |   0
 t/mbi_ali.t                 |   0
 t/mbi_rand.t                |   0
 t/mbimbf.inc                |   0
 t/nan_cmp.t                 |   0
 t/new_overloaded.t          |   0
 t/objectify_mbf.t           |  90 ++++++++++++++++++++++++++++++
 t/objectify_mbi.t           | 130 ++++++++++++++++++++++++++++++++++++++++++++
 t/req_mbf0.t                |   0
 t/req_mbf1.t                |   0
 t/req_mbfa.t                |   0
 t/req_mbfi.t                |   0
 t/req_mbfn.t                |   0
 t/req_mbfw.t                |   0
 t/require.t                 |   0
 t/round.t                   |   0
 t/rt-16221.t                |   0
 t/sub_ali.t                 |   0
 t/sub_mif.t                 |   0
 t/trap.t                    |   0
 t/upgrade.inc               |   0
 t/upgrade.t                 |   0
 t/upgrade2.t                |   0
 t/upgradef.t                |   0
 t/use.t                     |   0
 t/use_lib1.t                |   0
 t/use_lib2.t                |   0
 t/use_lib3.t                |   0
 t/use_lib4.t                |   0
 t/use_mbfw.t                |   0
 72 files changed, 357 insertions(+), 73 deletions(-)
 mode change 100644 => 100755 BENCHMARK
 mode change 100644 => 100755 BUGS
 mode change 100644 => 100755 CREDITS
 mode change 100644 => 100755 GOALS
 mode change 100644 => 100755 HISTORY
 mode change 100644 => 100755 INSTALL
 mode change 100644 => 100755 LICENSE
 mode change 100644 => 100755 MANIFEST.SKIP
 mode change 100644 => 100755 Makefile.PL
 mode change 100644 => 100755 README
 mode change 100644 => 100755 TODO
 mode change 100644 => 100755 examples/1000.txt
 mode change 100644 => 100755 examples/bigprimes.pl
 mode change 100644 => 100755 examples/prime.pl
 mode change 100644 => 100755 t/Math/BigFloat/Subclass.pm
 mode change 100644 => 100755 t/Math/BigInt/BareCalc.pm
 mode change 100644 => 100755 t/Math/BigInt/Scalar.pm
 mode change 100644 => 100755 t/Math/BigInt/Subclass.pm
 mode change 100644 => 100755 t/_e_math.t
 mode change 100644 => 100755 t/alias.inc
 mode change 100644 => 100755 t/bare_mif.t
 mode change 100644 => 100755 t/big_pi_e.t
 mode change 100644 => 100755 t/bigintc.t
 mode change 100644 => 100755 t/bigints.t
 mode change 100644 => 100755 t/calling.t
 mode change 100644 => 100755 t/config.t
 mode change 100644 => 100755 t/const_mbf.t
 mode change 100644 => 100755 t/constant.t
 mode change 100644 => 100755 t/downgrade.t
 mode change 100644 => 100755 t/inf_nan.t
 mode change 100644 => 100755 t/isa.t
 mode change 100644 => 100755 t/lib_load.t
 mode change 100644 => 100755 t/mbf_ali.t
 mode change 100644 => 100755 t/mbi_ali.t
 mode change 100644 => 100755 t/mbi_rand.t
 mode change 100644 => 100755 t/mbimbf.inc
 mode change 100644 => 100755 t/nan_cmp.t
 mode change 100644 => 100755 t/new_overloaded.t
 create mode 100755 t/objectify_mbf.t
 create mode 100755 t/objectify_mbi.t
 mode change 100644 => 100755 t/req_mbf0.t
 mode change 100644 => 100755 t/req_mbf1.t
 mode change 100644 => 100755 t/req_mbfa.t
 mode change 100644 => 100755 t/req_mbfi.t
 mode change 100644 => 100755 t/req_mbfn.t
 mode change 100644 => 100755 t/req_mbfw.t
 mode change 100644 => 100755 t/require.t
 mode change 100644 => 100755 t/round.t
 mode change 100644 => 100755 t/rt-16221.t
 mode change 100644 => 100755 t/sub_ali.t
 mode change 100644 => 100755 t/sub_mif.t
 mode change 100644 => 100755 t/trap.t
 mode change 100644 => 100755 t/upgrade.inc
 mode change 100644 => 100755 t/upgrade.t
 mode change 100644 => 100755 t/upgrade2.t
 mode change 100644 => 100755 t/upgradef.t
 mode change 100644 => 100755 t/use.t
 mode change 100644 => 100755 t/use_lib1.t
 mode change 100644 => 100755 t/use_lib2.t
 mode change 100644 => 100755 t/use_lib3.t
 mode change 100644 => 100755 t/use_lib4.t
 mode change 100644 => 100755 t/use_mbfw.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