Cygwin: add collating symbols support to release message
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
parent
c36064bbd0
commit
c0aba3141b
|
@ -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)
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue