From: Jesse Vincent Date: Mon, 19 Oct 2009 14:09:19 +0000 (-0400) Subject: perldelta editing X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=90b948c56619f1b10b09990fc876c0f3166b8cc6;p=p5sagit%2Fp5-mst-13.2.git perldelta editing --- diff --git a/pod/perl5111delta.pod b/pod/perl5111delta.pod index 7e8dc89..033f3c6 100644 --- a/pod/perl5111delta.pod +++ b/pod/perl5111delta.pod @@ -1,7 +1,5 @@ =head1 NAME -[ Any text flagged as XXX needs to be processed before release. ] - perldelta - what is new for perl v5.11.1 =head1 DESCRIPTION @@ -9,10 +7,6 @@ perldelta - what is new for perl v5.11.1 This document describes differences between the 5.11.0 release and the 5.11.1 release. -=head1 Notice - -XXX Notice - =head1 Incompatible Changes =over @@ -89,6 +83,8 @@ CPAN::Unpack show any users outside the Perl core. =head1 Modules and Pragmata +=head2 Updated Modules + =over 4 =item Upgrade to Test-Simple-0.94 @@ -119,49 +115,6 @@ CPAN::Unpack show any users outside the Perl core. =back -=head2 New Modules and Pragmata - -=over 4 - -=item C - -XXX - -=back - -=head2 Pragmata Changes - -=over 4 - -=item C - -XXX - -=back - -=head2 Updated Modules - -=over 4 - -=item C - -XXX - -=back - -=head1 Utility Changes - -XXX Changes to installed programs such as F and F go -here. Most of these are built within the directories F and F. - -=over 4 - -=item F - -XXX - -=back - =head1 New Documentation =over 4 @@ -180,15 +133,10 @@ XXX =head1 Performance Enhancements -XXX Changes which enhance performance without changing behaviour go here. There -may well be none in a stable release. - =over 4 =item C has been optimized to be faster than C -XXX - =back =head1 Installation and Configuration Improvements @@ -196,14 +144,6 @@ XXX XXX Changes to F, F, F, and analogous tools go here. -=head2 Configuration improvements - -XXX - -=head2 Compilation improvements - -XXX - =head2 Platform Specific Changes =over 4 @@ -241,10 +181,6 @@ on Darwin 8 and 9 (Mac OS X 10.4 and 10.5, respectively). =head1 Selected Bug Fixes -XXX Important bug fixes in the core language are summarised here. -Bug fixes in files in F and F are best summarised in -L. - =over 4 =item Perl now properly returns a syntax error instead of segfaulting @@ -256,12 +192,14 @@ C now returns C<-1>, and sets errno to C, thus restoring the 5.8. =item overload no longer implicitly unsets fallback on repeated 'use overload' lines +=item POSIX::strftime() can now handle Unicode characters in the format string. + +=item The winsock select() implementation now supports all empty Cs more correctly. + =back =head1 New or Changed Diagnostics -XXX New or changed warnings emitted by the core's C code go here. - =over 4 @@ -283,24 +221,8 @@ see L =back -=head1 Changed Internals - -XXX Changes which affect the interface available to C code go here. - -=over 4 - -=item * - -XXX - -=back - =head1 Testing -XXX Changes which create B files in F go here. Changes to -existing files in F aren't worth summarising, although the bugs that -they represent may be. - =over 4 =item Significant cleanups to core tests to ensure that language and @@ -331,37 +253,11 @@ XXX =back -=head1 Deprecations - -XXX Add any new known deprecations here. - -The following items are now deprecated. - -=over 4 - -=item * - -XXX - -=back - -=head1 Platform Specific Notes - -XXX Any changes specific to a particular platform. VMS and Win32 are the usual -stars here. It's probably best to group changes under the same section layout -as the main perldelta - - =head1 Errata -k=item The Perl 5.11.0 release notes incorrectly described 'delete local' - +=item The Perl 5.11.0 release notes incorrectly described 'delete local' -=head1 Obituary - -XXX If any significant core contributor has died, we've added a short obituary -here. =head1 Acknowledgements @@ -408,36 +304,3 @@ This is all changes through 704e1b1e -commit a44d0896a6c4bfe01ea532694b8c1c073ea6a2f1 -Author: Nicholas Clark -Date: Thu Oct 15 23:37:41 2009 +0100 - - POSIX::strftime() should be able to handle Unicode characters in the format string. - -commit e4d771f5006ebd70b76422437cce60e9ac40c830 -Author: Jan Dubois -Date: Tue Oct 13 16:46:58 2009 -0700 - - The winsock select() implementation doesn't support all empty 'fd_set's. - - The code already contained a workaround for the special case - - select(undef, undef, undef, $sleep); - - but didn't handle the case when actual bit vectors were passed in - that didn't have any bits set. - - Fixes http://rt.perl.org/rt3/Public/Bug/Display.html?id=54544 - - - - - - Add perltodo: write an XS cookbook - - Explain using git send-email for patches - - - - =TODO FOR RELENG GUIDE Make Module::Corelist recognise $] as a version number on 5.11.0 -