From bb86348c824b14830c9a4b80314e9db219b07143 Mon Sep 17 00:00:00 2001 From: Bruno Haible <bruno@clisp.org> Date: Thu, 3 Aug 2023 16:41:16 +0200 Subject: [PATCH] doc: More platform detail. * doc/posix-functions/fnmatch.texi: Mention Solaris OpenIndiana here, since it behaves differently than Solaris 11.4. --- ChangeLog | 6 ++++++ doc/posix-functions/fnmatch.texi | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ce7c492403..02325aaf06 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2023-08-03 Bruno Haible <bruno@clisp.org> + + doc: More platform detail. + * doc/posix-functions/fnmatch.texi: Mention Solaris OpenIndiana here, + since it behaves differently than Solaris 11.4. + 2023-08-03 Bruno Haible <bruno@clisp.org> doc: Add references to FreeBSD bugs. diff --git a/doc/posix-functions/fnmatch.texi b/doc/posix-functions/fnmatch.texi index 538d73a9fc..dbd389bba7 100644 --- a/doc/posix-functions/fnmatch.texi +++ b/doc/posix-functions/fnmatch.texi @@ -84,7 +84,7 @@ bracket expressions are not supported on some platforms: @c etc. @c https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=57911 FreeBSD 13.2, -NetBSD 9.3, Cygwin 3.4.6. +NetBSD 9.3, Solaris 11 OpenIndiana, Cygwin 3.4.6. @item In the pattern, character classes (such as @code{[:alnum:]}) inside bracket expressions fail to match characters outside the single-byte -- 2.39.5