From 65446dd4f0025ab323d210adbfb7c83ffebc9ab8 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Wed, 15 Feb 2023 14:22:26 +0100 Subject: [PATCH] Cygwin: add glob/fnmatch named class support to release notes Signed-off-by: Corinna Vinschen --- 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 3529c4787..d79cf2a0d 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 e6eeb1fac..d23a990ce 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. + +fnmatch(3) and glob(3) now support named character classes in the +search pattern, i.e., [:alnum:], etc. + +