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
|
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 in the
|
- fnmatch(3) and glob(3) now support named character classes and
|
||||||
search pattern, i.e., [:alnum:], etc.
|
equivalence class expressions in the search pattern, i.e., [:alnum:],
|
||||||
|
[=a=], etc.
|
||||||
|
|
|
@ -29,8 +29,8 @@ installed packages.
|
||||||
</para></listitem>
|
</para></listitem>
|
||||||
|
|
||||||
<listitem><para>
|
<listitem><para>
|
||||||
fnmatch(3) and glob(3) now support named character classes in the
|
fnmatch(3) and glob(3) now support named character classes and equivalence
|
||||||
search pattern, i.e., [:alnum:], etc.
|
class expressions in the search pattern, i.e., [:alnum:], [=a=], etc.
|
||||||
</para></listitem>
|
</para></listitem>
|
||||||
|
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
|
|
Loading…
Reference in New Issue