File perl-Scalar-List-Utils.changes of Package perl-Scalar-List-Utils
-------------------------------------------------------------------
Fri Dec 13 12:20:17 UTC 2013 - coolo@suse.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 06:30:51 UTC 2013 - coolo@suse.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 05:31:34 UTC 2013 - lars@linux-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:34:51 UTC 2010 - coolo@novell.com
- switch to perl_requires macro
-------------------------------------------------------------------
Thu Mar 11 08:00:20 UTC 2010 - lars@linux-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 22:17:03 CEST 2009 - lars@linux-schulserver.de
- initial package build