This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add inversion list for U+80 - U+FF
authorKarl Williamson <public@khwilliamson.com>
Tue, 23 Jul 2013 16:01:29 +0000 (10:01 -0600)
committerKarl Williamson <public@khwilliamson.com>
Tue, 24 Sep 2013 17:36:12 +0000 (11:36 -0600)
commit892d82595257ad4946d399f004a293a79f6ab611
tree4e8841914093e2fb1200685aff68a7495c2c20a8
parentecfdcf399ee052379b6d0552e332d8503d554233
Add inversion list for U+80 - U+FF

This is the upper half of the Latin1 range.  This simplifies some code
very slightly, but will be of use in future commits.
charclass_invlists.h
embedvar.h
intrpvar.h
regcomp.c
regen/mk_invlists.pl
sv.c