aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-04-28 10:20:18 +0000
committerUlrich Drepper <drepper@redhat.com>1999-04-28 10:20:18 +0000
commit7c2b945e1fd64e0a5a4dbd6ae6592a7314dcd4b5 (patch)
treea2d2a02476774a6612b7576d7d66767f0489e847 /ChangeLog
parent925ed47cfb2729953655f001df6cb9bd82360e19 (diff)
downloadglibc-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--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0ac46ab466..477fcc9bab 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>.