diff options
author | Roland McGrath <roland@gnu.org> | 2002-07-24 09:35:24 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-07-24 09:35:24 +0000 |
commit | 7e93f91553018f1e24c3610da694a51ffb7f7021 (patch) | |
tree | 493a8b80421bb175a8494b28fbd1c69f39fb213c /ChangeLog | |
parent | 0e94c2176b7fe55c8df404697b538652ef342951 (diff) | |
download | glibc-7e93f91553018f1e24c3610da694a51ffb7f7021.tar glibc-7e93f91553018f1e24c3610da694a51ffb7f7021.tar.gz glibc-7e93f91553018f1e24c3610da694a51ffb7f7021.tar.bz2 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-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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. |