diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-12-06 22:39:13 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-12-06 22:39:13 +0000 |
commit | c03c66ddb5423255ae5e5309443eaeaf90eac441 (patch) | |
tree | 728ad5bc7091652fe9c0a85491d27235a629b464 /ChangeLog | |
parent | e9a37a8390f6eb6e7ee34a1de8791ad9c16e3cef (diff) | |
download | glibc-c03c66ddb5423255ae5e5309443eaeaf90eac441.tar.gz glibc-c03c66ddb5423255ae5e5309443eaeaf90eac441.tar.xz glibc-c03c66ddb5423255ae5e5309443eaeaf90eac441.zip |
Update.
2004-12-06 Ulrich Drepper <drepper@redhat.com> * libio/fileops.c (_IO_new_file_seekoff): Fix optimization of in-buffer seek. Remove dead code. 2004-12-02 Jakub Jelinek <jakub@redhat.com> * libio/Makefile (tests): Add bug-ungetc4. * libio/bug-ungetc4.c: New test.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 1708f2d68b..4edb15a021 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2004-12-06 Ulrich Drepper <drepper@redhat.com> + + * libio/fileops.c (_IO_new_file_seekoff): Fix optimization of in-buffer + seek. Remove dead code. + +2004-12-02 Jakub Jelinek <jakub@redhat.com> + + * libio/Makefile (tests): Add bug-ungetc4. + * libio/bug-ungetc4.c: New test. + 2004-12-06 Roland McGrath <roland@redhat.com> * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Diagnose EINVAL |