diff options
author | Karl Williamson <public@khwilliamson.com> | 2011-01-13 21:12:21 -0700 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2011-01-13 22:55:53 -0700 |
commit | 0e019ad6e74196f697d451c846c4af8778bd2a51 (patch) | |
tree | 51445fada908ba6f355f1fbfe663045a384c996b /cpan/.gitignore | |
parent | d5788240aa1a05e95b12adb94ecd93e56e339e38 (diff) | |
download | perl-0e019ad6e74196f697d451c846c4af8778bd2a51.tar.gz |
regcomp.sym: Add ANYOFV node
This node is like a straight ANYOF node to match [bracketed character classes],
but can match multiple characters; in particular it can match a multi-char
fold.
When multi-char Unicode folding was added to Perl, it was overlooked that the
ANYOF node is supposed to match exactly one character, hence there have been
bugs ever since. Adding a specialized node that can match multiple chars,
these can be fixed more easily. I tried at first to make ANYOF match multiple
chars, but this causes Perl to not be able to fully compile.
Diffstat (limited to 'cpan/.gitignore')
0 files changed, 0 insertions, 0 deletions