X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/c11a53c651fea67be0519304acae4518ba4a1a54..81b820f9dc36be29efe449a802b7dc61fb1698ab:/pod/perl588delta.pod diff --git a/pod/perl588delta.pod b/pod/perl588delta.pod index 344d8f4..b2203bc 100644 --- a/pod/perl588delta.pod +++ b/pod/perl588delta.pod @@ -1,6 +1,8 @@ +=encoding utf8 + =head1 NAME -perldelta - what is new for perl v5.8.8 +perl588delta - what is new for perl v5.8.8 =head1 DESCRIPTION @@ -429,7 +431,7 @@ C upgraded to version 6.30 (was 6.17) =item * -Too much to list here; see L +Too much to list here; see L =back @@ -1383,7 +1385,7 @@ happens at program exit, it may be skipped completely. =item * -Salvador Fandiño provided improvements to reduce the memory usage of C +Salvador Fandiño provided improvements to reduce the memory usage of C and to speed up some cases. =item * @@ -1472,7 +1474,7 @@ Trailing spaces are now trimmed from C<$!> and C<$^E>. =item * -Operations that require perl to read a process' list of groups, such as reads +Operations that require perl to read a process's list of groups, such as reads of C<$(> and C<$)>, now dynamically allocate memory rather than using a fixed sized array. The fixed size array could cause C stack exhaustion on systems configured to use large numbers of groups.