In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/d34728b952e27d8bacd61c723b6c00a62db32f3b?hp=5e50eae45f010bc9de1c5220187786576efb8497>
- Log ----------------------------------------------------------------- commit d34728b952e27d8bacd61c723b6c00a62db32f3b Author: Abigail <[email protected]> Date: Fri Jan 20 02:15:00 2017 +0100 More perldelta entries ----------------------------------------------------------------------- Summary of changes: pod/perldelta.pod | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 5613e1ba46..9daeb357b1 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -560,6 +560,22 @@ in patterns exceeded a minimum length. [perl #130522]. Only warn once per literal about a misplaced C<_>. [perl #70878]. +=item * + +Ensure range-start is set after error in C<tr///>. [perl #129342]. + +=item * + +Don't read past start of string for unmatched backref; otherwise, +we may have heap buffer overflow. [perl #129377]. + +=item * + +Properly recognize mathematical digit ranges starting at U+1D7E. +C<use re 'strict'> is supposed to warn if you use a range whose start +and end digit aren't from the same group of 10. It didn't do that +for five groups of mathematical digits starting at U+1D7E. + =back -- Perl5 Master Repository
