From: Steve Hay Date: Tue, 16 Feb 2010 23:23:55 +0000 (+0000) Subject: Keep perl5115delta.pod up to date X-Git-Tag: accepted/trunk/20130322.191538~9482 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ca127710352774fec33a595b119e6bf8ff673bb3;p=platform%2Fupstream%2Fperl.git Keep perl5115delta.pod up to date --- diff --git a/pod/perl5115delta.pod b/pod/perl5115delta.pod index 19adb9b..af1c800 100644 --- a/pod/perl5115delta.pod +++ b/pod/perl5115delta.pod @@ -27,7 +27,6 @@ and C arguments. =item C -XXX Double-check that the following has actually been done or else remove it: Upgraded from version 0.81 to 0.82. The C and C functions can now be optionally exported to the @@ -103,6 +102,11 @@ was a regression since Perl 5.10.0. (Fixes RT #72590) =item * +Reading C<$!> no longer causes a SEGV for out of range C values. (Fixes +RT #72850) + +=item * + A possible SEGV in C has been fixed. This was a regression since Perl 5.10. @@ -125,9 +129,9 @@ rather than checking for C first. =item * -A change in C's behaviour in Perl 5.10.0 that wasn't -documented at the time is now documented in L. (Fixes RT -#62522) +A change in the behaviour of C and C in +Perl 5.10.0 that wasn't documented at the time is now documented in +L. (Fixes RT #62522) =item *