Document GNU basename.
* new-features.xml (ov-new1.7.36): Add new section. Document GNU basename. Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
parent
f0b38a8af6
commit
2e3968cefa
|
@ -1,3 +1,8 @@
|
||||||
|
2015-03-31 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
|
* new-features.xml (ov-new1.7.36): Add new section. Document GNU
|
||||||
|
basename.
|
||||||
|
|
||||||
2015-03-30 Yaakov Selkowitz <yselkowi@redhat.com>
|
2015-03-30 Yaakov Selkowitz <yselkowi@redhat.com>
|
||||||
|
|
||||||
* posix.xml (std-gnu): Add basename.
|
* posix.xml (std-gnu): Add basename.
|
||||||
|
|
|
@ -4,6 +4,24 @@
|
||||||
|
|
||||||
<sect1 id="ov-new1.7"><title>What's new and what changed in Cygwin</title>
|
<sect1 id="ov-new1.7"><title>What's new and what changed in Cygwin</title>
|
||||||
|
|
||||||
|
<sect2 id="ov-new1.7.36"><title>What's new and what changed in 1.7.36</title>
|
||||||
|
|
||||||
|
<itemizedlist mark="bullet">
|
||||||
|
|
||||||
|
<listitem><para>
|
||||||
|
basename(3) now comes in two flavors, POSIX and GNU. The POSIX version is
|
||||||
|
the default. You get the GNU version after
|
||||||
|
|
||||||
|
<screen>
|
||||||
|
#define _GNU_SOURCE
|
||||||
|
#include <string.h>
|
||||||
|
</screen>
|
||||||
|
</para></listitem>
|
||||||
|
|
||||||
|
</itemizedlist>
|
||||||
|
|
||||||
|
</sect2>
|
||||||
|
|
||||||
<sect2 id="ov-new1.7.35"><title>What's new and what changed in 1.7.35</title>
|
<sect2 id="ov-new1.7.35"><title>What's new and what changed in 1.7.35</title>
|
||||||
|
|
||||||
<itemizedlist mark="bullet">
|
<itemizedlist mark="bullet">
|
||||||
|
|
Loading…
Reference in New Issue