This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Change name of regex intrnl macro to new meaning
authorKarl Williamson <public@khwilliamson.com>
Thu, 16 Dec 2010 01:34:59 +0000 (18:34 -0700)
committerKarl Williamson <public@khwilliamson.com>
Mon, 20 Dec 2010 23:05:35 +0000 (16:05 -0700)
commit390656605358790e356331349a2f922ae36ae5df
tree1bb444ae420b11af97ee5cbc3560144db454e3ac
parentf53580fec42f3b12264ee27b756dec257c0bb77a
Change name of regex intrnl macro to new meaning

ANYOF_FOLD is now used only under fewer conditions.  Otherwise the
bitmap of character 0-255 is fully calculated with the folds, and the
flag is not set.  One condition is under locale, where the folds aren't
known at compile time; the other is for things accessible through a
swash.

By changing the name to its new meaning, certain optimizations become more
obvious.
regcomp.c
regcomp.h
regexec.c
utf8.h