diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-05-17 10:09:50 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-05-17 10:09:50 +0000 |
commit | 431c33c0bc7cb43231da4364187e0161b0541071 (patch) | |
tree | 56976a8674f9ba49073bbfba93397e684180eb8c /ChangeLog | |
parent | 15925412407840399fbc6ca2ab49ad92d3369896 (diff) | |
download | glibc-431c33c0bc7cb43231da4364187e0161b0541071.zip glibc-431c33c0bc7cb43231da4364187e0161b0541071.tar.gz glibc-431c33c0bc7cb43231da4364187e0161b0541071.tar.bz2 |
Update.
1999-05-16 Wolfram Gloger <wmglo@dent.med.uni-muenchen.de>
* 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 <schwab@issan.cs.uni-dortmund.de>
* stdlib/tst-strtod.c: Fix typo.
1999-05-16 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
* elf/dl-close.c (_dl_close): Add cast to avoid warning about
const incorrectness.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -1,3 +1,20 @@ +1999-05-16 Wolfram Gloger <wmglo@dent.med.uni-muenchen.de> + + * 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 <schwab@issan.cs.uni-dortmund.de> + + * stdlib/tst-strtod.c: Fix typo. + +1999-05-16 Andreas Schwab <schwab@issan.cs.uni-dortmund.de> + + * elf/dl-close.c (_dl_close): Add cast to avoid warning about + const incorrectness. + 1999-05-16 Roland McGrath <roland@baalperazim.frob.com> * sysdeps/generic/bits/termios.h (CRTSCTS): New macro. |