summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--newlib/ChangeLog6
1 files 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 <vinschen@redhat.com>
- * 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 <jjohnstn@redhat.com>