Skip to content

Commit 3630f57

Browse files
bingosbingos
authored andcommitted
Update List-Util to CPAN version 1.25
[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
1 parent e5cccf3 commit 3630f57

39 files changed

+409
-748
lines changed

MANIFEST

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1491,43 +1491,25 @@ cpan/libnet/t/smtp.t libnet
14911491
cpan/libnet/t/time.t libnet
14921492
cpan/List-Util/Changes Util extension
14931493
cpan/List-Util/lib/List/Util.pm List::Util
1494-
cpan/List-Util/lib/List/Util/PP.pm List::Util
14951494
cpan/List-Util/lib/List/Util/XS.pm List::Util
14961495
cpan/List-Util/lib/Scalar/Util.pm Scalar::Util
1497-
cpan/List-Util/lib/Scalar/Util/PP.pm Scalar::Util
14981496
cpan/List-Util/ListUtil.xs Util extension
14991497
cpan/List-Util/Makefile.PL Util extension
15001498
cpan/List-Util/multicall.h Util extension
15011499
cpan/List-Util/README Util extension
15021500
cpan/List-Util/t/00version.t Scalar::Util
15031501
cpan/List-Util/t/blessed.t Scalar::Util
15041502
cpan/List-Util/t/dualvar.t Scalar::Util
1505-
cpan/List-Util/t/expfail.t List::Util
15061503
cpan/List-Util/t/first.t List::Util
1504+
cpan/List-Util/t/getmagic-once.t
15071505
cpan/List-Util/t/isvstring.t Scalar::Util
15081506
cpan/List-Util/t/lln.t Scalar::Util
15091507
cpan/List-Util/t/maxstr.t List::Util
15101508
cpan/List-Util/t/max.t List::Util
15111509
cpan/List-Util/t/minstr.t List::Util
15121510
cpan/List-Util/t/min.t List::Util
15131511
cpan/List-Util/t/openhan.t Scalar::Util
1514-
cpan/List-Util/t/p_00version.t Scalar::Util
1515-
cpan/List-Util/t/p_blessed.t Scalar::Util
1516-
cpan/List-Util/t/p_first.t List::Util
1517-
cpan/List-Util/t/p_lln.t Scalar::Util
1518-
cpan/List-Util/t/p_maxstr.t List::Util
1519-
cpan/List-Util/t/p_max.t List::Util
1520-
cpan/List-Util/t/p_minstr.t List::Util
1521-
cpan/List-Util/t/p_min.t List::Util
1522-
cpan/List-Util/t/p_openhan.t Scalar::Util
1523-
cpan/List-Util/t/p_readonly.t Scalar::Util
1524-
cpan/List-Util/t/p_reduce.t List::Util
1525-
cpan/List-Util/t/p_refaddr.t Scalar::Util
1526-
cpan/List-Util/t/p_reftype.t Scalar::Util
15271512
cpan/List-Util/t/proto.t Scalar::Util
1528-
cpan/List-Util/t/p_shuffle.t List::Util
1529-
cpan/List-Util/t/p_sum.t List::Util
1530-
cpan/List-Util/t/p_tainted.t Scalar::Util
15311513
cpan/List-Util/t/readonly.t Scalar::Util
15321514
cpan/List-Util/t/reduce.t List::Util
15331515
cpan/List-Util/t/refaddr.t Scalar::Util
@@ -1537,7 +1519,6 @@ cpan/List-Util/t/stack-corruption.t List::Util
15371519
cpan/List-Util/t/sum.t List::Util
15381520
cpan/List-Util/t/tainted.t Scalar::Util
15391521
cpan/List-Util/t/weak.t Scalar::Util
1540-
cpan/List-Util/XS.pp List::Util
15411522
cpan/Locale-Codes/ChangeLog Locale::Codes
15421523
cpan/Locale-Codes/lib/Locale/Codes/API.pod Locale::Codes documentation
15431524
cpan/Locale-Codes/lib/Locale/Codes/Changes.pod Locale::Codes documentation

Porting/Maintainers.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1579,7 +1579,7 @@ package Maintainers;
15791579

15801580
'Scalar-List-Utils' => {
15811581
'MAINTAINER' => 'gbarr',
1582-
'DISTRIBUTION' => 'GBARR/Scalar-List-Utils-1.23.tar.gz',
1582+
'DISTRIBUTION' => 'PEVANS/Scalar-List-Utils-1.25.tar.gz',
15831583

15841584
# Note that perl uses its own version of Makefile.PL
15851585
'FILES' => q[cpan/List-Util],

cpan/List-Util/Changes

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,42 @@
1+
1.25 -- Sat Mar 24 13:10:13 UTC 2012
2+
3+
* Restore back-compat. to perl 5.6 (thanks to Zefram)
4+
5+
1.24 -- Thu Mar 22 18:10:10 UTC 2012
6+
7+
* Update to 1.24 release version (no other changes since 1.23_04).
8+
9+
1.23_04 -- Sat Mar 10 00:16:16 UTC 2012
10+
11+
* RT#72700 Fix off-by-two on string literal length
12+
13+
1.23_03 -- Tue Sep 14 10:09:59 CDT 2010
14+
15+
* Min perl version supported for build is not 5.008
16+
* Dropped the pure-Perl implementation of both Scalar::- and List::Util.
17+
* RT#61118 Fix assumption in sum() that once magic, always magic
18+
19+
1.23_02 -- Tue Mar 30 11:09:15 CDT 2010
20+
21+
* Fix first() and reduce() to check the callback first; &first(1) is now illigal. [gfx]
22+
* Fix reduce() to allow XSUB callbacks [gfx]
23+
* Fix first() to allow XSUB callbacks [gfx]
24+
* Resolve RT #55763: tainted() doesn't do SvGETMAGIC(sv) [gfx]
25+
* define CvISXSUB so older perl versions will still compile
26+
27+
1.23_01 -- Mon Mar 22 08:24:11 CDT 2010
28+
29+
* Add failing tests; SVt_RV is not directly SvROK [gfx]
30+
* Implement openhandle() in XS (with extra tests) [gfx]
31+
* Modernize *.pm [gfx]
32+
* Modernize ListUtil.xs [gfx]
33+
* Add ppport.h [gfx]
34+
* Fix an overloading issue on sum(), and add tests for overloading [gfx]
35+
* Small tweaks for minstr()/maxstr() [gfx]
36+
* Optimize dualvar() [gfx]
37+
* Use sv_copypv() instead of SvPV() and sv_setpv() [gfx]
38+
* avoid non-portable warnings
39+
140
1.23 -- Wed Mar 10 20:50:00 CST 2010
241

342
* Add a test file to ensure 'GETMAGIC' called once [gfx]

0 commit comments

Comments
 (0)