This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add support for /k modfier for matching along with ${^PREMATCH}, ${^MATCH}, ${^POSTMATCH}
authorYves Orton <demerphq@gmail.com>
Fri, 12 Jan 2007 02:31:12 +0000 (03:31 +0100)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Mon, 15 Jan 2007 16:26:17 +0000 (16:26 +0000)
commitcde0cee5716418bb58782f073048ee9685ed2368
treec2a691ebb8348e48a5171a60b617299632146e12
parent780a5241a93925d81e932db73df46ee749b203b9
Add support for /k modfier for matching along with ${^PREMATCH}, ${^MATCH}, ${^POSTMATCH}
Message-ID: <9b18b3110701111731x29b1c63i57b1698f769b3bbc@mail.gmail.com>
(with tweaks)

p4raw-id: //depot/perl@29831
15 files changed:
MANIFEST
ext/B/t/concise-xs.t
gv.c
mg.c
op.h
pod/perlop.pod
pod/perlre.pod
pod/perlvar.pod
pp_hot.c
regcomp.c
regcomp.h
regexp.h
t/op/regexp.t
t/op/regexp_kmod.t [new file with mode: 0644]
toke.c