Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/newlib
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2013-12-19 13:50:19 +0400
committerCorinna Vinschen <corinna@vinschen.de>2013-12-19 13:50:19 +0400
commit0fcafd15354f06bf7621ec09dd7f47e53767bac0 (patch)
tree9efcc96f4dc05f256dc24a7093566c74498300a2 /newlib
parent5536f9210f49411b96a83750375b4299ad18df13 (diff)
Fix ChangeLog entry
Diffstat (limited to 'newlib')
-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>