This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Re: [PATCH] Callbacks for named captures (%+ and %-)
authorÆvar Arnfjörð Bjarmason <avar@cpan.org>
Sun, 3 Jun 2007 20:24:59 +0000 (20:24 +0000)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Wed, 6 Jun 2007 14:42:01 +0000 (14:42 +0000)
commit192b9cd13b3ba000f1d0a2d32c141b9513be7936
tree26f0762a3e487484176e678091b6f25c2dafa33a
parentefd46721a0c1bd9cb5bfa6492d03a4890f3d86e8
Re: [PATCH] Callbacks for named captures (%+ and %-)
From: "Ævar Arnfjörð Bjarmason" <avarab@gmail.com>
Message-ID: <51dd1af80706031324y5618d519p460da27a2e7fe712@mail.gmail.com>

p4raw-id: //depot/perl@31341
23 files changed:
MANIFEST
embed.fnc
embed.h
ext/B/t/concise-xs.t
ext/re/re.pm
ext/re/re.xs
ext/re/re_top.h
ext/re/t/qr.t [new file with mode: 0644]
ext/re/t/re_funcs.t
global.sym
gv.c
lib/Tie/Hash/NamedCapture.pm
mg.c
perl.h
pod/perlreapi.pod
proto.h
regcomp.c
regcomp.h
regexp.h
t/op/pat.t
t/op/readdir.t
t/op/regexp_nc_tie.t [new file with mode: 0644]
universal.c