Update doc for cygwin 1.7.
[gnulib.git] / doc / glibc-functions / strcasestr.texi
1 @node strcasestr
2 @subsection @code{strcasestr}
3 @findex strcasestr
4
5 Gnulib module: strcasestr or strcasestr-simple
6
7 Portability problems fixed by either Gnulib module @code{strcasestr-simple}
8 or @code{strcasestr}:
9 @itemize
10 @item
11 This function is missing on some platforms:
12 AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin 1.5.x, mingw, BeOS.
13 @end itemize
14
15 Portability problems fixed by Gnulib module @code{strcasestr}:
16 @itemize
17 @item
18 This function has quadratic instead of linear worst-case complexity on some
19 platforms:
20 glibc 2.8, FreeBSD 6.2, NetBSD 3.0, OpenBSD 4.0.
21 @end itemize
22
23 Portability problems not fixed by Gnulib:
24 @itemize
25 @end itemize