From: Father Chrysostomos Date: Wed, 18 Dec 2013 01:53:54 +0000 (-0800) Subject: perldelta for ebdc88085 X-Git-Tag: upstream/5.20.0~975 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=346295c23a8768571669fe2dedc2d87145141d2c;p=platform%2Fupstream%2Fperl.git perldelta for ebdc88085 --- diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 8a46411..20fe2cb 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -431,6 +431,16 @@ C<< readdir() >> now only sets C<$!> on error. C<$!> is no longer set to C when then terminating C is read from the directory unless the system call sets C<$!>. [perl #118651] +=item * + +C<&CORE::glob> no longer causes an intermittent crash due to perl's stack +getting corrupted. [perl #119993] + +=item * + +C with layers that load modules (e.g., "<:encoding(utf8)") no longer +runs the risk of crashing due to stack corruption. + =back =head1 Known Problems