diff options
author | Yaakov Selkowitz <yselkowi@redhat.com> | 2015-11-17 12:23:33 -0600 |
---|---|---|
committer | Yaakov Selkowitz <yselkowi@redhat.com> | 2015-11-17 12:23:33 -0600 |
commit | ed8beb536181cfa7bf6e74cbe0dd078d1b8df07c (patch) | |
tree | c13bb82e9f0b0016d6cd2a1572a5e4f2032ecad6 /winsup/doc/new-features.xml | |
parent | 9a6acafd0421478533073a45476923e153489d4e (diff) | |
download | cygnal-ed8beb536181cfa7bf6e74cbe0dd078d1b8df07c.tar.gz cygnal-ed8beb536181cfa7bf6e74cbe0dd078d1b8df07c.tar.bz2 cygnal-ed8beb536181cfa7bf6e74cbe0dd078d1b8df07c.zip |
cygwin: export rpmatch(3)
winsup/cygwin/
* common.din (rpmatch): Export.
* include/cygwin/version.h (CYGWIN_VERSION_API_MINOR): Bump.
winsup/doc/
* new-features.xml (ov-new2.4): New section. Document rpmatch.
* posix.xml (std-bsd): Add rpmatch.
Signed-off-by: Yaakov Selkowitz <yselkowi@redhat.com>
Diffstat (limited to 'winsup/doc/new-features.xml')
-rw-r--r-- | winsup/doc/new-features.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/winsup/doc/new-features.xml b/winsup/doc/new-features.xml index 88eb25ca6..e054a8ef7 100644 --- a/winsup/doc/new-features.xml +++ b/winsup/doc/new-features.xml @@ -4,6 +4,18 @@ <sect1 id="ov-new"><title>What's new and what changed in Cygwin</title> +<sect2 id="ov-new2.4"><title>What's new and what changed in 2.4</title> + +<itemizedlist mark="bullet"> + +<listitem><para> +New API: rpmatch. +</para></listitem> + +</itemizedlist> + +</sect2> + <sect2 id="ov-new2.3"><title>What's new and what changed in 2.3</title> <itemizedlist mark="bullet"> |