[libscope-upper-perl] branch master updated (64018d5 -> 334b385)

gregor herrmann gregoa at debian.org
Fri Jun 10 21:37:21 UTC 2016


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

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

      from  64018d5   update changelog
      adds  74b0ee9   The Big Boilerplate Factorization
      adds  da5a83a   Fix off-by-one error in su_uplevel_ud->si initialization
      adds  f81dd13   Temporarily rename xsh_debug_log to su_debug_log
      adds  f0ee3a4   Some basic 5.23.8 fixes
      adds  ded730e   get su_init/su_pop working under 5.23.8
      adds  e7846e7   fix unwind()
      adds  5736d90   su_uplevel: populate lower stack frames properly
      adds  f4167ba   fix uplevel() under 5.23.8+
      adds  48b50a3   eliminate CX_ARGARRAY() and CX_ARGARRAY_set()
      adds  e8b8c06   fixup t/13-reap-ctl.t for 5.23.8
      adds  297a2de   Minor whitespace changes
      adds  05e5544   Always define SU_HAS_NEW_CXT
      adds  c47d5c5   Fix the build on perl 5.8.0
      adds  ae64b29   Actually restore old_cop in su_localize()
      adds  915ea10   Prevent a future possible declaration-after-code error
      adds  4229b39   Remove a couple of unused variable
      adds  7014849   Only define su_cxt_enter_count when XSH_DEBUG is set
      adds  ca164d4   Hide aTHX in macros
      adds  2c74bc4   Avoid partially braced if/else
      adds  cea0047   ud_ is not unused in su_yield()
      adds  eef3f27   Merge perl 5.24 fixes from davem
      adds  7dd03ea   Rename su_debug_log() into xsh_debug_log()
      adds  3c2c6ae   Minor stylistic nits
      adds  89d8259   Bump copyright year
      adds  ec27c14   Thanks, Dave
      adds  8dc7869   This is 0.29
      adds  acbe558   Imported Upstream version 0.29
       new  950d43c   Merge tag 'upstream/0.29'
       new  70c4d21   Update debian/changelog
       new  7b634ea   add bug closer
       new  c3b38c2   Update years of upstream and packaging copyright.
       new  81c2b98   Declare compliance with Debian Policy 3.9.8.
       new  3001810   Set bindnow linker flag in debian/rules.
       new  334b385   releasing package libscope-upper-perl version 0.29-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            |    9 +
 MANIFEST           |    4 +
 META.json          |    6 +-
 META.yml           |    6 +-
 Makefile.PL        |    2 +-
 README             |    8 +-
 Upper.xs           | 1346 ++++++++++++++++++++++++++++++++--------------------
 debian/changelog   |   10 +-
 debian/control     |    2 +-
 debian/copyright   |    4 +-
 debian/rules       |    2 +
 lib/Scope/Upper.pm |    9 +-
 t/13-reap-ctl.t    |    8 +-
 xsh/caps.h         |   47 ++
 xsh/debug.h        |   27 ++
 xsh/threads.h      |  501 +++++++++++++++++++
 xsh/util.h         |  102 ++++
 17 files changed, 1558 insertions(+), 535 deletions(-)
 create mode 100644 xsh/caps.h
 create mode 100644 xsh/debug.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/libscope-upper-perl.git



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