diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2023-02-15 22:37:32 +0100 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2023-02-15 22:37:32 +0100 |
commit | c750a728bd21ad6234797e923fea47e3a6000260 (patch) | |
tree | 6deefb5a6e4d3c8fac2218eb08ca5d3d7618df9d /winsup/doc | |
parent | 1df19b3caeaee95388a3c4d78559389bbcfc9ad5 (diff) | |
download | newlib-c750a728bd21ad6234797e923fea47e3a6000260.zip newlib-c750a728bd21ad6234797e923fea47e3a6000260.tar.gz newlib-c750a728bd21ad6234797e923fea47e3a6000260.tar.bz2 |
add glob/fnmatch equivalence class support to release notes
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
Diffstat (limited to 'winsup/doc')
-rw-r--r-- | winsup/doc/new-features.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/winsup/doc/new-features.xml b/winsup/doc/new-features.xml index d23a990..c310114 100644 --- a/winsup/doc/new-features.xml +++ b/winsup/doc/new-features.xml @@ -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> |