This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
rename ANYOF_UNICODE to ANYOF_NONBITMAP
authorKarl Williamson <public@khwilliamson.com>
Sun, 14 Nov 2010 00:21:14 +0000 (17:21 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Mon, 22 Nov 2010 21:32:52 +0000 (13:32 -0800)
commit3ff7ceb302af0696dab5b544b884cc950eaa6f13
tree7934d61a67b88fd8a3e5763c1defe0990d5e52b3
parent3871f40bf5bbc33b83c9d4da28b28ab838a0006a
rename ANYOF_UNICODE to ANYOF_NONBITMAP

I am about the hone the meaning of this to mean that there is something
outside the bitmap that is matchable by the node, and the new name
reflects that more accurately.

I am not retaining the old name because I'm about to remove it from the
flags field to save a bit and avoid masking operations, and any code
that would be using it would break at that point.
regcomp.c
regcomp.h
regexec.c
utf8.h