This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
mktables: Lock a complement table
authorKarl Williamson <public@khwilliamson.com>
Mon, 22 Aug 2011 00:30:46 +0000 (18:30 -0600)
committerKarl Williamson <public@khwilliamson.com>
Tue, 8 Nov 2011 15:09:15 +0000 (08:09 -0700)
commit8ae00c8a478815ccd06bba0d10586db622732ab0
treefbc0387104919fff78864f2336f38a1e813c9532
parent3981d009d95c9d38c194ae68935c571313bbcd82
mktables: Lock a complement table

A table that is defined as an inverse of another should be read-only,
with no ability to add or subtract code points.  This commit changes the
'set_complement' method from using the default accessor to a custom one
which locks the table.
lib/unicore/mktables