This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
mktables: Fix GCB to work on early Unicodes
authorKarl Williamson <khw@cpan.org>
Mon, 27 Jul 2015 14:12:02 +0000 (08:12 -0600)
committerKarl Williamson <khw@cpan.org>
Wed, 29 Jul 2015 04:15:58 +0000 (22:15 -0600)
commit02f811ddf7c78de43affe51e3337e3a4be99f9df
tree5465896747e679b00286edac2443a2841f094850
parent44e5d8e726fa8d0cd628c7455ad55ccb7ae9228d
mktables: Fix GCB to work on early Unicodes

The GCB property was not properly being generated in early Unicode
releases.  The huge commit diff is due solely to the fact that the name
changes of this property so it is sure to not be accessible outside the
perl core, and the property tables are automatically resorted
alphabetically.
charclass_invlists.h
lib/unicore/mktables
perl.c
regcharclass.h
regen/mk_invlists.pl
regexec.c