-2008-01-18 Bruno Haible <bruno@clisp.org>
+2008-01-19 Bruno Haible <bruno@clisp.org>
+
+ * doc/glibc-functions/strcasestr.texi: Include contents of
+ doc/functions/strcasestr.texi, fixing the list of platforms.
+ * doc/functions/strcasestr.texi: Remove file.
+
+2008-01-19 Bruno Haible <bruno@clisp.org>
* doc/glibc-functions/memmem.texi: Include contents of
doc/functions/memmem.texi.
+++ /dev/null
-@node strcasestr
-@section @code{strcasestr}
-@findex strcasestr
-
-Unspecified by POSIX, but comparable to a mix of @code{strstr} and
-@code{strcasecmp}.
-
-Gnulib module: strcasestr or strcasestr-simple
-
-Portability problems fixed by either Gnulib module @code{strcasestr-simple}
-or @code{strcasestr}:
-@itemize
-@item
-This function is missing on some platforms:
-MacOS X 10.3, FreeBSD 5.2.1, AIX 4.3.2, HP-UX 11, IRIX 6.5, OSF/1 5.1,
-Solaris 10, Cygwin 1.5.x, mingw, Interix 3.5, BeOS.
-@end itemize
-
-Portability problems fixed by Gnulib module @code{strcasestr}:
-@itemize
-@item
-This function has quadratic instead of linear worst-case complexity on some
-platforms:
-glibc 2.6.1, FreeBSD 6.2, NetBSD 3.0, OpenBSD 4.0, AIX 5.1.
-@end itemize
-
-Portability problems not fixed by Gnulib:
-@itemize
-@end itemize
@subsection @code{strcasestr}
@findex strcasestr
-Gnulib module: ---
+Gnulib module: strcasestr or strcasestr-simple
-Portability problems fixed by Gnulib:
+Portability problems fixed by either Gnulib module @code{strcasestr-simple}
+or @code{strcasestr}:
@itemize
+@item
+This function is missing on some platforms:
+AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, BeOS.
@end itemize
-Portability problems not fixed by Gnulib:
+Portability problems fixed by Gnulib module @code{strcasestr}:
@itemize
@item
-This function is missing on some platforms:
-AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, BeOS.
+This function has quadratic instead of linear worst-case complexity on some
+platforms:
+glibc 2.6.1, FreeBSD 6.2, NetBSD 3.0, OpenBSD 4.0.
+@end itemize
+
+Portability problems not fixed by Gnulib:
+@itemize
@end itemize