diff options
author | Roland McGrath <roland@gnu.org> | 1996-07-17 19:32:22 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1996-07-17 19:32:22 +0000 |
commit | 3867ee645cc03dba836667728d60cabbae111255 (patch) | |
tree | 5d9a19f5037d772d95c4161c11ad05cf532737d7 /ChangeLog | |
parent | ec2ac6d5303ac21282d0ab2865f3e00746bedacb (diff) | |
download | glibc-3867ee645cc03dba836667728d60cabbae111255.tar.gz glibc-3867ee645cc03dba836667728d60cabbae111255.tar.xz glibc-3867ee645cc03dba836667728d60cabbae111255.zip |
Wed Jul 17 20:41:30 1996 Ulrich Drepper <drepper@cygnus.com>
* stdio-common/vfscanf.c: Major change. Now read character from stream only if needed. Before it was read after the previous character was used. Bug reported by Martin Goik <goma0002@FH-Karlsruhe.DE> * stdio-common/tstscanf.c: Change test program so that return value is != 0 if one test failed. * sysdeps/m68k/Makefile (crypt): Variable removed. * sysdeps/sparc/Makefile: Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 7f5e0f8673..9a3bd74658 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,18 @@ +Wed Jul 17 20:41:30 1996 Ulrich Drepper <drepper@cygnus.com> + + * stdio-common/vfscanf.c: Major change. Now read character + from stream only if needed. Before it was read after the + previous character was used. + Bug reported by Martin Goik <goma0002@FH-Karlsruhe.DE> + + * stdio-common/tstscanf.c: Change test program so that return + value is != 0 if one test failed. + Wed Jul 17 17:08:48 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> + * sysdeps/m68k/Makefile (crypt): Variable removed. + * sysdeps/sparc/Makefile: Likewise. + * version.h (VERSION): Update to 1.93. * Makerules ($(libdir)/libc.so): Depend on |