Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/winsup
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2015-03-31 14:12:24 +0300
committerCorinna Vinschen <corinna@vinschen.de>2015-04-23 22:57:09 +0300
commit2e3968cefa8b110a905fd3b5040ffd301a078674 (patch)
tree8122ec54be68d165cef8263c0a535eb267a792cb /winsup
parentf0b38a8af6ef6b62b8911db5ec3d77c93e32ebe0 (diff)
Document GNU basename.
* new-features.xml (ov-new1.7.36): Add new section. Document GNU basename. Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
Diffstat (limited to 'winsup')
-rw-r--r--winsup/doc/ChangeLog5
-rw-r--r--winsup/doc/new-features.xml18
2 files changed, 23 insertions, 0 deletions
diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog
index 4f923b6e2..b90e6c194 100644
--- a/winsup/doc/ChangeLog
+++ b/winsup/doc/ChangeLog
@@ -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>
* posix.xml (std-gnu): Add basename.
diff --git a/winsup/doc/new-features.xml b/winsup/doc/new-features.xml
index fbbbdad28..3f8b967a7 100644
--- a/winsup/doc/new-features.xml
+++ b/winsup/doc/new-features.xml
@@ -4,6 +4,24 @@
<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 &lt;string.h&gt;
+</screen>
+</para></listitem>
+
+</itemizedlist>
+
+</sect2>
+
<sect2 id="ov-new1.7.35"><title>What's new and what changed in 1.7.35</title>
<itemizedlist mark="bullet">