From 0fcafd15354f06bf7621ec09dd7f47e53767bac0 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Thu, 19 Dec 2013 09:50:19 +0000 Subject: [PATCH] Fix ChangeLog entry --- newlib/ChangeLog | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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