In perl.git, the branch khw/mktables has been created
<http://perl5.git.perl.org/perl.git/commitdiff/0267e76134d9dab809c185dffc46d048c75766a5?hp=0000000000000000000000000000000000000000>
at 0267e76134d9dab809c185dffc46d048c75766a5 (commit)
- Log -----------------------------------------------------------------
commit 0267e76134d9dab809c185dffc46d048c75766a5
Author: Karl Williamson <[email protected]>
Date: Fri Mar 16 11:01:21 2012 -0600
mktables: white-space only
This outdents code to line up vertically with surrounding text
M lib/unicore/mktables
commit 90ff2b953f057075488dce6d39b49fe0f63b8859
Author: Karl Williamson <[email protected]>
Date: Fri Mar 16 10:54:24 2012 -0600
mktables: Backport name_alias changes to earlier Unicode versions
This allow mktables to be compiled for earlier Unicode versions and
work for them.
M lib/unicore/mktables
commit 06e30927496148368cc06c511cf736a26b7efbe0
Author: Karl Williamson <[email protected]>
Date: Fri Mar 16 13:12:49 2012 -0600
mktables: Don't duplicate entries
The Name table can have multiple names for each code point. The highest
priority ones are first in the file. Prior to this patch, adding a
high priority name to a code point which already had the same name, the
old name could be retained, leaving two identical names for the code
point. This patch causes the lower-priority one to be deleted.
M lib/unicore/mktables
commit d1680b0325bc6a31b52b6f27365a7cedba124f03
Author: Karl Williamson <[email protected]>
Date: Sun Mar 11 16:46:18 2012 -0600
mktables: A leading zero is different than an only 0
Commit b91749bce0ff3d86c6e210a0b35289b4ad36c144 assumed that a single
0 was a leading 0. This inappropriately makes a table appear to be hex
when it isn't. This currently affects the kPrimaryNumeric property
which is part of the Unihan database, and is not normally generated by
mktables; it is generated only if an installation decides they want
to compile Perl to use the Unihan properties.
M lib/unicore/mktables
commit 3434cd5cedd2cb649ddd95fe67559ce8d38a2b9a
Author: Karl Williamson <[email protected]>
Date: Tue Mar 6 10:39:15 2012 -0700
Unicode::UCD::prop_invmap: Fix returned format
The type of an 'a' table should not be changed to 's'. This bug
happened currently only if someone changed mktables to output one of the
optional files.
M lib/Unicode/UCD.pm
commit 46457dc21e2a8abdd10c936d1bab80fe39755235
Author: Karl Williamson <[email protected]>
Date: Tue Mar 6 10:37:37 2012 -0700
Unicode::UCD: typos in error messages
These concatenated the package name with the beginning of the text with
no intervening punctuation. Add also the function within the package
M lib/Unicode/UCD.pm
commit 8ffee289843ef59ec7559a8793211e78fcb14ee7
Author: Karl Williamson <[email protected]>
Date: Wed Feb 29 11:15:17 2012 -0700
mktables: Add required parens and reword warning msg
Should this message ever get triggered, it would fail because the
precedence is wrong: the argument to hex needs parens. Also reword
somewhat for clarity.
M lib/unicore/mktables
commit 8c1f753aa89cc0f51dcca674d8734dfe60ab3a00
Author: Karl Williamson <[email protected]>
Date: Wed Feb 29 11:04:59 2012 -0700
pat.t: Fix typo in comment
M t/re/pat.t
-----------------------------------------------------------------------
--
Perl5 Master Repository