diff options
author | Carlos O'Donell <carlos@systemhalted.org> | 2017-10-13 22:44:44 -0700 |
---|---|---|
committer | Carlos O'Donell <carlos@systemhalted.org> | 2017-10-25 12:24:31 -0700 |
commit | 56fa555a834c1536bf8d58c1ac6097f18f0d92b6 (patch) | |
tree | f26c97c188d81525b3bfd0f03f5ff4f60330e4b6 /ChangeLog | |
parent | 337ff3c501f0e1fadd1036b6fa2754cfbb0c29ea (diff) | |
download | glibc-56fa555a834c1536bf8d58c1ac6097f18f0d92b6.tar.gz glibc-56fa555a834c1536bf8d58c1ac6097f18f0d92b6.tar.xz glibc-56fa555a834c1536bf8d58c1ac6097f18f0d92b6.zip |
localedata: Locale and test name are the same.
The localedata collation test data is encoded in a particular character set. We rename the test data to match the full locale name with encoding, and adjust the Makefile and sort-test.sh script. This allows us to have a future C.UTF-8 test that is disambiguated from the built-in C locale. Signed-off-by: Carlos O'Donell <carlos@redhat.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 30 |
1 files changed, 24 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog index 070d07f5b2..9ae9618aa9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,29 @@ 2017-10-25 Carlos O'Donell <carlos@redhat.com> + * localedata/Makefile (test-input-data): Use full file name. + * localedata/da_DK.in: Rename to... + * localedata/da_DK.ISO-8859-1.in: ...this. + * localedata/de_DE.in: Rename to... + * localedata/de_DE.ISO-8859-1.in: ...this. + * localedata/en_US.in: Rename to... + * localedata/en_US.ISO-8859-1.in: ...this. + * localedata/fr_FR.in: Rename to... + * localedata/fr_FR.UTF-8.in: ... this. + * localedata/hr_HR.in: Rename to... + * localedata/hr_HR.ISO-8859-2.in: ...this. + * localedata/hu_HU.in: Rename to... + * localedata/hu_HU.UTF-8.in: ...this. + * localedata/si_LK.in: Rename to... + * localedata/si_LK.UTF-8.in: ...this. + * localedata/sv_SE.in: Rename to... + * localedata/sv_SE.ISO-8859-1.in: ...this. + * localedata/tr_TR.in: Rename to... + * localedata/tr_TR.UTF-8.in: ...this. + * localedata/uk_UA.in: Rename to... + * localedata/uk_UA.UTF-8.in: ...this. + * localedata/sort-test.sh: Test file is locale name with the + suffix. + * localedata/unicode-gen/Makefile (check_i18n): Rename to check_i18n_ctype. Depend on i18n_ctype-report. Check i18n_ctype-report file. @@ -995,14 +1019,10 @@ * locale/programs/linereader.c (get_string): Don't warn on non-symbolic character. -2017-10-13 Carlos O'Donell <carlos@redhat.com> - [BZ #22294] * locale/programs/ld-monetary.c (monetary_finish): Allow "" int_curr_symbol. -2017-10-13 Carlos O'Donell <carlos@redhat.com> - [BZ #22292] * locale/programs/record-status.h: New file * locale/programs/locale.c: Add comment. @@ -1059,8 +1079,6 @@ * localedata/tst-locale.sh: Likewise. * localedata/gen-locale.sh: Expect failures from SHIFT_JIS. -2017-10-12 Carlos O'Donell <carlos@redhat.com> - * localedata/unicode-gen/Makefile (GENERATED): Use i18n_ctype. (REPORTS): Likewise. (check): Likewise. |