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:
authorThomas Fitzsimmons <fitzsim@redhat.com>2002-05-13 23:33:01 +0400
committerThomas Fitzsimmons <fitzsim@redhat.com>2002-05-13 23:33:01 +0400
commit7d2ce8983da38c91f3fb6a3cbf64d50d04282f82 (patch)
tree07141ee4e661725ab6035e52b40ed5dfc5e50091 /newlib/ChangeLog
parent043bc3e1eea5042ef269f4f2b6aa6cb760b23fcd (diff)
2002-05-10 Mark Bradshaw <bradshaw@staff.crosswalk.com>
* libc/include/string.h (!__STRICT_ANSI__): Add strlcat and strlcpy. * libc/string/Makefile.am: Add strlcat.c and strlcpy.c. * libc/string/strlcat.c: New file. * libc/string/strlcpy.c: New file.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index ac758a089..af1b8d6f7 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,10 @@
+2002-05-10 Mark Bradshaw <bradshaw@staff.crosswalk.com>
+
+ * libc/include/string.h (!__STRICT_ANSI__): Add strlcat and strlcpy.
+ * libc/string/Makefile.am: Add strlcat.c and strlcpy.c.
+ * libc/string/strlcat.c: New file.
+ * libc/string/strlcpy.c: New file.
+
2002-05-10 Jeff Johnston <jjohnstn@redhat.com>
* libc/string/strchr.c: Fix comment typo.