diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-04-28 10:20:18 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-04-28 10:20:18 +0000 |
commit | 7c2b945e1fd64e0a5a4dbd6ae6592a7314dcd4b5 (patch) | |
tree | a2d2a02476774a6612b7576d7d66767f0489e847 /ChangeLog | |
parent | 925ed47cfb2729953655f001df6cb9bd82360e19 (diff) | |
download | glibc-7c2b945e1fd64e0a5a4dbd6ae6592a7314dcd4b5.tar glibc-7c2b945e1fd64e0a5a4dbd6ae6592a7314dcd4b5.tar.gz glibc-7c2b945e1fd64e0a5a4dbd6ae6592a7314dcd4b5.tar.bz2 glibc-7c2b945e1fd64e0a5a4dbd6ae6592a7314dcd4b5.zip |
Update.
* malloc/malloc.c (rEALLOc): Only free memory for size 0 if oldmem
is != NULL.
1999-04-28 Andreas Jaeger <aj@arthur.rhein-neckar.de>
* malloc/malloc.c (REALLOC_ZERO_BYTES_FREES): Define it to follow
ISO C9x and Unix98.
1999-04-28 Ulrich Drepper <drepper@cygnus.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,5 +1,15 @@ 1999-04-28 Ulrich Drepper <drepper@cygnus.com> + * malloc/malloc.c (rEALLOc): Only free memory for size 0 if oldmem + is != NULL. + +1999-04-28 Andreas Jaeger <aj@arthur.rhein-neckar.de> + + * malloc/malloc.c (REALLOC_ZERO_BYTES_FREES): Define it to follow + ISO C9x and Unix98. + +1999-04-28 Ulrich Drepper <drepper@cygnus.com> + * libio/iofopncook.c (_IO_cookie_seek): Correct return value. Patch by Peter Miller <millerp@canb.auug.org.au>. |