This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
handy.h: l1_charclass.h: Add bit for matching ASCII
authorKarl Williamson <public@khwilliamson.com>
Tue, 3 Jul 2012 03:09:18 +0000 (21:09 -0600)
committerKarl Williamson <public@khwilliamson.com>
Wed, 25 Jul 2012 03:13:45 +0000 (21:13 -0600)
commite48bdfbc901b8dfc9e4a8e9f3d1e326946934606
treece9314e7cf4962c4c8491a0b517524eb4e29d325
parent4eeeb4163431861c1ea71094893a7d7e4533d011
handy.h: l1_charclass.h: Add bit for matching ASCII

This does not replace the isASCII macro definition, as I think the
current one is more efficient than this one provides.  But future
commits will rely on all the named character classes (e.g.,
/[[:ascii:]]/) having a bit, and this is the only one missing.
handy.h
l1_char_class_tab.h
regen/mk_PL_charclass.pl