diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-10-14 23:14:12 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-10-14 23:14:12 +0000 |
commit | 07b649c6f440deffd4a32bfbf0fea088bc9355b5 (patch) | |
tree | 9863519cf36c47a8d2996356520485f2d4be8cab /localedata/ChangeLog | |
parent | 95cfc2e249482656c7e59dce11fee566968c48ff (diff) | |
download | glibc-07b649c6f440deffd4a32bfbf0fea088bc9355b5.tar glibc-07b649c6f440deffd4a32bfbf0fea088bc9355b5.tar.gz glibc-07b649c6f440deffd4a32bfbf0fea088bc9355b5.tar.bz2 glibc-07b649c6f440deffd4a32bfbf0fea088bc9355b5.zip |
* locale/programs/ld-collate.c (collate_output): Fix counting of
elements. Don't limit table size. Use correct secondary hash
function.
* locale/localeinfo.h (LIMAGIC): Change value returned for LC_COLLATE.
* posix/fnmatch_loop.c: Adjust for changed secondary hash function.
* posix/regcomp.c: Likewise.
* sysdeps/unix/sysv/linux/x86_64/ucontext_i.h (TESTS): Define.
Diffstat (limited to 'localedata/ChangeLog')
-rw-r--r-- | localedata/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/localedata/ChangeLog b/localedata/ChangeLog index 3282d5b103..117cab64bb 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,5 +1,9 @@ 2005-10-14 Ulrich Drepper <drepper@redhat.com> + [BZ #428] + * locales/te_IN: Several fixes. + Patch by Sunil Mohan Adapa <sunil@atc.tcs.co.in>. + [BZ #368] * locales/dz_BT: New file. * SUPPORTED (SUPPORTED-LOCALES): Add dz_BT.UTF-8. |