diff options
author | Mike FABIAN <mfabian@redhat.com> | 2017-12-06 14:37:42 +0100 |
---|---|---|
committer | Mike FABIAN <mfabian@redhat.com> | 2017-12-07 15:38:11 +0100 |
commit | d89756ebe1905c1989179c2f1c2b10ef2fb3354e (patch) | |
tree | 7e5a7a2d3f2b32e8e06d8f9164f3a265e1e42b65 /ChangeLog | |
parent | 1f9055ce04a66a787c400c05f12e88c96f07e686 (diff) | |
download | glibc-d89756ebe1905c1989179c2f1c2b10ef2fb3354e.tar.gz glibc-d89756ebe1905c1989179c2f1c2b10ef2fb3354e.tar.xz glibc-d89756ebe1905c1989179c2f1c2b10ef2fb3354e.zip |
lt_LT locale: Base collation on copy "iso14651_t1" [BZ #22524]
[BZ #22524] * localedata/Makefile: Add lt_LT.UTF-8 to test-input and to the list of locales to be built for testing. * localedata/lt_LT.UTF-8.in: New file for testing the collation. * localedata/locales/lt_LT (LC_COLLATE): Use “copy "iso14651_t1"” and build the collation rules upon that.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 61f7d650a8..c48925a476 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2017-12-07 Mike FABIAN <mfabian@redhat.com> + + [BZ #22524] + * localedata/Makefile: Add lt_LT.UTF-8 to test-input + and to the list of locales to be built for testing. + * localedata/lt_LT.UTF-8.in: New file for testing the collation. + * localedata/locales/lt_LT (LC_COLLATE): Use “copy "iso14651_t1"” + and build the collation rules upon that. + 2017-12-07 Joseph Myers <joseph@codesourcery.com> * bits/floatn-common.h (__HAVE_FLOAT32): Define to 1. |