Mercurial > hg > octave-jordi > gnulib-hg
changeset 9637:a2b9b20f3e04
Incorporate existing strcasestr doc into new doc structure.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Sat, 19 Jan 2008 13:06:50 +0100 |
parents | fac8d34097f1 |
children | 070329237839 |
files | ChangeLog doc/functions/strcasestr.texi doc/glibc-functions/strcasestr.texi |
diffstat | 3 files changed, 22 insertions(+), 36 deletions(-) [+] |
line wrap: on
line diff
--- 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.
deleted file mode 100644 --- 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
--- 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: -@itemize -@end itemize - -Portability problems not 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 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. +@end itemize + +Portability problems not fixed by Gnulib: +@itemize +@end itemize