about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-07-22 07:26:13 +0000
committerUlrich Drepper <drepper@redhat.com>2000-07-22 07:26:13 +0000
commitfcc10ffab6d696cdda8a1a33b8e1720d90f7a15b (patch)
treeaae8d3effebc9e4e1428c1cedafc35666ebcb62c /ChangeLog
parent40c014b3dcc698ae2cc935aefabbeb2196088128 (diff)
downloadglibc-fcc10ffab6d696cdda8a1a33b8e1720d90f7a15b.tar.gz
glibc-fcc10ffab6d696cdda8a1a33b8e1720d90f7a15b.tar.xz
glibc-fcc10ffab6d696cdda8a1a33b8e1720d90f7a15b.zip
Update.
	* stdio-common/vfscanf.c: Handle input -- with format %f correctly
	(it's no input error).
	* stdio-common/tstscanf.c: Add test case for format %f with input --.
	* stdio-common/scanf12.c: Correct expected result for first scanf.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b15e128191..d24d3ea16b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2000-07-22  Ulrich Drepper  <drepper@redhat.com>
 
+	* stdio-common/vfscanf.c: Handle input -- with format %f correctly
+	(it's no input error).
+	* stdio-common/tstscanf.c: Add test case for format %f with input --.
+	* stdio-common/scanf12.c: Correct expected result for first scanf.
+
 	* stdio-common/vfprintf.c (process_string_arg): Correct handling
 	of multibyte character strings in %s format with precision.