This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add Regexp::Keep \K functionality to regex engine as well as add \v and \V, cleanup...
authorYves Orton <demerphq@gmail.com>
Wed, 10 Jan 2007 20:33:39 +0000 (21:33 +0100)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Thu, 11 Jan 2007 14:47:01 +0000 (14:47 +0000)
commitee9b8eaedac8053a01cc9281ada34dd182a8f7d0
tree129df8e187e17fb664051b0f7f9a1b55d46fcecd
parentb4390064818aaae08b8f53f740ea62f7dd8517a1
Add Regexp::Keep \K functionality to regex engine as well as add \v and \V, cleanup and more docs for regatom()
Message-ID: <9b18b3110701101133i46dc5fd0p1476a0f1dd1e9c5a@mail.gmail.com>

(plus POD nits by Merijn and myself)

p4raw-id: //depot/perl@29756
pod/perl595delta.pod
pod/perlre.pod
regcomp.c
regcomp.sym
regexec.c
regexp.h
regnodes.h
t/op/pat.t