changeset 4964:4d4c49a433e0

Improved strdup.
author Bruno Haible <bruno@clisp.org>
date Wed, 25 Feb 2004 19:48:03 +0000
parents c325bdf744a4
children 3df8a0e852d7
files ChangeLog modules/strdup
diffstat 2 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-01-18  Simon Josefsson  <jas@extundo.com>
+
+	* modules/strdup (Files, Makefile.am): Add strdup.h.
+
 2004-02-22  Bruno Haible  <bruno@clisp.org>
 
 	* modules/xalloc: Remove dependency on stdbool.
--- a/modules/strdup
+++ b/modules/strdup
@@ -2,6 +2,7 @@
 strdup() function: duplicate a string.
 
 Files:
+lib/strdup.h
 lib/strdup.c
 m4/strdup.m4
 
@@ -11,8 +12,10 @@
 gl_FUNC_STRDUP
 
 Makefile.am:
+lib_SOURCES += strdup.h
 
 Include:
+"strdup.h"
 
 Maintainer:
 all, glibc