From 3867ee645cc03dba836667728d60cabbae111255 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 17 Jul 1996 19:32:22 +0000 Subject: Wed Jul 17 20:41:30 1996 Ulrich Drepper * 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 * 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. --- ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7f5e0f8..9a3bd74 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,18 @@ +Wed Jul 17 20:41:30 1996 Ulrich Drepper + + * 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 + + * 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 + * sysdeps/m68k/Makefile (crypt): Variable removed. + * sysdeps/sparc/Makefile: Likewise. + * version.h (VERSION): Update to 1.93. * Makerules ($(libdir)/libc.so): Depend on -- cgit v1.1