From: Bruno Haible Date: Sat, 20 Apr 2024 01:45:58 +0000 (+0200) Subject: wcsstr: Update doc. X-Git-Tag: v1.0~32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=237cbf1c7639ebf06117b21381e463dedbb474b8;p=thirdparty%2Fgnulib.git wcsstr: Update doc. * doc/posix-functions/wcsstr.texi: Update glibc version. --- diff --git a/ChangeLog b/ChangeLog index f6d2f2dda9..1af6861244 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2024-04-19 Bruno Haible + + wcsstr: Update doc. + * doc/posix-functions/wcsstr.texi: Update glibc version. + 2024-04-19 Bruno Haible getlogin_r tests: Fix compilation error on some OpenSolaris derivatives. diff --git a/doc/posix-functions/wcsstr.texi b/doc/posix-functions/wcsstr.texi index e4715dba64..11815d1a24 100644 --- a/doc/posix-functions/wcsstr.texi +++ b/doc/posix-functions/wcsstr.texi @@ -18,7 +18,7 @@ Portability problems fixed by Gnulib module @code{wcsstr}: @item This function has quadratic instead of linear worst-case complexity on some platforms: -glibc 2.37, macOS 12.5, FreeBSD 13.1, NetBSD 10.0, OpenBSD 7.2, AIX 7.2, HP-UX 11, IRIX 6.5, Solaris 11.4, Cygwin 2.9.0, mingw, MSVC 14. +glibc 2.39, macOS 12.5, FreeBSD 13.1, NetBSD 10.0, OpenBSD 7.2, AIX 7.2, HP-UX 11, IRIX 6.5, Solaris 11.4, Cygwin 2.9.0, mingw, MSVC 14. @end itemize Portability problems not fixed by Gnulib: