This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
mktables: Allow strictly named map tables
authorKarl Williamson <khw@cpan.org>
Fri, 26 Jun 2015 17:50:18 +0000 (11:50 -0600)
committerKarl Williamson <khw@cpan.org>
Wed, 29 Jul 2015 04:15:54 +0000 (22:15 -0600)
commite1dc048de90000f9564119c20e47a19339c00b54
tree9f3b94274dba864b211086bb22c5ec9328cae041
parent9346f59aba14d38666cd1fa8abd9bd959a73cbe5
mktables: Allow strictly named map tables

There are several types of tables generated by mktables.  Most are
binary (match) tables, but another class is mapping tables.  The names
for these may be loosely matched, but until this commit only the match
tables could have strict matching applied.

Strict matching is used for certain table names where loose could be
ambiguous, and for all names that aren't to be used by anything except
the perl core.
charclass_invlists.h
lib/unicore/mktables
lib/utf8_heavy.pl
regcharclass.h