diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-11-13 19:03:53 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-11-13 19:03:53 +0000 |
commit | 77d10f94bf43b73394f9a3eaf1052c4bfc52905f (patch) | |
tree | a13eea72d219ae48f4ee3a283ad5c549549676bf /ChangeLog | |
parent | 47b856a9eac04e1e18d949cc751c397610bba429 (diff) | |
download | glibc-77d10f94bf43b73394f9a3eaf1052c4bfc52905f.tar.gz glibc-77d10f94bf43b73394f9a3eaf1052c4bfc52905f.tar.xz glibc-77d10f94bf43b73394f9a3eaf1052c4bfc52905f.zip |
Update.
* version.h (VERSION): Bump to 2.0.102. * stdio-common/tstdiomisc.c (t2): Update test case for last scanf change. * stdio-common/scanf7.c (main): Likewise. 1998-11-13 Ulrich Drepper <drepper@cygnus.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index bdc8530bf4..3cfe7f0511 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,13 @@ 1998-11-13 Ulrich Drepper <drepper@cygnus.com> + * version.h (VERSION): Bump to 2.0.102. + + * stdio-common/tstdiomisc.c (t2): Update test case for last scanf + change. + * stdio-common/scanf7.c (main): Likewise. + +1998-11-13 Ulrich Drepper <drepper@cygnus.com> + * stdio-common/vfscanf.c: Return EOF for invalid format characters. |