This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Re: [PATCH] Initial attempt at named captures for perls regexp engine
authorYves Orton <demerphq@gmail.com>
Fri, 6 Oct 2006 19:16:01 +0000 (21:16 +0200)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Sat, 7 Oct 2006 14:30:32 +0000 (14:30 +0000)
commit81714fb9c03d91d66b66cab6e899e81bf64a2ca7
tree40861dec0355f417fff2a7ff3c393082960066cc
parentf5def3a2a0d8913110936f9f4e13e37835754c28
Re: [PATCH] Initial attempt at named captures for perls regexp engine
Message-ID: <9b18b3110610061016x5ddce965u30d9a821f632d450@mail.gmail.com>

p4raw-id: //depot/perl@28957
24 files changed:
XSUB.h
doop.c
dump.c
embed.fnc
embed.h
gv.c
hv.c
perl.h
pod/perlre.pod
pod/perltodo.pod
pod/perlvar.pod
pp.c
proto.h
regcomp.c
regcomp.h
regcomp.sym
regexec.c
regexp.h
regnodes.h
sv.c
t/op/pat.t
t/op/re_tests
t/op/regexp.t
toke.c