From c378dac0edc39999b970faa5a3559ff21a37517e Mon Sep 17 00:00:00 2001 From: David Mitchell Date: Mon, 14 Apr 2014 16:03:14 +0100 Subject: perldelta: add entry for //m fix --- pod/perldelta.pod | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index a608636315..3f1e246898 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -1,7 +1,6 @@ =for todo b51c3e77db (craigb) - Reduce excessive stat calls in glob on VMS -7742aa6637 (davem) - [perl #121484] /m causing false negative e141190569 (tonyc) - [perl #121366] avoid using an invalid SvPVX() in Perl_sv_pvn_force_flags 9fdd5a7ac7 (alh) - RT-121512 - Allow -I/dir/ with trailing slash to find .pmc files. 869747506f/00051dd553 (merijn) - gcc 4.9 by default does some optimizations that break perl / -fwrapv is broken prior to gcc-4.3 (#121505) @@ -439,6 +438,11 @@ This re-breaks the bugs it fixed, L, so an alternative fix is planned for v5.22 +=item * + +A regression was introduced in v5.19.10 that under some circumstances +caused C matches to falsely fail. Now fixed. + =back =head1 Known Problems -- cgit v1.2.1