[libmath-int64-perl] branch master updated (17e694d -> d042e5f)

Don Armstrong don at alioth.debian.org
Sat Sep 28 17:10:14 UTC 2013


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

don pushed a change to branch master
in repository libmath-int64-perl.

      from  17e694d   debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg-copyright"
      adds  741b57f   Imported Upstream version 0.30
       new  7c35caf   Merge tag 'upstream/0.30'
       new  d042e5f   Update to 0.30

The 2 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                               |   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
 debian/changelog                      |    8 +-
 debian/copyright                      |   49 +++-
 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 +
 31 files changed, 1269 insertions(+), 289 deletions(-)
 create mode 100644 c_api.decl
 create mode 100644 c_api.h
 delete mode 100644 c_api/perl_math_int64.c
 delete mode 100644 c_api/perl_math_int64.h
 create mode 100644 c_api_client/perl_math_int64.c
 create mode 100644 c_api_client/perl_math_int64.h
 rename {c_api => c_api_client}/typemap (100%)
 create mode 100644 examples/rand64.pl
 create mode 100644 lib/Math/UInt64.pm
 create mode 100644 t/pow.t
 create mode 100644 t/storable.t
 create mode 100644 templates/module_c.temp
 create mode 100644 templates/module_h.temp
 create mode 100644 typemap

-- 
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