diff --git a/newlib/ChangeLog b/newlib/ChangeLog index 5454e587d..9798aea55 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,10 +1,10 @@ 2013-12-18 Corinna Vinschen - * vfscanf.c (BUF): Change definition to take multibyte decimal point - into account. + * libc/stdio/vfscanf.c (BUF): Change definition to take multibyte + decimal point into account. (__SVFSCANF_R): Handle radix char language-dependent per POSIX. - (__SVFWSCANF_R): Ditto. + * libc/stdio/vfwscanf.c (__SVFWSCANF_R): Ditto. 2013-12-10 Jeff Johnston