This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Resolve
authorYves Orton <demerphq@gmail.com>
Sat, 23 Jun 2007 19:04:04 +0000 (19:04 +0000)
committerYves Orton <demerphq@gmail.com>
Sat, 23 Jun 2007 19:04:04 +0000 (19:04 +0000)
commita229a030867b4d770c1ba9af02d1f32330221473
tree0b65d32ad10f03e0045faa9b7714309fbb4a2572
parent075d4edd61a9648945541c8a76d8c03d4588400b
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
pp_hot.c
t/op/pat.t
t/op/reg_unsafe.t [new file with mode: 0644]