[libmath-mpfr-perl] branch master updated (f5b4648 -> 37dc48c)

gregor herrmann gregoa at debian.org
Thu Jul 31 17:48:14 UTC 2014


This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to branch master
in repository libmath-mpfr-perl.

      from  f5b4648   update changelog
      adds  0918383   Imported Upstream version 3.22
       new  1cd2660   Merge tag 'upstream/3.22'
       new  7dc634a   New upstream release.
       new  37dc48c   releasing package libmath-mpfr-perl version 3.22-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                  |   587 +-
 MANIFEST                 |   118 +-
 META.json                |    31 +
 META.yml                 |    19 +
 MPFR.pm                  |  5010 ++++++-------
 MPFR.xs                  | 18320 +++++++++++++++++++++++----------------------
 Makefile.PL              |   205 +-
 Prec/Makefile.PL         |    27 +-
 Prec/Prec.pm             |    38 +-
 Prec/Prec.xs             |   146 +-
 README                   |   280 +-
 V/Makefile.PL            |    27 +-
 V/V.pm                   |    38 +-
 V/V.xs                   |   288 +-
 debian/changelog         |     6 +-
 t/D64_LD.t               |   222 +-
 t/DoubleDouble.t         |   579 ++
 t/LongDouble.t           |   318 +-
 t/MPFR_RND.t             |   112 +-
 t/P_specifier.t          |   202 +-
 t/TRmpfr_out_str.t       |   428 +-
 t/_1aaa_v.t              |    86 +-
 t/_1basic.t              |   100 +-
 t/_2exp.t                |   386 +-
 t/base_conversion.t      |   150 +-
 t/bessel.t               |   124 +-
 t/buildopt.t             |    78 +-
 t/constants.t            |    70 +-
 t/decimal64_conv.t       |   458 +-
 t/div_by_zero.t          |   362 +-
 t/exceptions.t           |   108 +-
 t/flags.t                |   122 +-
 t/float128_conv.t        |   490 +-
 t/grandom.t              |   126 +-
 t/inits.t                |    66 +-
 t/integer_string.t       |    94 +-
 t/lngamma_bug.t          |    82 +-
 t/nan_cmp.t              |   458 +-
 t/neg_zero_bug.t         |   624 +-
 t/new.t                  |   536 +-
 t/not_zero.t             |   337 +-
 t/out_str.t              |   182 +-
 t/overload.t             |  2090 +++---
 t/overload_cross_class.t |   530 +-
 t/pod.t                  |    26 +-
 t/printf.t               |   487 +-
 t/remainder.t            |   136 +-
 t/remove.t               |    12 -
 t/set_NV.t               |    32 +
 t/set_str.t              |   352 +-
 t/sign.t                 |    94 +-
 t/sizes.t                |    70 +-
 t/sum.t                  |    68 +-
 t/test1.t                |  2201 +++---
 t/test2.t                |   299 +-
 t/test3.t                |   374 +-
 t/test4.t                |  1074 +--
 t/tls.t                  |   438 +-
 t/tls_flags.t            |   314 +-
 t/trig.t                 |   342 +-
 t/use64bitint.t          |   714 +-
 t/uselongdouble.t        |   576 +-
 typemap                  |    34 +-
 63 files changed, 21884 insertions(+), 20419 deletions(-)
 create mode 100644 META.json
 create mode 100644 META.yml
 create mode 100644 t/DoubleDouble.t
 delete mode 100644 t/remove.t
 create mode 100644 t/set_NV.t

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmath-mpfr-perl.git



More information about the Pkg-perl-cvs-commits mailing list