mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-18 15:09:32 +08:00
add glob/fnmatch equivalence class support to release notes
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
parent
1df19b3cae
commit
c750a728bd
@ -13,5 +13,6 @@ 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 in the
|
||||
search pattern, i.e., [:alnum:], etc.
|
||||
- fnmatch(3) and glob(3) now support named character classes and
|
||||
equivalence class expressions in the search pattern, i.e., [:alnum:],
|
||||
[=a=], etc.
|
||||
|
@ -29,8 +29,8 @@ installed packages.
|
||||
</para></listitem>
|
||||
|
||||
<listitem><para>
|
||||
fnmatch(3) and glob(3) now support named character classes in the
|
||||
search pattern, i.e., [:alnum:], etc.
|
||||
fnmatch(3) and glob(3) now support named character classes and equivalence
|
||||
class expressions in the search pattern, i.e., [:alnum:], [=a=], etc.
|
||||
</para></listitem>
|
||||
|
||||
</itemizedlist>
|
||||
|
Loading…
x
Reference in New Issue
Block a user