summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2005-10-14 23:14:12 +0000
committerUlrich Drepper <drepper@redhat.com>2005-10-14 23:14:12 +0000
commit07b649c6f440deffd4a32bfbf0fea088bc9355b5 (patch)
tree9863519cf36c47a8d2996356520485f2d4be8cab /ChangeLog
parent95cfc2e249482656c7e59dce11fee566968c48ff (diff)
* 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 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 5276aba381..7c0c427408 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2005-10-14 Ulrich Drepper <drepper@redhat.com>
+ * 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]