This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Change meaning of \v, \V, and add \h, \H to match Perl6, add \R to match PCRE and...
authorYves Orton <demerphq@gmail.com>
Sun, 22 Apr 2007 23:34:55 +0000 (01:34 +0200)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Mon, 23 Apr 2007 09:04:31 +0000 (09:04 +0000)
commite1d1eefb8c88e0dcaf2bb9e6c04d7f6192be966f
tree6930eda70a9e751e8789ca568d015204ca292552
parent8638e433f90c5046b38f1d145c125bad5dbfdb7e
Change meaning of \v, \V, and add \h, \H to match Perl6, add \R to match PCRE and unicode tr18
Message-ID: <9b18b3110704221434g43457742p28cab00289f83639@mail.gmail.com>

p4raw-id: //depot/perl@31026
12 files changed:
MANIFEST
lib/unicore/mktables
pod/perlre.pod
regcharclass.h [new file with mode: 0644]
regcomp.c
regcomp.h
regcomp.sym
regexec.c
regnodes.h
t/op/pat.t
t/op/re_tests
t/op/regexp.t