From: Father Chrysostomos Date: Wed, 18 Sep 2013 01:20:37 +0000 (-0700) Subject: perldelta for acb340504/#119501 X-Git-Tag: upstream/5.20.0~1778 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=84fd73723c8e464cd37b145631e8270495d8d0c0;p=platform%2Fupstream%2Fperl.git perldelta for acb340504/#119501 --- diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 6555465..2f601bc 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -9,7 +9,6 @@ e94bb470 install useful Regexp::CARP_TRACE from Carp 9d32676e [perl #117265] fix various problems with safesyscalls 9c7618be regcomp.c: Use Perl_form() instead of buggy sprintf 531d75b0 [perl #89502]: Add support for Atari FreeMiNT platform -acb34050 [perl #119501] \(1+2) always referencing the same sv =head1 NAME @@ -1245,6 +1244,12 @@ slices. [perl #28380, #114024] C< $! = EINVAL; waitpid(0, WNOHANG); > no longer goes into an internal infinite loop. [perl #85228] +=item * + +Perl 5.19.3 accidentally caused C<\(1+2)> to return a reference to the same +mutable scalar each time, so that modifications affect future evaluations. +This has been fixed. [perl #119501] + =back =head1 Known Problems