This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regcomp.c: tell regexec more about multi-char folds
authorKarl Williamson <public@khwilliamson.com>
Mon, 7 Feb 2011 18:11:16 +0000 (11:11 -0700)
committerKarl Williamson <public@khwilliamson.com>
Mon, 14 Feb 2011 15:41:36 +0000 (08:41 -0700)
commit8e3094e5043730c7392a234c5ba58db1c535fa59
treed2fe28c4db0a5e1885683dabb2c1c628e7a3b8ec
parentd18bf9dc360d179168ae3b6311b5d69480eef4f2
regcomp.c: tell regexec more about multi-char folds

A multi-char fold that matches in the Latin1 range needs to have that
fact communicated to regexec.
regcomp.c