aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0381af5b4c..9b16799447 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>