This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add more backtracking control verbs to regex engine (?CUT), (?ERROR)
authorYves Orton <demerphq@gmail.com>
Thu, 2 Nov 2006 12:35:10 +0000 (13:35 +0100)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Thu, 2 Nov 2006 12:26:47 +0000 (12:26 +0000)
commit24b23f37fefbcc71a881f6805d87449a234dc645
treed7d4e050bd8ca74d9f9ca74ded7a2eb0f91e56b7
parent68d3ba501ed4219f9b173a4c9e373c024180d087
Add more backtracking control verbs to regex engine (?CUT), (?ERROR)
Message-ID: <9b18b3110611020335h7ea469a8g28ca483f6832816d@mail.gmail.com>

p4raw-id: //depot/perl@29189
13 files changed:
embed.fnc
ext/re/re.pm
pod/perl595delta.pod
pod/perlre.pod
proto.h
regcomp.c
regcomp.h
regcomp.pl
regcomp.sym
regexec.c
regexp.h
regnodes.h
t/op/pat.t