Incorporate existing strcasestr doc into new doc structure.
authorBruno Haible <bruno@clisp.org>
Sat, 19 Jan 2008 12:06:50 +0000 (13:06 +0100)
committerBruno Haible <bruno@clisp.org>
Sat, 19 Jan 2008 12:06:50 +0000 (13:06 +0100)
ChangeLog
doc/functions/strcasestr.texi [deleted file]
doc/glibc-functions/strcasestr.texi

index b77689b33d9f58b002d9fcf41094553f3ffe31f5..cb0d3ea3c2e09b14f76f95fd6adbbd4464f3b2fa 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,10 @@
-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.
diff --git a/doc/functions/strcasestr.texi b/doc/functions/strcasestr.texi
deleted file mode 100644 (file)
index b5a7d05..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-@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
index 8e49f84735aa233951b1b7d3ff5a252f954a6c2d..4df018cd967142018c8e53deaafa5d3c092d0368 100644 (file)
@@ -2,15 +2,24 @@
 @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