This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update perldelta with Dave Mitchell's contributions
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>
Mon, 15 Nov 2010 19:36:02 +0000 (19:36 +0000)
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>
Mon, 15 Nov 2010 19:36:02 +0000 (19:36 +0000)
pod/perldelta.pod

index 124614b..557dbb5 100644 (file)
@@ -224,7 +224,10 @@ may well be none in a stable release.
 
 =item *
 
 
 =item *
 
-XXX
+When an object has many weak references to it, freeing that object
+can under some some circumstances take O(N^2) time to free (where N is the
+number of references). The number of circumstances has been reduced.
+L<[perl #75254]|http://rt.perl.org/rt3/Public/Bug/Display.html?id=75254>.
 
 =back
 
 
 =back
 
@@ -955,6 +958,12 @@ L<[perl #74022]|http://rt.perl.org/rt3/Public/Bug/Display.html?id=74022>.
 C<formline> no longer crashes when passed a tainted format picture
 L<[perl #79138]|http://rt.perl.org/rt3/Public/Bug/Display.html?id=79138>.
 
 C<formline> no longer crashes when passed a tainted format picture
 L<[perl #79138]|http://rt.perl.org/rt3/Public/Bug/Display.html?id=79138>.
 
+=item *
+
+A signal handler called within a signal handler could cause leaks or
+double-frees. Now fixed.
+L<[perl #76248]|http://rt.perl.org/rt3/Public/Bug/Display.html?id=76248>.
+
 =back
 
 =head1 Known Problems
 =back
 
 =head1 Known Problems