mktables -- don't create Names table unless asked
authorKarl Williamson <khw@khw-desktop.(none)>
Tue, 4 May 2010 21:14:24 +0000 (15:14 -0600)
committerSteffen Mueller <smueller@cpan.org>
Sun, 30 May 2010 15:09:32 +0000 (17:09 +0200)
commit28093d0e3328797fc0783f9d909d7931ba57bd59
tree7e5e6db70e3c8103b1b9eb1209e8d94fe1e6da3f
parentec11e5f48c39adae8dd35f4d50a4b1b04eb80b97
mktables -- don't create Names table unless asked

This speeds up mktables by not creating the Names table unless asked to,
by someone adding it to the list of tables to be output.  Perl uses a
different table than this one for charnames, so the one being suppressed
isn't generally used.  Previously it was created but not output.  Now,
we skip the useless creation step.
lib/unicore/mktables