2018-02-25 18:31:14 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
p5-Scalar-List-Utils: update to 1.50.
1.50 -- 2018-02-20 19:13:27
[CHANGES]
* Added head() and tail() functions (thanks preaction)
* Support binary and Unicode in symbol names for set_subname()
[BUGFIXES]
* Fix building with C++ and C89 compilers
* Fix uniq() test for old Test::More
* Fix example get_code_info for unnamed subs (RT#116962)
* Fixes for symbol names containing ' characters
* Don't leak SVs from sum0/product1 when called with zero args
(RT#124017)
* Use sv_rvunweaken() in Scalar::Util::unweaken() (thanks ilmari)
* Misc. fixes for perl 5.6
|
2017-09-10 23:36:54 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Updated p5-Scalar-List-Utils to 1.49.
1.49 -- 2017-09-08 12:25:54
[CHANGES]
* Fixes for unit tests to pass on perl 5.6.2
* Fix typo in documentation
|
2017-06-25 09:10:20 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Updated p5-Scalar-List-Utils to 1.48.
1.48 -- 2017/06/23 17:29:42
[CHANGES]
* Note in documentation that outer function's @_ can be accessed in
some blocks, but ought not be (thanks wchristian)
[BUGFIXES]
* Ensure pairmap extends its stack correctly (thanks davem)
* Fix name of List::Util::unpairs in its error messages
|
2017-06-05 16:25:36 by Ryo ONODERA | Files touched by this commit (2298) |
Log message:
Recursive revbump from lang/perl5 5.26.0
|
2016-12-30 01:51:29 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Updated p5-Scalar-List-Utils to 1.47.
1.47 -- 2016/12/22 18:54:45
[CHANGES]
* Make XS code ppport.h-free when in core
[BUGFIXES]
* Fix compliling on C++11
* Perform taint checks using $^X instead of some %ENV key because of
the Test::Simple vars (RT119169)
|
2016-10-03 14:38:44 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Updated p5-Scalar-List-Utils to 1.46.
1.46 -- 2016/09/28 23:17:07
[CHANGES]
* Remember to add unpairs and uniq to SYNOPSIS
* Document the behaviour of uniqnum() on NaN
[BUGFIXES]
* C89 fixes
* Various internal bugfixes backported from perl core
|
2016-09-17 17:28:54 by Jonathan Perkin | Files touched by this commit (1) |
Log message:
Requires C99.
|
2016-06-08 21:25:20 by Thomas Klausner | Files touched by this commit (2236) |
Log message:
Bump PKGREVISION for perl-5.24.
|
2016-04-08 17:12:10 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Updated p5-Scalar-List-Utils to 1.45
1.45 -- 2016/03/25 16:09:40
[CHANGES]
* Renamed existing uniq() to uniqstr()
* Canonicalise undef to {empty string,zero} in uniq{str,num}()
* Add a new uniq() with more DWIMish semantics around undef
[BUGFIXES]
* Fix uses of GET magic by the uniq*() family of functions. GET magic
is now always invoked exactly once if it exists.
1.44 -- 2016/03/17 23:08:46
[CHANGES]
* Added List::Util::uniq() and uniqnum()
(with thanks to randir and ilmari for assistance writing code and
tests)
|
2016-02-10 08:33:27 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update p5-Scalar-List-Utils to 1.43:
1.43 -- 2016/02/08 15:05:23
[CHANGES]
* Updated documentation
* Added MIN_PERL_VERSION to Makefile.PL
* Added "use warnings" to all tests
* Added MANIEST.SKIP patterns for common editor backup/swapfiles
* Test product(0,0) (RT105415)
[BUGFIXES]
* Fix build on non-C99 compilers
* Avoid divide-by-zero exception if product()'s accumulator is IV zero
(RT105415)
* Possible fix for SvTEMP issues in first and any/all/none/notall
(RT96343)
|