aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2005-09-23 16:36:09 +0000
committerUlrich Drepper <drepper@redhat.com>2005-09-23 16:36:09 +0000
commit32053042d4785ffeae3a032808480c8dc2f98607 (patch)
treebfa6fb199b0f47051f624eb2d93778e54fcd2989 /ChangeLog
parent997470b3e151845b067b0a7c865f9ab7177d14c1 (diff)
downloadglibc-32053042d4785ffeae3a032808480c8dc2f98607.zip
glibc-32053042d4785ffeae3a032808480c8dc2f98607.tar.gz
glibc-32053042d4785ffeae3a032808480c8dc2f98607.tar.bz2
[BZ #394]
2005-09-23 Ulrich Drepper <drepper@redhat.com> [BZ #394] * libio/fmemopen.c (fmemopen_write): Return 0 instead of -1 if nothing can be written. * libio/iofopncook.c (_IO_cookie_write): If something went wrong, set error bit.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7eb5f79..01dd44d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2005-09-23 Ulrich Drepper <drepper@redhat.com>
+
+ [BZ #394]
+ * libio/fmemopen.c (fmemopen_write): Return 0 instead of -1 if
+ nothing can be written.
+ * libio/iofopncook.c (_IO_cookie_write): If something went wrong,
+ set error bit.
+
2005-09-22 Ulrich Drepper <drepper@redhat.com>
[BZ #281]