diff options
author | Carlos O'Donell <carlos@systemhalted.org> | 2017-10-12 23:52:14 -0700 |
---|---|---|
committer | Carlos O'Donell <carlos@systemhalted.org> | 2017-10-13 22:29:52 -0700 |
commit | 8dc8be75d2afb7ebaf55f7609b301e5c6b8692e5 (patch) | |
tree | 5dccd1651c250a6d6bceb0fe640ad0f28fbd08d4 /ChangeLog | |
parent | 18c08b96414c7bb01af92bfef8d542ffc7bdaf80 (diff) | |
download | glibc-8dc8be75d2afb7ebaf55f7609b301e5c6b8692e5.tar glibc-8dc8be75d2afb7ebaf55f7609b301e5c6b8692e5.tar.gz glibc-8dc8be75d2afb7ebaf55f7609b301e5c6b8692e5.tar.bz2 glibc-8dc8be75d2afb7ebaf55f7609b301e5c6b8692e5.zip |
localedata: Reorganize Unicode LC_CTYPE inclusion.
The commit does the following things:
* Move non-transliteration Unicode generated data to i18n_ctype.
* Copy the i18n_ctype data into i18n and add transliteration.
In the future, any locale which needs Unicode LC_CTYPE data can
also just use `copy i18n_ctype` and get the base character classes
and maps without transliteration.
Tested by compiling all the locales and my prototype C.UTF-8 which
uses it.
Signed-off-by: Carlos O'Donell <carlos@redhat.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +2017-10-12 Carlos O'Donell <carlos@redhat.com> + + * localedata/unicode-gen/Makefile (GENERATED): Use i18n_ctype. + (REPORTS): Likewise. + (check): Likewise. + (i18n): Rename to... + (i18n_ctype): ...this. + (i18n-report): Rename to... + (i18n_ctype-report): ...this. + * localedata/locales/i18n_ctype: Regenerate. + * localedata/locales/i18n: copy i18n_ctype. + 2017-10-13 Joseph Myers <joseph@codesourcery.com> * stdlib/strfroml.c: Include <bits/floatn.h>. |