diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-07-25 01:30:57 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-07-25 01:30:57 +0000 |
commit | 78ce5a3bbb6ce2ef0c43f5bd575708ff2c7715b9 (patch) | |
tree | 7d2ef4ff321a1ddd37f9a9a40399a60b5101bb94 /ChangeLog | |
parent | 66bff4092be47f02a6189f092b9dd1d8c6de2626 (diff) | |
download | glibc-78ce5a3bbb6ce2ef0c43f5bd575708ff2c7715b9.tar.gz glibc-78ce5a3bbb6ce2ef0c43f5bd575708ff2c7715b9.tar.xz glibc-78ce5a3bbb6ce2ef0c43f5bd575708ff2c7715b9.zip |
Update.
2002-07-24 Ulrich Drepper <drepper@redhat.com> * libio/fileops.c (_IO_file_seekoff_mmap): Do use fp->_offset to compute current position. * stdio-common/tst-fseek.c (main): Improve error messages. * libio/tst-freopen.c (main): Remove unused variable. * libio/fileops.c (_IO_file_seekoff_mmap): Set fp->_offset after succesful seek call. Simply error checking. 2002-07-25 Jakub Jelinek <jakub@redhat.com> * config.h.in: Use __ASSEMBLER__ test macro not ASSEMBLER. * sysdeps/ia64/fpu/libm_support.h: Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 5a719a4ef1..bc0ccd0ee0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,20 @@ +2002-07-24 Ulrich Drepper <drepper@redhat.com> + + * libio/fileops.c (_IO_file_seekoff_mmap): Do use fp->_offset to + compute current position. + + * stdio-common/tst-fseek.c (main): Improve error messages. + + * libio/tst-freopen.c (main): Remove unused variable. + + * libio/fileops.c (_IO_file_seekoff_mmap): Set fp->_offset after + succesful seek call. Simply error checking. + +2002-07-25 Jakub Jelinek <jakub@redhat.com> + + * config.h.in: Use __ASSEMBLER__ test macro not ASSEMBLER. + * sysdeps/ia64/fpu/libm_support.h: Likewise. + 2002-07-19 Roland McGrath <roland@frob.com> * hurd/hurdsig.c (_hurdsig_getenv): Always return null if |