summaryrefslogtreecommitdiffstats
path: root/newlib/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 7822a6edf..bd610389a 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,14 @@
+2007-06-28 Corinna Vinschen <corinna@vinschen.de>
+
+ * libc/include/string.h: Add prototypes for stpcpy and stpncpy.
+ * libc/string/Makefile.am (ELIX_SOURCES): Add stpcpy.c and
+ stpncpy.c.
+ (CHEWOUT_FILES): Add stpcpy.def and stpncpy.def.
+ * libc/string/Makefile.in: Regenerate.
+ * libc/string/stpcpy.c: New file.
+ * libc/string/stpncpy.c: New file.
+ * libc/string/strings.tex: Add stpcpy and stpncpy.
+
2007-06-27 Eric Blake <ebb9@byu.net>
Support __func__ in assert, as required by C99.