diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-07-11 08:33:33 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-07-11 08:33:33 +0000 |
commit | 7d68a8ec676b26556393ea0ef067dddb1b5fc24f (patch) | |
tree | c1a45c86c1e22ae176b7a822e6d223a67186b915 /ChangeLog | |
parent | 52e1b618f4a5a161b16d2d14bac74b685097eccb (diff) | |
download | glibc-7d68a8ec676b26556393ea0ef067dddb1b5fc24f.tar glibc-7d68a8ec676b26556393ea0ef067dddb1b5fc24f.tar.gz glibc-7d68a8ec676b26556393ea0ef067dddb1b5fc24f.tar.bz2 glibc-7d68a8ec676b26556393ea0ef067dddb1b5fc24f.zip |
Update.
2002-07-11 Ulrich Drepper <drepper@redhat.com>
* stdio-common/vfscanf.c (inchar): Restore errno from previous
underflow operation if c == (W)EOF.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2002-07-11 Ulrich Drepper <drepper@redhat.com> + + * stdio-common/vfscanf.c (inchar): Restore errno from previous + underflow operation if c == (W)EOF. + 2002-07-03 Jakub Jelinek <jakub@redhat.com> * stdio-common/printf_fp.c (__printf_fp.c): If _FPIO_CONST_SHIFT is |