This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
mktables: Handle platforms with 3 digit exponents
authorKarl Williamson <khw@cpan.org>
Wed, 15 Aug 2018 21:18:06 +0000 (15:18 -0600)
committerKarl Williamson <khw@cpan.org>
Mon, 20 Aug 2018 15:50:29 +0000 (09:50 -0600)
commit7e659d181665d5c61b402279e99da3381e2af78e
tree0bc426eeb491b87db069581181c512696581e577
parent9d890beed61e079102335ef5859d652b4e2c32ac
mktables: Handle platforms with 3 digit exponents

C99 says there shouldn't be more than 2 digits in an exponent unless
needed.  But Windows uses three.  This messes some stuff up that is
expecting two.  Change to remove leading zeros so that only two digits
are used.  This allows mktables to properly operate on Windows.
charclass_invlists.h
lib/unicore/mktables
regcharclass.h
uni_keywords.h