summaryrefslogtreecommitdiffstats
path: root/newlib/ChangeLog
diff options
context:
space:
mode:
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 7b84b99f4..68fb848d2 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,11 @@
+2008-12-12 Craig Howland <howland@LGSInnovations.com>
+
+ * libc/include/wchar.h: Added wcstok() declaration.
+ * libc/string/wcstok.c: New file, implementing wcstok.
+ * libc/string/Makefile.am: Add wcstok support.
+ * libc/string/wcstrings.tex: Ditto.
+ * libc/string/Makefile.in: Regenerated.
+
2008-12-12 Ralf Corsepius <ralf.corsepius@rtems.org>
* libc/stdio/fputws.c: Fix documentation.