[libscalar-list-utils-perl] branch master updated (a880ccb -> 85957cf)

Salvatore Bonaccorso carnil at debian.org
Thu Feb 22 05:44:04 UTC 2018


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

carnil pushed a change to branch master
in repository libscalar-list-utils-perl.

      from  a880ccb   declare conformance with Policy 4.1.3 (no changes needed)
      adds  9397f0b   update ppport.h, and keep it updated
      adds  e2864e3   remove overwrite of ppport.h every time author runs Makefile.PL
      adds  556e9a4   fix example get_code_info for unnamed subs (RT#116962)
      adds  e4a2662   Merge pull request #64 from haarg/rt-116962
      adds  f11a80c   fix uniq test on old Test::More
      adds  fb77672   avoid PL_sv_undef in hash on old perl
      adds  823e331   test uniq against larger numeric range
      adds  1489f9b   skip utf8 test on 5.6
      adds  d06ca8f   Merge pull request #65 from haarg/uniq-fixes
      adds  0ac4d59   Use sv_rvunweaken() in Scalar::Util::unweaken() (thanks ilmari)
      adds  373173d   test on more versions
      adds  cca48cc   Merge pull request #62 from karenetheridge/topic/more-travis
      adds  f0cddde   Fix building with C++ compilers
      adds  029291c   Fix building on C89 compilers under HV_FETCH_EMPTY_HE
      adds  7fac980   Merge pull request #42 from arc/master
      adds  bd96a7f   Don't leak SVs from sum0/product1 when called with zero args (RT#124017)
      adds  e6ea0de   Fix tests to work also on Perl 5.6.2
      adds  235029d   Merge pull request #68 from pali/master
      adds  996179d   add infrastructure of test for exotic sub names
      adds  2714b57   test Sub::Util for exotic sub names
      adds  0548cc0   Make TAP output UTF8
      adds  735b19f   Support binary data and unicode in symbol names
      adds  a1add20   Skip debugging code on perls that don't need it
      adds  5312932   Look up stashes containing single-quotes correctly
      adds  5d9b2fe   Fix off-by-one bug in ' to :: substitution
      adds  87687ff   Check for UTF8 flag on name after magic/overloading is performed
      adds  b8ad4dd   prevent accessing beyond the range of nameptr (RT#117072)
      adds  b639cea   failing test for exotic names in %DB::sub
      adds  9293ea9   test native exotic sub names by aliasing globs
      adds  bbf9739   glob names need to be encoded in older perls
      adds  4e95814   better diagnostics for bad %DB::sub entries
      adds  a50a854   Fix %DB::sub for subs with non-Latin1 characters
      adds  a7825a7   Fixes for 5.6
      adds  9bdcc58   more clear variable usage for counting quotes
      adds  ef4d9f3   use sv_2mortal rather than doing SvREFCNT_dec manually
      adds  f90f241   Merge pull request #67 from haarg/exotic-names
      adds  4a75c04   add head() and tail() subs
      adds  198ae15   Merge branch 'master' into preaction/master
      adds  e559254   Merge branch 'preaction/master' (PR #23)
      adds  ca30ddc   Bumped version to 1.50; updated Changes notes
      adds  ba7c1c0   New upstream version 1.50
       new  3050d19   Update upstream source from tag 'upstream/1.50'
       new  85957cf   Update debian/changelog

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             |   15 +
 ListUtil.xs         |  197 ++++--
 MANIFEST            |    2 +
 META.json           |    2 +-
 META.yml            |    2 +-
 Makefile.PL         |    1 -
 debian/changelog    |    8 +-
 lib/List/Util.pm    |   30 +-
 lib/List/Util/XS.pm |    2 +-
 lib/Scalar/Util.pm  |    2 +-
 lib/Sub/Util.pm     |    4 +-
 ppport.h            | 1874 ++++++++++++++++++++++++++++++++++++---------------
 t/exotic_names.t    |  122 ++++
 t/head-tail.t       |   97 +++
 t/product.t         |    5 +-
 t/sum.t             |   17 +-
 t/uniq.t            |   30 +-
 17 files changed, 1776 insertions(+), 634 deletions(-)
 create mode 100644 t/exotic_names.t
 create mode 100644 t/head-tail.t

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libscalar-list-utils-perl.git



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