Refresh 01-gnulib-directory.patch
[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,
13 mingw, BeOS.
14
15 @item
16 This function can trigger memchr bugs on some platforms:
17 glibc 2.10.
18
19 @item
20 This function can trigger false positives for long periodic needles on
21 some platforms:
22 glibc 2.12, Cygwin 1.7.7.
23 @end itemize
24
25 Portability problems fixed by Gnulib module @code{strcasestr}:
26 @itemize
27 @item
28 This function has quadratic instead of linear worst-case complexity on some
29 platforms:
30 glibc 2.8, FreeBSD 6.2, NetBSD 5.0, OpenBSD 4.0, Solaris 11 2010-11.
31 @end itemize
32
33 Portability problems not fixed by Gnulib:
34 @itemize
35 @end itemize