From a229a030867b4d770c1ba9af02d1f32330221473 Mon Sep 17 00:00:00 2001 From: Yves Orton Date: Sat, 23 Jun 2007 19:04:04 +0000 Subject: Resolve http://www.nntp.perl.org/group/perl.perl5.porters/2007/06/msg125667.html by reverting part of change #29354. Unfortunately match vars after a /g match in scalar context will be unsafe (again) after this, but such matches on long strings won't be as diabolically slow. Question: why does the new test in t/op/pat.t pass, but the same test in t/op/reg_unsafe.t fail? (Latter is TODO for now) p4raw-link: @29354 on //depot/perl: 58e23c8d7d24dd08c87b5d56819ad45527176c15 p4raw-id: //depot/perl@31451 --- MANIFEST | 1 + 1 file changed, 1 insertion(+) (limited to 'MANIFEST') diff --git a/MANIFEST b/MANIFEST index dafce23ab7..f922144b9f 100644 --- a/MANIFEST +++ b/MANIFEST @@ -3761,6 +3761,7 @@ t/op/regexp_qr.t See if regular expressions work as qr// t/op/regexp.t See if regular expressions work t/op/regexp_trielist.t See if regular expressions work with trie optimisation t/op/regmesg.t See if one can get regular expression errors +t/op/reg_unsafe.t Check for unsafe match vars t/op/repeat.t See if x operator works t/op/reset.t See if reset operator works t/op/re_tests Regular expressions for regexp.t -- cgit v1.2.1