diff options
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r-- | newlib/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog index c1866d86d..0e2204220 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,9 @@ +2004-06-02 Jeff Johnston <jjohnstn@redhat.com> + + * libc/stdio/vfscanf.c (__svfscanf_r): For CT_INT conversions, + reset digit flags appropriately after we have discovered "0x". + * libc/machine/powerpc/vfscanf.c (__svfscanf_r): Ditto. + 2004-05-27 Jeff Johnston <jjohnstn@redhat.com> * libc/stdio/vfprintf.c (_VFPRINTF): Move file locking |