Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2023-02-16 00:37:32 +0300
committerCorinna Vinschen <corinna@vinschen.de>2023-02-16 00:37:32 +0300
commitc750a728bd21ad6234797e923fea47e3a6000260 (patch)
tree6deefb5a6e4d3c8fac2218eb08ca5d3d7618df9d
parent1df19b3caeaee95388a3c4d78559389bbcfc9ad5 (diff)
add glob/fnmatch equivalence class support to release notes
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
-rw-r--r--winsup/cygwin/release/3.5.05
-rw-r--r--winsup/doc/new-features.xml4
2 files changed, 5 insertions, 4 deletions
diff --git a/winsup/cygwin/release/3.5.0 b/winsup/cygwin/release/3.5.0
index d79cf2a0d..502c1f356 100644
--- a/winsup/cygwin/release/3.5.0
+++ b/winsup/cygwin/release/3.5.0
@@ -13,5 +13,6 @@ What's new:
cygwin distro, as well as getting extended info on available and
installed packages.
-- fnmatch(3) and glob(3) now support named character classes in the
- search pattern, i.e., [:alnum:], etc.
+- fnmatch(3) and glob(3) now support named character classes and
+ equivalence class expressions in the search pattern, i.e., [:alnum:],
+ [=a=], etc.
diff --git a/winsup/doc/new-features.xml b/winsup/doc/new-features.xml
index d23a990ce..c31011461 100644
--- a/winsup/doc/new-features.xml
+++ b/winsup/doc/new-features.xml
@@ -29,8 +29,8 @@ installed packages.
</para></listitem>
<listitem><para>
-fnmatch(3) and glob(3) now support named character classes in the
-search pattern, i.e., [:alnum:], etc.
+fnmatch(3) and glob(3) now support named character classes and equivalence
+class expressions in the search pattern, i.e., [:alnum:], [=a=], etc.
</para></listitem>
</itemizedlist>