diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-02-15 22:27:29 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-02-15 22:27:29 +0000 |
commit | 2d0aea11b0637e7ad3c5df6da3395a8248416811 (patch) | |
tree | 98af7885decf41874348c95617e1f31837b1cf8d /localedata/ChangeLog | |
parent | 093b0a7df155f48803cde51ebf0694e2963a3b0c (diff) | |
download | glibc-2d0aea11b0637e7ad3c5df6da3395a8248416811.tar.gz glibc-2d0aea11b0637e7ad3c5df6da3395a8248416811.tar.xz glibc-2d0aea11b0637e7ad3c5df6da3395a8248416811.zip |
Update. glibc-2.2.2 cvs/glibc-2_2_2
2001-02-15 Jakub Jelinek <jakub@redhat.com> * posix/regex.c (init_syntax_once): Add prototype. (TRANSLATE): If MBS_SUPPORT, translate all characters up to '\xff'. (re_search_2): Avoid warning. (count_mbs_length): Add prototype. * posix/tst-regex3.c: New file. * posix/Makefile (tests): Add bug-regex3.
Diffstat (limited to 'localedata/ChangeLog')
-rw-r--r-- | localedata/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/localedata/ChangeLog b/localedata/ChangeLog index bd2debb725..d8a6996324 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,3 +1,10 @@ +2001-02-15 Ulrich Drepper <drepper@redhat.com> + + * locales/i18n: Correct classification of Thai characters. This + differs from Unicode's tables but is in line with linguistic rules + in Thailand. + Patch by Theppitak Karoonboonyanan <thep@links.nectec.or.th>. + 2001-02-14 Ulrich Drepper <drepper@redhat.com> * charmaps/GB18030: Update for Dec 2000 re-release of GB18030. |