From 655d344e5798ad372f399b255d0eb6664d306b66 Mon Sep 17 00:00:00 2001 From: David Golden Date: Tue, 13 Jul 2010 12:08:58 -0400 Subject: [PATCH] Add more recent commits to perldelta --- pod/perl5133delta.pod | 85 ++++++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 78 insertions(+), 7 deletions(-) diff --git a/pod/perl5133delta.pod b/pod/perl5133delta.pod index d60604f..ddbb95d 100644 --- a/pod/perl5133delta.pod +++ b/pod/perl5133delta.pod @@ -49,6 +49,12 @@ name will C return your custom one. See L for details on all these changes. +=head2 Other enhancements + +=item * + +Uppercase X/B allowed in hexadecimal/binary literals (RT#76296) (a674e8d) + =head1 Security XXX Any security-related notices go here. In particular, any security @@ -85,7 +91,7 @@ may well be none in a stable release. =item * -XXX +There are several small optimizations to improve CPU cache performance =back @@ -121,6 +127,10 @@ autodie updated to CPAN version 2.10 (a009834) =item * +charnames -- viacode() is now significantly faster (f3227b7) + +=item * + warnings updated to 1.10. Calling C without arguments is now significantly more efficient. (8452af9) @@ -151,6 +161,14 @@ Attribute-Handlers updated to CPAN version 0.88 (f2ea78b) =item * +Compress-Raw-Bzip2 updated to CPAN version 2.027 (9e09409) + +=item * + +Compress-Raw-Zlib updated to CPAN version 2.027 (f02c02e) + +=item * + Digest-SHA updated to CPAN version 5.48 (dfe1edc) =item * @@ -163,10 +181,18 @@ ExtUtils-Manifest updated to CPAN version 1.58 (49c6bc4) =item * +IO-Compress upated to CPAN version 2.027 (e8796d6) + +=item * + IPC-SysV updated to CPAN version 2.03 (10613b6) =item * +Locale::Maketext adds external cache support (ace47d6) + +=item * + Module-Load updated to CPAN version 0.18 (93eaa32) =item * @@ -211,9 +237,9 @@ XXX Changes which create B files in F go here. =over 4 -=item L +=item L -XXX +The Perl 5.12.1 perldelta file was added from the Perl maintenance branch =back @@ -223,11 +249,27 @@ XXX Changes which significantly change existing files in F go here. However, any changes to F should go in the L section. +=head3 L + =over 4 -=item L +=item * -XXX +Improved documentation of unusual character escapes (bf82ca4) + +=back + +=head3 L + +=over + +=item * + +Added cautionary note about "no VERSION" (e0de7c2) + +=item * + +Add additional notes regarding srand and forking (d460397) =back @@ -313,7 +355,15 @@ that they represent may be covered elsewhere. =item * -XXX +F clears PERL5LIB, PERLLIB, PERL5OPT as t/TEST does (a2d3de1) + +=item * + +Many common testing routines were refactored into t/lib/common.pl + +=item * + +Several test files have been modernized to use Test::More =back @@ -390,6 +440,10 @@ Added prototypes for tie() and untie() to allow overloading (RT#75902) =back +=item * + +XXX Lots of block hook changes (PL_blockhooks) -- needs an overall summary + =head1 Selected Bug Fixes XXX Important bug fixes in the core language are summarised here. @@ -403,13 +457,30 @@ L. =item * Fixed a regression of kill() when a match variable is used for the -process ID to kill. (RT #75812) (8af710e) +process ID to kill. (RT#75812) (8af710e) =item * Fixed several subtle bugs in sort() when @_ is accessed within a subroutine used for sorting. (RT#72334) (8f443ca) +=item * + +Catch yyparse() exceptions in C<< (?{...}) >> (RT#2353) (634d691) + +=item * + +Avoid UTF-8 cache panics with offsets beyond a string (RT #75898) (3e2d381) + +=item * + +Fixed POSIX::strftime memory leak (RT#73520) (c4bc4aa) + +=item * + +Doesn't set strict with C if C is greater than 5.12. +(da8fb5d) + =back -- 2.7.4