Cygwin: add collating symbols support to release message

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
Corinna Vinschen 2023-03-01 11:49:52 +01:00
parent c36064bbd0
commit c0aba3141b
2 changed files with 6 additions and 5 deletions

View File

@ -13,9 +13,9 @@ What's new:
cygwin distro, as well as getting extended info on available and cygwin distro, as well as getting extended info on available and
installed packages. installed packages.
- fnmatch(3) and glob(3) now support named character classes and - fnmatch(3) and glob(3) now support named character classes, equivalence
equivalence class expressions in the search pattern, i.e., [:alnum:], class expressions, and collating symbols in the search pattern, i.e.,
[=a=], etc. [:alnum:], [=a=], [.aa.].
- Introduce /proc/codesets and /proc/locales with information on - Introduce /proc/codesets and /proc/locales with information on
supported codesets and locales for all interested parties. Locale(1) supported codesets and locales for all interested parties. Locale(1)

View File

@ -29,8 +29,9 @@ installed packages.
</para></listitem> </para></listitem>
<listitem><para> <listitem><para>
fnmatch(3) and glob(3) now support named character classes and equivalence fnmatch(3) and glob(3) now support named character classes, equivalence
class expressions in the search pattern, i.e., [:alnum:], [=a=], etc. class expressions, and collating symbols in the search pattern, i.e.,
[:alnum:], [=a=], [.aa.].
</para></listitem> </para></listitem>
<listitem><para> <listitem><para>