From 07b649c6f440deffd4a32bfbf0fea088bc9355b5 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 14 Oct 2005 23:14:12 +0000 Subject: * 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 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5276aba381..7c0c427408 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] -- cgit v1.2.3