From 431c33c0bc7cb43231da4364187e0161b0541071 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 17 May 1999 10:09:50 +0000 Subject: Update. 1999-05-16 Wolfram Gloger * malloc/malloc.c: Cleanup to bring in line with released stand-alone version `ptmalloc'. Update some comments. (internal_function): Move fallback definition so that the source compiles outside of libc, and use it in more places. (malloc_atfork): Fix when malloc_check is in use. 1999-05-16 Andreas Schwab * stdlib/tst-strtod.c: Fix typo. 1999-05-16 Andreas Schwab * elf/dl-close.c (_dl_close): Add cast to avoid warning about const incorrectness. --- ChangeLog | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 69f4b8b..b4942af 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,20 @@ +1999-05-16 Wolfram Gloger + + * malloc/malloc.c: Cleanup to bring in line with released + stand-alone version `ptmalloc'. Update some comments. + (internal_function): Move fallback definition so that the source + compiles outside of libc, and use it in more places. + (malloc_atfork): Fix when malloc_check is in use. + +1999-05-16 Andreas Schwab + + * stdlib/tst-strtod.c: Fix typo. + +1999-05-16 Andreas Schwab + + * elf/dl-close.c (_dl_close): Add cast to avoid warning about + const incorrectness. + 1999-05-16 Roland McGrath * sysdeps/generic/bits/termios.h (CRTSCTS): New macro. -- cgit v1.1