This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Resolve PL_curpm issues with (??{}) and fix corruption of match results when pattern...
authorYves Orton <demerphq@gmail.com>
Wed, 21 Mar 2007 10:39:24 +0000 (11:39 +0100)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Thu, 22 Mar 2007 09:01:37 +0000 (09:01 +0000)
commit28d8d7f41ab202dd5f7611033d27ecad44cadd60
tree330e1fcd2c3e0573355f25c14fc04ce0e64c608c
parentda140a4068f95cc339e9327c1579a94f9f241dd8
Resolve PL_curpm issues with (??{}) and fix corruption of match results when pattern is a qr.
Message-ID: <9b18b3110703210239x540f5ad9mdb41c2ea6229ac31@mail.gmail.com>

plus two follow-up patches (minor tweaks)

p4raw-id: //depot/perl@30678
17 files changed:
dump.c
embed.fnc
embed.h
ext/Devel/Peek/t/Peek.t
ext/Encode/t/Aliases.t
ext/re/re.pm
ext/re/t/re_funcs.t
global.sym
lib/Tie/Hash/NamedCapture.pm
pp_ctl.c
proto.h
regcomp.c
regcomp.h
regexec.c
regexp.h
t/op/pat.t
universal.c