From e606e4f86f58f108829f84777e565eebd0a467e7 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 19 Jan 2008 13:06:50 +0100 Subject: [PATCH] Incorporate existing strcasestr doc into new doc structure. --- ChangeLog | 8 +++++++- doc/functions/strcasestr.texi | 29 ----------------------------- doc/glibc-functions/strcasestr.texi | 19 ++++++++++++++----- 3 files changed, 21 insertions(+), 35 deletions(-) delete mode 100644 doc/functions/strcasestr.texi diff --git a/ChangeLog b/ChangeLog index b77689b33..cb0d3ea3c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,10 @@ -2008-01-18 Bruno Haible +2008-01-19 Bruno Haible + + * 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 * 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 index b5a7d0519..000000000 --- a/doc/functions/strcasestr.texi +++ /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 diff --git a/doc/glibc-functions/strcasestr.texi b/doc/glibc-functions/strcasestr.texi index 8e49f8473..4df018cd9 100644 --- a/doc/glibc-functions/strcasestr.texi +++ b/doc/glibc-functions/strcasestr.texi @@ -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 -- 2.11.0