diff options
-rw-r--r-- | winsup/cygwin/release/3.5.0 | 6 | ||||
-rw-r--r-- | winsup/doc/new-features.xml | 5 |
2 files changed, 6 insertions, 5 deletions
diff --git a/winsup/cygwin/release/3.5.0 b/winsup/cygwin/release/3.5.0 index cc1b52b..d6b24e5 100644 --- a/winsup/cygwin/release/3.5.0 +++ b/winsup/cygwin/release/3.5.0 @@ -13,9 +13,9 @@ 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 and - equivalence class expressions in the search pattern, i.e., [:alnum:], - [=a=], etc. +- fnmatch(3) and glob(3) now support named character classes, equivalence + class expressions, and collating symbols in the search pattern, i.e., + [:alnum:], [=a=], [.aa.]. - Introduce /proc/codesets and /proc/locales with information on supported codesets and locales for all interested parties. Locale(1) diff --git a/winsup/doc/new-features.xml b/winsup/doc/new-features.xml index 8004624..0858b01 100644 --- a/winsup/doc/new-features.xml +++ b/winsup/doc/new-features.xml @@ -29,8 +29,9 @@ installed packages. </para></listitem> <listitem><para> -fnmatch(3) and glob(3) now support named character classes and equivalence -class expressions in the search pattern, i.e., [:alnum:], [=a=], etc. +fnmatch(3) and glob(3) now support named character classes, equivalence +class expressions, and collating symbols in the search pattern, i.e., +[:alnum:], [=a=], [.aa.]. </para></listitem> <listitem><para> |