summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--doc/posix-functions/wcsstr.texi2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f6d2f2dda9..1af6861244 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
12024-04-19 Bruno Haible <bruno@clisp.org> 12024-04-19 Bruno Haible <bruno@clisp.org>
2 2
3 wcsstr: Update doc.
4 * doc/posix-functions/wcsstr.texi: Update glibc version.
5
62024-04-19 Bruno Haible <bruno@clisp.org>
7
3 getlogin_r tests: Fix compilation error on some OpenSolaris derivatives. 8 getlogin_r tests: Fix compilation error on some OpenSolaris derivatives.
4 * tests/test-getlogin_r.c (getlogin_r): Don't check the signature on 9 * tests/test-getlogin_r.c (getlogin_r): Don't check the signature on
5 Solaris. 10 Solaris.
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}:
18@item 18@item
19This function has quadratic instead of linear worst-case complexity on some 19This function has quadratic instead of linear worst-case complexity on some
20platforms: 20platforms:
21glibc 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. 21glibc 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.
22@end itemize 22@end itemize
23 23
24Portability problems not fixed by Gnulib: 24Portability problems not fixed by Gnulib:

Return to:

Send suggestions and report system problems to the System administrator.