From 51cd2fbfb800b3acdcd1d8bd61899f8d324ffe79 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 9 Nov 2004 07:05:27 +0000 Subject: Update. 2004-11-04 Jakub Jelinek * libio/fileops.c (_IO_new_file_seekoff): If mode is 0 and fp->_offset == _IO_pos_BAD, just call _IO_SYSSEEK (fp, 0, dir) and if successful set fp->_offset. * libio/Makefile (tests): Add bug-ungetc3. * libio/bug-ungetc3.c: New test. --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index fb08656..0cc3aba 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2004-11-04 Jakub Jelinek + + * libio/fileops.c (_IO_new_file_seekoff): If mode is 0 and + fp->_offset == _IO_pos_BAD, just call _IO_SYSSEEK (fp, 0, dir) + and if successful set fp->_offset. + * libio/Makefile (tests): Add bug-ungetc3. + * libio/bug-ungetc3.c: New test. + 2004-11-03 Marcus Brinkmann * sysdeps/gnu/_G_config.h (_G_HAVE_MREMAP): Define symbol. -- cgit v1.1