diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-11-13 19:38:37 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-11-13 19:38:37 +0000 |
commit | 27658f2067a43aeddd03a98a562020ae9fea92c6 (patch) | |
tree | 20a47d05a34bbf147f24631cc9793487fe379056 /ChangeLog | |
parent | 77d10f94bf43b73394f9a3eaf1052c4bfc52905f (diff) | |
download | glibc-27658f2067a43aeddd03a98a562020ae9fea92c6.tar.gz glibc-27658f2067a43aeddd03a98a562020ae9fea92c6.tar.xz glibc-27658f2067a43aeddd03a98a562020ae9fea92c6.zip |
Update.
* stdio-common/vfscanf.c: Don't return -1 in case of an invalid format, jsut stop.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 3cfe7f0511..35d92d3b14 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 1998-11-13 Ulrich Drepper <drepper@cygnus.com> + * stdio-common/vfscanf.c: Don't return -1 in case of an invalid + format, jsut stop. + * version.h (VERSION): Bump to 2.0.102. * stdio-common/tstdiomisc.c (t2): Update test case for last scanf |