summaryrefslogtreecommitdiff
path: root/cpan/List-Util
Commit message (Collapse)AuthorAgeFilesLines
* Move Cwd and List-Util to folders named as per their CPAN distributionsSteve Hay2013-10-2433-3931/+0
|
* Upgrade Scalar-List-Utils from version 1.34 to 1.35Steve Hay2013-10-196-400/+525
| | | | | (None of the files listed as EXCLUDED are actually in the CPAN distribution any more anyway, so remove them from Porting/Maintainers.pl.)
* Remove all IGNORABLE files under cpan/Steve Hay2013-10-182-506/+0
| | | | | | | | | | | | | | | | This was discussed on p5p: http://www.nntp.perl.org/group/perl.perl5.porters/2013/10/msg208635.html One LICENSE file (Locale-Codes) has been removed (contrary to one suggestion in that thread) since it was the only one, and only says "This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself." anyway. Two files that I had previously suggested retaining for the sake of tests have also been removed. In one case, a test script has been modified (in Digest-MD5; I will send a ticket upstream); in the other case (in Test-Harness) I have removed the test which depended on the MANIFEST files, as suggested in the above thread.
* Upgrade Scalar-List-Utils from version 1.33 to 1.34Steve Hay2013-10-167-47/+96
|
* Upgrade Scalar-List-Utils from version 1.32 to 1.33Steve Hay2013-10-135-20/+114
|
* Upgrade Scalar-List-Utils from version 1.31 to 1.32Steve Hay2013-09-016-22/+34
|
* Update Scalar-List-Utils to CPAN version 1.31Chris 'BinGOs' Williams2013-08-156-9/+58
| | | | | | | | | [DELTA] 1.31 -- Wed Aug 14 20:38 UTC 2013 * Bugfix pairmap to return list length in scalar context * Added "Odd number of elements" warnings to all pair* functions
* Upgrade Scalar-List-Utils from 1.29 to 1.30Steve Hay2013-08-056-81/+298
|
* Update Scalar-List-Utils to CPAN version 1.29Chris 'BinGOs' Williams2013-08-017-10/+325
| | | | | | | | | | | | | | [DELTA] 1.29 -- Thu Aug 01 13:40 UTC 2013 * Bugfix to pairmap/pairgrep when stack moves beneath them during operation 1.28 -- Thu Aug 01 12:19 UTC 2013 -- BROKEN; do not use. See 1.29 * Added pairgrep, pairmap, pairs (inspired by List::Pairwise) * Added pairkeys and pairvalues
* Update Scalar-List-Utils to CPAN version 1.27Chris 'BinGOs' Williams2012-12-275-3/+23
| | | | | | | | [DELTA] 1.26_001 -- Sun Dec 23 15:58 * Fix multicall refcount bug RT#80646
* Update Scalar-List-Utils to CPAN version 1.26Chris 'BinGOs' Williams2012-12-179-32/+190
| | | | | | | | | | | | | [DELTA] 1.26 -- Sun Dec 16 19:39 * Merge patch from JDHEDDEN - Add Scalar::Util::isdual() RT#76150 1.25_01 -- Wed Nov 21 09:47 * Fix a hash order dependency bug t/tainted.t (Currently this is a core only version to fix perl5 smokes)
* fix a hash order dependency in cpan/List-Util testsYves Orton2012-11-215-4/+9
| | | | | | | | cpan/List-Util/t/tainted.t fails if the environment variable it access is PERL5LIB as that is set inside the process. We filter out env vars starting with PERL and bump the version numbers to 1.25_01.
* Update List-Util to CPAN version 1.25Chris 'BinGOs' Williams2012-06-1235-727/+402
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [DELTA] 1.25 -- Sat Mar 24 13:10:13 UTC 2012 * Restore back-compat. to perl 5.6 (thanks to Zefram) 1.24 -- Thu Mar 22 18:10:10 UTC 2012 * Update to 1.24 release version (no other changes since 1.23_04). 1.23_04 -- Sat Mar 10 00:16:16 UTC 2012 * RT#72700 Fix off-by-two on string literal length 1.23_03 -- Tue Sep 14 10:09:59 CDT 2010 * Min perl version supported for build is not 5.008 * Dropped the pure-Perl implementation of both Scalar::- and List::Util. * RT#61118 Fix assumption in sum() that once magic, always magic 1.23_02 -- Tue Mar 30 11:09:15 CDT 2010 * Fix first() and reduce() to check the callback first; &first(1) is now illigal. [gfx] * Fix reduce() to allow XSUB callbacks [gfx] * Fix first() to allow XSUB callbacks [gfx] * Resolve RT #55763: tainted() doesn't do SvGETMAGIC(sv) [gfx] * define CvISXSUB so older perl versions will still compile 1.23_01 -- Mon Mar 22 08:24:11 CDT 2010 * Add failing tests; SVt_RV is not directly SvROK [gfx] * Implement openhandle() in XS (with extra tests) [gfx] * Modernize *.pm [gfx] * Modernize ListUtil.xs [gfx] * Add ppport.h [gfx] * Fix an overloading issue on sum(), and add tests for overloading [gfx] * Small tweaks for minstr()/maxstr() [gfx] * Optimize dualvar() [gfx] * Use sv_copypv() instead of SvPV() and sv_setpv() [gfx] * avoid non-portable warnings
* Upgrade Scalar-List-Utils to 1.23 from CPANSteffen Mueller2010-04-209-25/+31
|
* Update to Scalar-List-Utils-1.22 from CPANGraham Barr2009-11-1411-17/+68
|
* Make p_tainted.t find its tests on VMS.Craig A. Berry2009-10-151-1/+1
| | | | | | Reported upstream at: https://rt.cpan.org/Ticket/Display.html?id=50528
* Move List::Util from ext/ to cpan/Nicholas Clark2009-10-0249-0/+3661