X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperl588delta.pod;h=b2203bcf71dd4708ea3384c27ea5f52e24d4e702;hb=f5d8aca1e51e677519775b879a4d41b6f78d07d2;hp=8dbdc7bc009c8907f4a1e2890089e7aa06dd63e0;hpb=70693193c4b59fbb24a03491512503204199d396;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/perl588delta.pod b/pod/perl588delta.pod index 8dbdc7b..b2203bc 100644 --- a/pod/perl588delta.pod +++ b/pod/perl588delta.pod @@ -1,3 +1,5 @@ +=encoding utf8 + =head1 NAME perl588delta - what is new for perl v5.8.8 @@ -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.