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

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

commit c750a728bd21ad6234797e923fea47e3a6000260
Author:     Corinna Vinschen <corinna@vinschen.de>
AuthorDate: Wed Feb 15 22:37:32 2023 +0100
Commit:     Corinna Vinschen <corinna@vinschen.de>
CommitDate: Wed Feb 15 22:37:32 2023 +0100

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

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

diff --git a/winsup/cygwin/release/3.5.0 b/winsup/cygwin/release/3.5.0
index d79cf2a0d504..502c1f356bab 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 d23a990ce3dc..c310114613f3 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>

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

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

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-15 21:38 [newlib-cygwin/main] add glob/fnmatch equivalence 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).