aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-04-03 05:18:32 +0000
committerUlrich Drepper <drepper@redhat.com>2002-04-03 05:18:32 +0000
commit3384a8d67c2e46701356623fdd0a56f3b0734865 (patch)
tree67e6fbd5212fb840120798e8a861ce4f75907074 /ChangeLog
parent7a73a7e685a784b8f7014516a3c968ac74d6d3eb (diff)
downloadglibc-3384a8d67c2e46701356623fdd0a56f3b0734865.tar
glibc-3384a8d67c2e46701356623fdd0a56f3b0734865.tar.gz
glibc-3384a8d67c2e46701356623fdd0a56f3b0734865.tar.bz2
glibc-3384a8d67c2e46701356623fdd0a56f3b0734865.zip
Update.
* libio/bug-ungetwc1.c: New file. * libio/Makefile (tests): Add bug-ungetwc1. * libio/fileops.c (_IO_new_file_close_it): Only call _IO_do_flush if stream was last used for writing.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ec3ddd4aad..d7e9df2efe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2002-04-02 Ulrich Drepper <drepper@redhat.com>
+ * libio/bug-ungetwc1.c: New file.
+ * libio/Makefile (tests): Add bug-ungetwc1.
+
+ * libio/fileops.c (_IO_new_file_close_it): Only call _IO_do_flush
+ if stream was last used for writing.
+
* elf/do-lookup.h (do_lookup): 2 is the first user-defined version
number [PR libc/3111].