]> Savannah Git Hosting - gnulib.git/commitdiff
fnmatch: Update doc regarding Solaris 10.
authorBruno Haible <bruno@clisp.org>
Mon, 24 Jul 2023 09:10:15 +0000 (11:10 +0200)
committerBruno Haible <bruno@clisp.org>
Mon, 24 Jul 2023 09:10:15 +0000 (11:10 +0200)
* doc/posix-functions/fnmatch.texi: Move the Solaris 10 bug description
to the "fixed by Gnulib" section.

ChangeLog
doc/posix-functions/fnmatch.texi

index 0d49893d9590e25f6a83b2eb7f9dd7e5adaf93d1..2c40e67cc49bf45d44f8c181d88460b741b2838a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2023-07-24  Bruno Haible  <bruno@clisp.org>
+
+       fnmatch: Update doc regarding Solaris 10.
+       * doc/posix-functions/fnmatch.texi: Move the Solaris 10 bug description
+       to the "fixed by Gnulib" section.
+
 2023-07-23  Paul Eggert  <eggert@cs.ucla.edu>
 
        timespec_get: port to Ubuntu 23.04
index 69560c33a6a311a88738dfba07d6456e20042317..ba76c45dd16548de8db0ac26e8e57dd506f79863 100644 (file)
@@ -46,6 +46,12 @@ NetBSD 9.3,
 @c fnmatch ("x?y", "x\360\237\230\213y", 0) == 0
 Android 13.
 @item
+The @code{"?"} pattern character fails to match characters outside the
+Unicode BMP on some platforms:
+@c Failing test cases:
+@c fnmatch ("x?y", "x\360\237\230\213y", 0) == 0
+Solaris 10.
+@item
 In the pattern, negated character ranges (such as @code{[!a-z]}) are not
 supported on some platforms:
 @c Failing test cases:
@@ -153,7 +159,7 @@ The @code{"?"} pattern character fails to match characters outside the
 Unicode BMP on some platforms:
 @c Failing test cases:
 @c fnmatch ("x?y", "x\360\237\230\213y", 0) == 0
-Solaris 10, Cygwin 3.4.6,
+Cygwin 3.4.6,
 @c Failing test cases:
 @c fnmatch ("x?y", "x\360\237\230\213y", 0) == 0
 @c fnmatch ("x[[:alnum:]]y", "x\360\220\214\260y", 0) == 0