summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2013-12-19 09:50:19 +0000
committerCorinna Vinschen <corinna@vinschen.de>2013-12-19 09:50:19 +0000
commit0fcafd15354f06bf7621ec09dd7f47e53767bac0 (patch)
tree9efcc96f4dc05f256dc24a7093566c74498300a2
parent5536f9210f49411b96a83750375b4299ad18df13 (diff)
downloadcygnal-0fcafd15354f06bf7621ec09dd7f47e53767bac0.tar.gz
cygnal-0fcafd15354f06bf7621ec09dd7f47e53767bac0.tar.bz2
cygnal-0fcafd15354f06bf7621ec09dd7f47e53767bac0.zip
Fix ChangeLog entry
-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>