summaryrefslogtreecommitdiffstats
path: root/winsup/doc
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/doc')
-rw-r--r--winsup/doc/ChangeLog5
-rw-r--r--winsup/doc/cygwinenv.xml6
-rw-r--r--winsup/doc/new-features.xml13
3 files changed, 24 insertions, 0 deletions
diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog
index ab97e59a1..e91161b83 100644
--- a/winsup/doc/ChangeLog
+++ b/winsup/doc/ChangeLog
@@ -1,3 +1,8 @@
+2013-07-26 Christopher Faylor <me.cygwin2013@cgf.cx>
+
+ * new-features.sgml (ov-new1.7.23): Add new section. Mention wincmdln.
+ * cygwinenv.xml: Mention wincmdln.
+
2013-07-25 Corinna Vinschen <corinna@vinschen.de>
* gcc.xml (gcc-64): Fix example.
diff --git a/winsup/doc/cygwinenv.xml b/winsup/doc/cygwinenv.xml
index 1d3400097..5a3e999b2 100644
--- a/winsup/doc/cygwinenv.xml
+++ b/winsup/doc/cygwinenv.xml
@@ -82,6 +82,12 @@ time and when handles are inherited. Defaults to set.</para>
</listitem>
<listitem>
+<para><envar>(no)wincmdln</envar> - if set, the windows complete command
+line (truncated to ~32K) will be passed on any processes that it creates
+in addition to the normal UNIX argv list. Defaults to not set.</para>
+</listitem>
+
+<listitem>
<para><envar>winsymlinks:{lnk,native,nativestrict}</envar> - if set to just
<literal>winsymlinks</literal> or <literal>winsymlinks:lnk</literal>,
Cygwin creates symlinks as Windows shortcuts with a special header and
diff --git a/winsup/doc/new-features.xml b/winsup/doc/new-features.xml
index 5b7563973..4737c6426 100644
--- a/winsup/doc/new-features.xml
+++ b/winsup/doc/new-features.xml
@@ -4,6 +4,19 @@
<sect1 id="ov-new1.7"><title>What's new and what changed in Cygwin 1.7</title>
+<sect2 id="ov-new1.7.23"><title>What's new and what changed from 1.7.22 to 1.7.23</title>
+
+<itemizedlist mark="bullet">
+
+<listitem><para>
+Added CYGWIN environment variable keyword "wincmdln" which causes Cygwin to send the full
+windows command line to any subprocesses.
+</para></listitem>
+
+</itemizedlist>
+
+</sect2>
+
<sect2 id="ov-new1.7.22"><title>What's new and what changed from 1.7.21 to 1.7.22</title>
<itemizedlist mark="bullet">