public inbox for cygwin-cvs@sourceware.org
help / color / mirror / Atom feed
* [newlib-cygwin/main] Cygwin: add glob/fnmatch named class support to release notes
@ 2023-02-15 13:22 Corinna Vinschen
  0 siblings, 0 replies; only message in thread
From: Corinna Vinschen @ 2023-02-15 13:22 UTC (permalink / raw)
  To: cygwin-cvs

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>

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-02-15 13:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-15 13:22 [newlib-cygwin/main] Cygwin: add glob/fnmatch named class support to release notes Corinna Vinschen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).