Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2023-03-01 13:49:52 +0300
committerCorinna Vinschen <corinna@vinschen.de>2023-03-01 13:49:52 +0300
commitc0aba3141b99cdbc32470204fc5bde421b3d76e5 (patch)
treef3d6e3c39af33d96d7e1cc9a8cfff57f65b73c07
parentc36064bbd0c50323c15842c89a0024c780983e87 (diff)
Cygwin: add collating symbols support to release message
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
-rw-r--r--winsup/cygwin/release/3.5.06
-rw-r--r--winsup/doc/new-features.xml5
2 files changed, 6 insertions, 5 deletions
diff --git a/winsup/cygwin/release/3.5.0 b/winsup/cygwin/release/3.5.0
index cc1b52bd2..d6b24e5f9 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 80046247e..0858b01e5 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>