[libmath-int64-perl] 01/02: Merge tag 'upstream/0.30'
Don Armstrong
don at alioth.debian.org
Sat Sep 28 17:10:15 UTC 2013
This is an automated email from the git hooks/post-receive script.
don pushed a commit to branch master
in repository libmath-int64-perl.
commit 7c35caff8f037d97aafb1bfb409e2fafa6a26a3b
Merge: 17e694d 741b57f
Author: Don Armstrong <don at donarmstrong.com>
Date: Fri Sep 27 14:53:52 2013 -0700
Merge tag 'upstream/0.30'
Upstream version 0.30
Changes | 45 +++
Int64.xs | 481 ++++++++++++++++++++++++++-------
MANIFEST | 15 +-
META.json | 8 +-
META.yml | 4 +-
Makefile.PL | 25 +-
README | 2 +-
c_api.decl | 15 +
c_api.h | 31 +++
c_api/perl_math_int64.c | 61 -----
c_api/perl_math_int64.h | 51 ----
c_api_client/perl_math_int64.c | 134 +++++++++
c_api_client/perl_math_int64.h | 59 ++++
{c_api => c_api_client}/typemap | 0
examples/rand64.pl | 10 +
isaac64.h | 73 ++---
lib/Math/Int64.pm | 104 +++++--
lib/Math/Int64/native_if_available.pm | 2 +-
lib/Math/UInt64.pm | 35 +++
strtoint64.h | 10 +-
t/Math-Int64-Native.t | 2 +-
t/Math-Int64.t | 35 ++-
t/Math-UInt64.t | 26 +-
t/die_on_overflow.t | 6 +-
t/pow.t | 81 ++++++
t/storable.t | 31 +++
templates/module_c.temp | 96 +++++++
templates/module_h.temp | 57 ++++
typemap | 2 +
29 files changed, 1216 insertions(+), 285 deletions(-)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmath-int64-perl.git
More information about the Pkg-perl-cvs-commits
mailing list