From 254a1e6756866d9af5b9c068ab09b1cb43186e69 Mon Sep 17 00:00:00 2001 From: Steve Hay Date: Fri, 18 Oct 2013 23:00:31 +0100 Subject: [PATCH] perldelta updates for recent changes --- pod/perldelta.pod | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 815c18a..bce58b3 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -496,13 +496,14 @@ Most of these are built within the directories F and F. entries for each change Use L with program names to get proper documentation linking. ] -=head3 L +=head3 L =over 4 =item * -XXX +A possible crash from an off-by-one error when trying to access before the +beginning of a buffer has been fixed. [perl #120244] =back @@ -644,7 +645,20 @@ zero no longer occurs. [perl #119893] The code that parses regex backrefs (or ambiguous backref/octals) such as \123 did a simple atoi(), which could wrap round to negative values on long digit -strings and cause segmentation faults. This has now been fixed. [perl #119505] +strings and cause segmentation faults. This has now been fixed. [perl +#119505] + +=item * + +C blocking indefinitely rather than the expected sleep +time. This has now been fixed. [perl #120102] + +=item * + +The class name in C is now parsed correctly. In the case of +the second character of the class name being followed by a digit (e.g. 'a1b') +this used to give the error "Missing $ on loop variable". [perl #120112] =back -- 2.7.4