From 07b649c6f440deffd4a32bfbf0fea088bc9355b5 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 14 Oct 2005 23:14:12 +0000 Subject: [PATCH] * 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. --- ChangeLog | 9 ++++++++- localedata/ChangeLog | 4 ++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 5276aba..7c0c427 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ 2005-10-14 Ulrich Drepper + * 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. + * time/asctime.c (asctime_internal): Use __snprintf instead of snprintf to avoid PLT entry. @@ -12,7 +19,7 @@ * stdlib/Makefile (tests): Add tst-ucontext-off. * stdlib/tst-ucontext-off.c: New file. - * sysdeps/unix/sysv/linux/x86_64/ucontext_i.h (TEST): Define. + * sysdeps/unix/sysv/linux/x86_64/ucontext_i.h (TESTS): Define. * sysdeps/unix/sysv/linux/i386/ucontext_i.h (TESTS): Likewise. [BZ #1468] diff --git a/localedata/ChangeLog b/localedata/ChangeLog index 3282d5b..117cab6 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,5 +1,9 @@ 2005-10-14 Ulrich Drepper + [BZ #428] + * locales/te_IN: Several fixes. + Patch by Sunil Mohan Adapa . + [BZ #368] * locales/dz_BT: New file. * SUPPORTED (SUPPORTED-LOCALES): Add dz_BT.UTF-8. -- 2.7.4