[newlib-cygwin/main] Cygwin: add glob/fnmatch named class support to release notes

Corinna Vinschen corinna@sourceware.org
Wed Feb 15 13:22:39 GMT 2023


https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=65446dd4f0025ab323d210adbfb7c83ffebc9ab8

commit 65446dd4f0025ab323d210adbfb7c83ffebc9ab8
Author:     Corinna Vinschen <corinna@vinschen.de>
AuthorDate: Wed Feb 15 14:22:26 2023 +0100
Commit:     Corinna Vinschen <corinna@vinschen.de>
CommitDate: Wed Feb 15 14:22:26 2023 +0100

    Cygwin: add glob/fnmatch named class support to release notes
    
    Signed-off-by: Corinna Vinschen <corinna@vinschen.de>

Diff:
---
 winsup/cygwin/release/3.5.0 | 3 +++
 winsup/doc/new-features.xml | 5 +++++
 2 files changed, 8 insertions(+)

diff --git a/winsup/cygwin/release/3.5.0 b/winsup/cygwin/release/3.5.0
index 3529c478780d..d79cf2a0d504 100644
--- a/winsup/cygwin/release/3.5.0
+++ b/winsup/cygwin/release/3.5.0
@@ -12,3 +12,6 @@ What's new:
 - cygcheck has new options searching for available packages in the
   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.
diff --git a/winsup/doc/new-features.xml b/winsup/doc/new-features.xml
index e6eeb1faca06..d23a990ce3dc 100644
--- a/winsup/doc/new-features.xml
+++ b/winsup/doc/new-features.xml
@@ -28,6 +28,11 @@ cygwin distro, as well as getting extended info on available and
 installed packages.
 </para></listitem>
 
+<listitem><para>
+fnmatch(3) and glob(3) now support named character classes in the
+search pattern, i.e., [:alnum:], etc.
+</para></listitem>
+
 </itemizedlist>
 
 </sect2>


More information about the Cygwin-cvs mailing list