summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@redhat.com>2009-09-02 19:45:33 -0700
committerPetr Baudis <pasky@suse.cz>2009-09-18 20:04:02 +0200
commitf771e5b84d8418ce44b88feabfeb64c248248347 (patch)
treedd2d6e8d930aa6941521fcfbd29b1226f2068a02 /ChangeLog
parent70fb5f24b65f5db5a9858313de8bcdddfe4bd915 (diff)
Fix fsetpos on wide stream.
(cherry picked from commit 5d2e69766a8faba5bae37702094c36113365a6ca)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c249ba4575..00b782a243 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2009-09-02 Andreas Schwab <schwab@redhat.com>
+
+ * libio/wfileops.c (_IO_wfile_seekoff): Account for readahead in
+ external buffer. Always discard readahead in internal buffer.
+ * libio/Makefile (tests): Add bug-wsetpos.
+ * libio/bug-wsetpos.c: New file.
+
2009-08-31 Andreas Schwab <schwab@redhat.com>
* libio/wfileops.c (_IO_wfile_seekoff): Remove dead code and