diff options
author | Yves Orton <demerphq@gmail.com> | 2007-06-23 19:04:04 +0000 |
---|---|---|
committer | Yves Orton <demerphq@gmail.com> | 2007-06-23 19:04:04 +0000 |
commit | a229a030867b4d770c1ba9af02d1f32330221473 (patch) | |
tree | 0b65d32ad10f03e0045faa9b7714309fbb4a2572 /MANIFEST | |
parent | 075d4edd61a9648945541c8a76d8c03d4588400b (diff) | |
download | perl-a229a030867b4d770c1ba9af02d1f32330221473.tar.gz |
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
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |