maint.mk: suppress "Entering/Leaving directory" diag in announcement
[pspp] / doc / glibc-functions / strcasestr.texi
index 7ce39f42e72d51c4f75a66a848b913308c707f49..a27014ae6b5164e05aa75453f56ee8a423a4641f 100644 (file)
@@ -15,6 +15,11 @@ mingw, BeOS.
 @item
 This function can trigger memchr bugs on some platforms:
 glibc 2.10.
+
+@item
+This function can trigger false positives for long periodic needles on
+some platforms:
+glibc 2.12, Cygwin 1.7.7.
 @end itemize
 
 Portability problems fixed by Gnulib module @code{strcasestr}:
@@ -22,7 +27,7 @@ Portability problems fixed by Gnulib module @code{strcasestr}:
 @item
 This function has quadratic instead of linear worst-case complexity on some
 platforms:
-glibc 2.8, FreeBSD 6.2, NetBSD 3.0, OpenBSD 4.0.
+glibc 2.8, FreeBSD 6.2, NetBSD 5.0, OpenBSD 4.0, Solaris 11 2010-11.
 @end itemize
 
 Portability problems not fixed by Gnulib: