aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-08-21 20:19:54 +0000
committerUlrich Drepper <drepper@redhat.com>2004-08-21 20:19:54 +0000
commit3e030bd5f9fa57f79a509565b5de6a1c0360d953 (patch)
tree69650e46945d47a7c32f6c1e0992e2251a81ba75 /ChangeLog
parent51ea6fc094544328c08c367bc40a3b830b8fe7e8 (diff)
downloadglibc-3e030bd5f9fa57f79a509565b5de6a1c0360d953.zip
glibc-3e030bd5f9fa57f79a509565b5de6a1c0360d953.tar.gz
glibc-3e030bd5f9fa57f79a509565b5de6a1c0360d953.tar.bz2
Update.
* malloc/hooks.c (DEFAULT_CHECK_ACTION): Moved to malloc.c. (check_action): Likewise. When printing error messages, use malloc_printf_nc now instead of fiddling with the streams cancellation flag in every place. * malloc/malloc.c (DEFAULT_CHECK_ACTION): New definition. Change default to 3. (check_action): New variable. (unlink): Print error message and eventually terminate in case list is corrupted. (malloc_printf_nc): New function. Use it in _int_free. Change proposed by Arjan van de Ven.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0381af5..9b16799 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,17 @@
2004-08-21 Ulrich Drepper <drepper@redhat.com>
+ * malloc/hooks.c (DEFAULT_CHECK_ACTION): Moved to malloc.c.
+ (check_action): Likewise.
+ When printing error messages, use malloc_printf_nc now instead of
+ fiddling with the streams cancellation flag in every place.
+ * malloc/malloc.c (DEFAULT_CHECK_ACTION): New definition. Change
+ default to 3.
+ (check_action): New variable.
+ (unlink): Print error message and eventually terminate in case list
+ is corrupted.
+ (malloc_printf_nc): New function. Use it in _int_free.
+ Change proposed by Arjan van de Ven.
+
* dlfcn/Makefile: Don't build eval.c anymore.
2004-08-20 Roland McGrath <roland@frob.com>