diff lib/ChangeLog @ 3975:e34e6bd35c66

Minimize diffs to glibc. Modernize.
author Bruno Haible <bruno@clisp.org>
date Fri, 15 Nov 2002 17:36:03 +0000
parents fd036b5fd367
children bbfbba55424c
line wrap: on
line diff
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,16 @@
+2002-11-15  Bruno Haible  <bruno@clisp.org>
+
+	* strcspn.c: Include <stddef.h>.
+	(strcspn): Use ANSI C function declaration. Change return type to
+	size_t. Use NULL.
+	* strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
+	(strpbrk): Use NULL.
+	* strpbrk.h (PARAMS): Remove macro.
+	(strpbrk): Use ANSI C function declaration.
+	* strstr.c: Don't include <sys/types.h>.
+	* strstr.h (PARAMS): Remove macro.
+	(strstr): Use ANSI C function declarations.
+
 2002-11-06  Bruno Haible  <bruno@clisp.org>
 
 	* gcd.h (gcd): Change argument type to 'unsigned long'.