[libindirect-perl] branch master updated (7076a44 -> 0ce9330)

gregor herrmann gregoa at debian.org
Sat Jul 4 20:29:02 UTC 2015


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

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

      from  7076a44   releasing package libindirect-perl version 0.33-1
      adds  6f86033   Really be compatible with the OP_PARENT feature
      adds  12feddb   Update VPIT::TestHelpers to 3c878c7c
      adds  50b8db8   Update VPIT::TestHelpers to 4eeb5afc
      adds  922f734   Port threads tests to the new VPIT::TestHelpers interface
      adds  0a87410   Protect run_perl() tests against old relocated perls
      adds  461d683   Replace STATIC by static
      adds  48aed06   Revamp the setup boot logic
      adds  993724a   Thoroughly test module loading in threads
      adds  79b20d9   Bump copyright year
      adds  0e769ce   Update the ActivePerl/gcc-3.4 hack for EUMM 7.04
      adds  9d97dcd   Add POSIX to build requires
      adds  b5c134a   Add a couple of missing volatile qualifiers
      adds  66fbc02   Make sure MULTIPLICITY builds set PERL_IMPLICIT_CONTEXT
      adds  0b3fd3c   Keep track of which thread-local contexts have been initialized
      adds  79558d9   Improve scheduling for the parallel loading test
      adds  bdc119d   Also point to tomc's FMTEYEWTK post in POD
      adds  4d65569   This is 0.34
      adds  d2cd883   Improve diagnostics in t/09-load-threads.t in case of failure
      adds  4838c65   Make sure the module is loaded in the first thread first
      adds  831f88d   Handle undef properly for failure diagnostics in t/09-load-threads.t
      adds  b5ecb08   Reference-count global setup/teardown
      adds  db57587   Test asymetrical thread termination
      adds  7645d19   Make sure we don't take the OP_REFCNT mutex twice on perl 5.9.2 and below
      adds  b58bc18   Rename I_CHECK_MUTEX_* to I_CHECK_*
      adds  02b7ccc   Turn indirect_loaded into a signed integer
      adds  f005f89   Manually release MY_CXT.global_code at interpreter teardown time
      adds  bfb0c6a   No tabs please
      adds  44fb7d6   This is 0.35
      adds  f4dca66   Imported Upstream version 0.35
       new  abbe0fc   Merge tag 'upstream/0.35'
       new  24714f0   Update debian/changelog
       new  0e3e276   Update years of upstream and packaging copyright.
       new  0ce9330   releasing package libindirect-perl version 0.35-1

The 4 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                       |  24 ++++
 MANIFEST                      |   2 +-
 META.json                     |   5 +-
 META.yml                      |   5 +-
 Makefile.PL                   |  12 +-
 README                        |  31 +++-
 debian/changelog              |   7 +
 debian/copyright              |   4 +-
 indirect.xs                   | 324 ++++++++++++++++++++++++++++-------------
 lib/indirect.pm               |  28 +++-
 t/09-load-threads.t           | 327 ++++++++++++++++++++++++++++++++++++++++++
 t/40-threads.t                |   6 +-
 t/41-threads-teardown.t       |  22 ++-
 t/42-threads-global.t         |   6 +-
 t/50-external.t               |  25 ++--
 t/lib/VPIT/TestHelpers.pm     | 120 +++++++++++++++-
 t/lib/indirect/TestThreads.pm |  51 -------
 17 files changed, 805 insertions(+), 194 deletions(-)
 create mode 100644 t/09-load-threads.t
 delete mode 100644 t/lib/indirect/TestThreads.pm

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