diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-10-04 22:50:20 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-10-04 22:50:20 +0000 |
commit | d64e603ae7cd3bbede9acf62d402c9d9492d2faa (patch) | |
tree | 30157b6eec9c0ecfa1bbb77783006020561c9daa /ChangeLog | |
parent | 883ba31595b0b4660756c80befc0b5fe52f42a6d (diff) | |
download | glibc-d64e603ae7cd3bbede9acf62d402c9d9492d2faa.tar.gz glibc-d64e603ae7cd3bbede9acf62d402c9d9492d2faa.tar.xz glibc-d64e603ae7cd3bbede9acf62d402c9d9492d2faa.zip |
Update.
2000-10-04 Jakub Jelinek <jakub@redhat.com> * stdio-common/vfscanf.c (_IO_vfscanf): For [ conversion do input_error() if EOF is seen before processing. * stdio-common/tstscanf.c (main): Add testcase.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 2b8890f6ce..0c53481876 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2000-10-04 Jakub Jelinek <jakub@redhat.com> + + * stdio-common/vfscanf.c (_IO_vfscanf): For [ conversion do + input_error() if EOF is seen before processing. + * stdio-common/tstscanf.c (main): Add testcase. + 2000-10-04 Ulrich Drepper <drepper@redhat.com> * argp/argp-help.c: Make sure we get the correct gettext and |