From: Father Chrysostomos Date: Tue, 13 Aug 2013 04:43:09 +0000 (-0700) Subject: perldelta for a547fd2 X-Git-Tag: upstream/5.20.0~2355 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=efcbb8b2fb6f83eefea90f8c9c48ed1eb2fc2781;p=platform%2Fupstream%2Fperl.git perldelta for a547fd2 --- diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 192a4c1..1c6b009 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -551,6 +551,11 @@ longer produce "uninitialized" warnings at compile time. Modifying a substitution target inside the substitution replacement no longer causes crashes. +=item * + +The first statement inside a string eval used to use the wrong pragma setting sometimes during constant folding. C would randomly choose between Unicode, byte, and locale semantics. This has been +fixed. + =back =head1 Known Problems