In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/820cce217ad43afaf7a23795217d77b56d2a62c0?hp=e58efd23bbc2662210fe98a6ade2d6a2b05398cb>
- Log ----------------------------------------------------------------- commit 820cce217ad43afaf7a23795217d77b56d2a62c0 Author: Karl Williamson <[email protected]> Date: Mon May 14 09:47:36 2012 -0600 perldelta: Remove duplicate paragraph ----------------------------------------------------------------------- Summary of changes: pod/perldelta.pod | 10 ---------- 1 files changed, 0 insertions(+), 10 deletions(-) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 2e5f662..850e02d 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -2350,16 +2350,6 @@ string (0 is the return), and overlong UTF-8 sequences. =item * -The returned code point from the function C<utf8n_to_uvuni()> -when the input is malformed UTF-8, malformations are allowed, and -C<utf8> warnings are off is now the Unicode REPLACEMENT CHARACTER -whenever the malformation is such that no well-defined code point can be -computed. Previously the returned value was essentially garbage. The -only malformations that have well-defined values are a zero-length -string (0 is the return), and overlong UTF-8 sequences. - -=item * - Padlists are now marked C<AvREAL>; i.e., reference-counted. They have always been reference-counted, but were not marked real, because F<pad.c> did its own clean-up, instead of using the usual clean-up code in F<sv.c>. -- Perl5 Master Repository
