Changelog for
perl-Scalar-List-Utils-1.35-1.6.x86_64.rpm :
Fri Dec 13 13:00:00 2013 cooloAATTsuse.com
- update to 1.35:
* Added List::Util::product()
* Ensure that List::Util::{any,all,none,notall} return PL_sv_{yes,no}
* Implement reduce() and first() even in the absence of MULTICALL
* Avoid C99/C++-style comments in XS code
* Fix dualvar tests for perl 5.6; fix skip() test counts in dualvar.t
* Neater documentation examples of other functions that can be built using
reduce
* Added any, all, none, notall list reduction functions
(inspired by List::MoreUtils)
Sat Oct 5 14:00:00 2013 cooloAATTsuse.com
- update to 1.32:
* Skip pairmap()\'s MULTICALL implementation 5.8.9 / 5.10.0 as it doesn\'t
work (RT87857)
* Comment on the fact that package \"0\" is defined but false (RT88201)
* TODO test in t/readonly.t now passes since 5.19.3 (RT88223)
Mon Aug 19 14:00:00 2013 larsAATTlinux-schulserver.de
- update to 1.31:
+ Bugfix pairmap to return list length in scalar context
+ Added \"Odd number of elements\" warnings to all pair
* functions
+ Added pairfirst
+ Added MULTICALL implementations to pairmap/pairgrep/pairfirst
+ Fix declaration-after-code for C99-challenged compilers
+ Documentation updates to List::Util
+ Bugfix to pairmap/pairgrep when stack moves beneath them
during operation
+ Added pairgrep, pairmap, pairs (inspired by List::Pairwise)
+ Added pairkeys and pairvalues
+ Fix multicall refcount bug RT#80646
+ Merge patch from JDHEDDEN - Add Scalar::Util::isdual() RT#76150
+ Fix a hash order dependency bug t/tainted.t
Wed Dec 1 13:00:00 2010 cooloAATTnovell.com
- switch to perl_requires macro
Thu Mar 11 13:00:00 2010 larsAATTlinux-schulserver.de
- update to 1.23:
+ Use PERL_NO_GET_CONTEXT for efficiency (see perlguts)
+ avoid non-portable warnings
+ Fix PP::reftype in edge cases
+ RT#51484 Preserve utf8 flag of string passed to dualvar()
+ RT#51454 Check first argument to first/reduce is a code
reference
+ RT#50528 [PATCH] p_tainted.t fix for VMS [Craig A. Berry]
+ RT#48550 fix pure perl looks_like_number not to match
non-ascii digits
Tue Sep 15 14:00:00 2009 larsAATTlinux-schulserver.de
- initial package build