From 085d0904d6357ee033016ab81a03d99432474a06 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Tue, 30 Nov 2010 21:32:38 -0800 Subject: [PATCH] perldelta up to 779bcb7d --- pod/perldelta.pod | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 5cfb029..bec7daf 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -1,8 +1,9 @@ =encoding utf8 =for comment -This has been completed up to dbe92b04c, except for 1b9f127-fad448f, which -Karl Williamson says he will do. +This has been completed up to 779bcb7d, except for: +1b9f127-fad448f (Karl Williamson says he will do this) +ad9e76a8629ed1ac483f0a7ed0e4da40ac5a1a00 =head1 NAME @@ -396,9 +397,10 @@ L section. =over 4 -=item XXX-some-platform +=item NetBSD -XXX +The NetBSD hints file has been changed to make the system's malloc the +default. =back @@ -489,6 +491,12 @@ Calling a closure prototype (what is passed to an attribute handler for a closure) now results in a "Closure prototype called" error message L<[perl #68560]|http://rt.perl.org/rt3/Public/Bug/Display.html?id=68560>. +=item * + +A regular expression optimisation would sometimes cause a match with a +C<{n,m}> quantifier to fail when it should match +L<[perl #79152]|http://rt.perl.org/rt3/Public/Bug/Display.html?id=79152>. + =back =head1 Known Problems -- 2.7.4