diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-08-21 20:19:54 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-08-21 20:19:54 +0000 |
commit | 3e030bd5f9fa57f79a509565b5de6a1c0360d953 (patch) | |
tree | 69650e46945d47a7c32f6c1e0992e2251a81ba75 /ChangeLog | |
parent | 51ea6fc094544328c08c367bc40a3b830b8fe7e8 (diff) | |
download | glibc-3e030bd5f9fa57f79a509565b5de6a1c0360d953.tar.gz glibc-3e030bd5f9fa57f79a509565b5de6a1c0360d953.tar.xz glibc-3e030bd5f9fa57f79a509565b5de6a1c0360d953.zip |
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-- | ChangeLog | 12 |
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> |