summaryrefslogtreecommitdiffstats
path: root/newlib/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index d1199f7ba..3a2b48c11 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,15 @@
+2009-02-12 Corinna Vinschen <corinna@vinschen.de>
+
+ * libc/include/wchar.h (_wcstod_r): Declare.
+ (_wcstof_r): Declare.
+ (wcstod): Declare.
+ (wcstof): Declare.
+ * libc/stdlib/Makefile.am (GENERAL_SOURCES): Add wcstod.c.
+ (CHEWOUT_FILES): Add wcstod.def.
+ * libc/stdlib/Makefile.in: Regenerate.
+ * libc/stdlib/stdlib.tex: Add wcstod.
+ * libc/stdlib/wcstod.c: New file.
+
2009-02-05 Neal H. Walfield <neal@gnu.org>
* libc/machine/x86_64/memcpy.S (memcpy): Don't use the red zone.