diff packages/language/c/libc/string/current/ChangeLog @ 1542:f8ef9a4bea92

* include/string.h: Prototype strdup(). * include/stringsupp.hxx: Prototype __strdup(). externC -> __externC while I'm here. * src/strdup.cxx: New file implementing strdup()/__strdup(). * cdl/string.cdl: Build strdup.cxx if CYGINT_ISO_MALLOC. * src/strtok.cxx (strtok): Use correct thread data type.
author jlarmour
date Mon, 15 Mar 2004 15:22:00 +0000
parents ad7c1313fd3d
children 9decd7239b86
line wrap: on
line diff
--- a/packages/language/c/libc/string/current/ChangeLog
+++ b/packages/language/c/libc/string/current/ChangeLog
@@ -1,3 +1,13 @@
+2004-02-20  Jonathan Larmour  <jifl@eCosCentric.com>
+
+	* include/string.h: Prototype strdup().
+	* include/stringsupp.hxx: Prototype __strdup().
+	externC -> __externC while I'm here.
+	* src/strdup.cxx: New file implementing strdup()/__strdup().
+	* cdl/string.cdl: Build strdup.cxx if CYGINT_ISO_MALLOC.
+
+	* src/strtok.cxx (strtok): Use correct thread data type.
+
 2003-02-24  Jonathan Larmour  <jifl@eCosCentric.com>
 
 	* cdl/string.cdl: Fix doc link.