From fae4c299f14fc23e2829c8656992eba21f79242a Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Fri, 17 Mar 2000 20:40:20 +0000 Subject: Fri Mar 17 15:37:00 2000 Jeff Johnston * libc/stdio/vfscanf.c (__svfscanf): Fixed floating point code to update nread as each character is processed instead of using buffer contents which throw away leading zeroes. --- newlib/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'newlib/ChangeLog') diff --git a/newlib/ChangeLog b/newlib/ChangeLog index 955bb62bb..77bceab56 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,9 @@ +Fri Mar 17 15:37:00 2000 Jeff Johnston + + * libc/stdio/vfscanf.c (__svfscanf): Fixed floating point + code to update nread as each character is processed instead + of using buffer contents which throw away leading zeroes. + Mon Mar 13 15:22:00 2000 Sergei Organov * libm/mathfp/sf_sqrt.c: Change _DOUBLE_IS_32BITS sqrt call to sqrtf. -- cgit v1.2.3