summaryrefslogtreecommitdiffstats
path: root/newlib/ChangeLog
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2013-12-18 19:23:33 +0000
committerCorinna Vinschen <corinna@vinschen.de>2013-12-18 19:23:33 +0000
commit576b7804d63caaae29b7a6ae007f10c0d2c0e58a (patch)
treec5ae72f229ffe0b57fd5b2c3edf9489a5b927d91 /newlib/ChangeLog
parent5730605d5597ef0fb24a7626d1c2da4fc8529eaa (diff)
downloadcygnal-576b7804d63caaae29b7a6ae007f10c0d2c0e58a.tar.gz
cygnal-576b7804d63caaae29b7a6ae007f10c0d2c0e58a.tar.bz2
cygnal-576b7804d63caaae29b7a6ae007f10c0d2c0e58a.zip
* vfscanf.c (BUF): Change definition to take multibyte decimal point
into account. (__SVFSCANF_R): Handle radix char language-dependent per POSIX. (__SVFWSCANF_R): Ditto.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index bf3a40ae6..5454e587d 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,11 @@
+2013-12-18 Corinna Vinschen <vinschen@redhat.com>
+
+ * vfscanf.c (BUF): Change definition to take multibyte decimal point
+ into account.
+ (__SVFSCANF_R): Handle radix char language-dependent
+ per POSIX.
+ (__SVFWSCANF_R): Ditto.
+
2013-12-10 Jeff Johnston <jjohnstn@redhat.com>
* acconfig.h: Add _HAVE_CC_INHIBIT_LOOP_TO_LIBCALL.