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
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2015-11-21 18:40:21 +0300
committerCorinna Vinschen <corinna@vinschen.de>2015-11-21 18:40:21 +0300
commit666a3482a5a24f93cf691b7b38c395241d38b34c (patch)
tree8f1e60cd8accd94c73e1978777f02910e19e7ef3 /newlib/ChangeLog
parent63613c3cb029c1b9f54921d530f1c7072b88bc36 (diff)
Handle multibyte decimapl point in strtold.
* libc/stdlib/strtodg.c: Define USE_LOCALE. (_strtodg_r): Handle multibyte decimal point. Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 7bc7b1d56..af52b1b97 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,8 @@
+2015-11-21 Corinna Vinschen <corinna@vinschen.de>
+
+ * libc/stdlib/strtodg.c: Define USE_LOCALE.
+ (_strtodg_r): Handle multibyte decimal point.
+
2015-11-20 Corinna Vinschen <corinna@vinschen.de>
* libc/stdlib/Makefile.am (GENERAL_SOURCES): Add strtodg.c and