[libindirect-perl] branch master updated (d5b67e4 -> 6877c97)
Lucas Kanashiro
kanashiro at moszumanska.debian.org
Thu Jul 21 15:47:36 UTC 2016
This is an automated email from the git hooks/post-receive script.
kanashiro pushed a change to branch master
in repository libindirect-perl.
from d5b67e4 update changelog
adds 2525e43 Update VPIT::TestHelpers to ba865c42
adds ffe7c12 Update t/09-load-threads.t
adds 99b75c6 Harden t/40-threads.t and t/42-threads-global.t against stray exits
adds 6edfe54 Make sure asserts are only checked on DEBUGGING builds
adds dac575f Remove the code coverage link
adds 7b9a8ae The Big Boilerplate Factorization
adds b2f0fe9 Update XS helpers to 18554226
adds 3b0b849 Update VPIT::TestHelpers to 32b27283
adds bde3761 Properly handle heredocs
adds b88a054 Test indirect calls in babycart in heredocs
adds a35bc34 Bump copyright year
adds ee48ba1 This is 0.37
adds e974916 Imported Upstream version 0.37
new 865773b Merge tag 'upstream/0.37'
new 66d045a Update debian/changelog
new 64314fe Update years of upstream copyright
new 4ccc306 Update Debian packaging copyright
new c95e74f Declare compliance with Debian policy 3.9.8
new bc7ef56 debian/rules: export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow
new 6877c97 Releasing libindirect-perl version 0.37-1
The 7 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 | 8 +
MANIFEST | 11 +-
META.json | 7 +-
META.yml | 7 +-
Makefile.PL | 5 +-
README | 7 +-
debian/changelog | 13 +-
debian/control | 2 +-
debian/copyright | 3 +-
debian/rules | 2 +
indirect.xs | 857 +++++++++----------------------------
lib/indirect.pm | 8 +-
ptable.h | 269 ------------
t/09-load-threads.t | 144 ++++++-
t/40-threads.t | 2 +-
t/42-threads-global.t | 4 +-
t/50-external.t | 18 +-
t/lib/VPIT/TestHelpers.pm | 51 ++-
t/testcases/babycart_in_heredoc.pl | 5 +
t/testcases/rt115392.pl | 19 +
xsh/caps.h | 51 +++
xsh/debug.h | 27 ++
xsh/hints.h | 373 ++++++++++++++++
xsh/mem.h | 199 +++++++++
xsh/ops.h | 83 ++++
xsh/ptable.h | 464 ++++++++++++++++++++
xsh/threads.h | 502 ++++++++++++++++++++++
xsh/util.h | 82 ++++
28 files changed, 2260 insertions(+), 963 deletions(-)
delete mode 100644 ptable.h
create mode 100644 t/testcases/babycart_in_heredoc.pl
create mode 100644 t/testcases/rt115392.pl
create mode 100644 xsh/caps.h
create mode 100644 xsh/debug.h
create mode 100644 xsh/hints.h
create mode 100644 xsh/mem.h
create mode 100644 xsh/ops.h
create mode 100644 xsh/ptable.h
create mode 100644 xsh/threads.h
create mode 100644 xsh/util.h
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libindirect-perl.git
More information about the Pkg-perl-cvs-commits
mailing list