about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-07-24 09:35:24 +0000
committerRoland McGrath <roland@gnu.org>2002-07-24 09:35:24 +0000
commit7e93f91553018f1e24c3610da694a51ffb7f7021 (patch)
tree493a8b80421bb175a8494b28fbd1c69f39fb213c /ChangeLog
parent0e94c2176b7fe55c8df404697b538652ef342951 (diff)
downloadglibc-7e93f91553018f1e24c3610da694a51ffb7f7021.tar.gz
glibc-7e93f91553018f1e24c3610da694a51ffb7f7021.tar.xz
glibc-7e93f91553018f1e24c3610da694a51ffb7f7021.zip
* libio/fileops.c (_IO_file_seekoff_mmap): When just examining the
	position, calculate it to take into account an active pushback buffer.

	* libio/Makefile (tests): Add bug-ungetc.
	* libio/bug-ungetc.c: New file.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b4795a81c4..8c648502d1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2002-07-24  Roland McGrath  <roland@frob.com>
+
+	* libio/fileops.c (_IO_file_seekoff_mmap): When just examining the
+	position, calculate it to take into account an active pushback buffer.
+
+	* libio/Makefile (tests): Add bug-ungetc.
+	* libio/bug-ungetc.c: New file.
+
 2002-07-23  Ulrich Drepper  <drepper@redhat.com>
 
 	* sysdeps/generic/libc-tls.c: New file.