[libscalar-list-utils-perl] branch master updated (a493ecf -> c11998e)

Salvatore Bonaccorso carnil at debian.org
Fri Mar 25 18:39:48 UTC 2016


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  a493ecf   Prepare changelog for release
      adds  a444eeb   Add 'Since version ...' notes to L:U:uniq() and uniqnum() docs
      adds  b3bb5bb   Also add uniq and uniqnum to main L:U SYNOPSIS
      adds  7ea9c91   Rename L:U:uniq() to :uniqstr() to make space for a new uniq() semantic
      adds  2c80980   Unit test the current behaviour of uniq*() on lists containing undef
      adds  5001665   Update 'Since version' remark on uniqstr()
      adds  977f139   Pull out args[index] to a local variable in both uniq() branches
      adds  6bea492   Coërce undef to empty string or numerical zero in uniqstr/uniqnum as appropriate
      adds  87188e8   Add a new uniq() with new stringy-or-undef semantics
      adds  c3c3473   Bumped version to 1.44_001; updated Changes notes
      adds  6e915c0   Make sure to invoke GET magic once (and exactly once) for arguments to uniq() + test copied from LMU
      adds  fad9db1   Use of "clone if SvGAMAGIC" also fixes the multiple-magic issue with uniqnum()
      adds  cf736da   Bumped version to 1.44_002; updated Changes notes
      adds  bfedb84   Bugfix for case of uniq() with a singleton list containing a magical item
      adds  74b8e8e   Documentation hints on how to use an asymmetric combining function in reduce{} to implement reduce+map
      adds  9009726   Bumped version to 1.45; updated Changes notes
      adds  4f07cd5   Imported Upstream version 1.45
       new  649dbee   Merge tag 'upstream/1.45'
       new  33345c7   Update debian/changelog
       new  c11998e   Prepare changelog for release

The 3 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             |  10 +++++
 ListUtil.xs         |  56 ++++++++++++++++++-------
 META.json           |   2 +-
 META.yml            |   2 +-
 debian/changelog    |   6 +++
 lib/List/Util.pm    |  77 ++++++++++++++++++++++++++---------
 lib/List/Util/XS.pm |   2 +-
 lib/Scalar/Util.pm  |   2 +-
 lib/Sub/Util.pm     |   2 +-
 t/uniq.t            | 115 +++++++++++++++++++++++++++++++++++++++++-----------
 10 files changed, 212 insertions(+), 62 deletions(-)

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