]> git.ipfire.org Git - thirdparty/glibc.git/commit - libio/iofgetpos64.c
Update.
authorUlrich Drepper <drepper@redhat.com>
Thu, 9 Aug 2001 08:50:50 +0000 (08:50 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 9 Aug 2001 08:50:50 +0000 (08:50 +0000)
commit40a982a9e1b825b175be7bc7c7199c6bdf363e4b
tree7523a21da3e35bed6e56133efbe1d16dadb6e6da
parent0f78390bd799fc0b0394240a9a704591481ac8c6
Update.

2001-08-09  Ulrich Drepper  <drepper@redhat.com>

* libio/wfileops.c (_IO_wfile_seekoff): Don't even try to handle
seeking with backup buffer present.
Correct determining of internal buffer position.
Reset also wide buffers if we reset the internal buffers.
* libio/iofwide.c (_IO_fwide): Always determine file offset for wide
streams.
* libio/ioseekoff.c: Catch one unimplemented case.
* libio/ftello.c: Don't abort if the wide stream has backup buffer.
* libio/ftello64.c: Likewise.
* libio/iofgetpos.c: Likewise.
* libio/iofgetpos64.c: Likewise.
* libio/ftell.c: Likewise.
* libio/Makefile (tests): Add tst-ungetwc2.
* libio/tst-ungetwc2.c: New file.
ChangeLog
libio/Makefile
libio/ftello.c
libio/ftello64.c
libio/iofgetpos.c
libio/iofgetpos64.c
libio/ioftell.c
libio/iofwide.c
libio/ioseekoff.c
libio/tst-ungetwc2.c [new file with mode: 0644]
libio/wfileops.c