about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSiddhesh Poyarekar <siddhesh@redhat.com>2012-09-28 18:37:23 +0530
committerSiddhesh Poyarekar <siddhesh@redhat.com>2012-09-28 18:38:14 +0530
commitadb26faefe47b7d34c941cbfc193ca7a5fde8e3f (patch)
tree799a1e10dae3c9aac2b9c2c79e0b8adaaa1eae90 /ChangeLog
parent4573c6b09884a93fffa3a754678ef881cadebfb3 (diff)
downloadglibc-adb26faefe47b7d34c941cbfc193ca7a5fde8e3f.tar.gz
glibc-adb26faefe47b7d34c941cbfc193ca7a5fde8e3f.tar.xz
glibc-adb26faefe47b7d34c941cbfc193ca7a5fde8e3f.zip
Don't flush write buffer for ftell
[BZ #5298]
Use write pointer state along with the file offset and/or the read
pointers to get the current file position.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 255e0751cf..7010a8e757 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
 
+	[BZ #5298]
+	* libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
+	for ftell.  Compute offsets from write pointers instead.
+	* libio/wfileops.c (_IO_wfile_seekoff): Likewise.
+
+2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
+
 	[BZ #14543]
 	* libio/Makefile (tests): New test case tst-fseek.
 	* libio/tst-fseek.c: New test case to verify that fseek/ftell