diff options
author | Christopher Faylor <me@cgf.cx> | 2013-07-26 17:28:00 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2013-07-26 17:28:00 +0000 |
commit | 033fe7d87f571555894c8d92a2c1f25c58c04c52 (patch) | |
tree | 43d0ca50df0b6ba472cb7e6f7a4632b510d62fa3 /winsup/doc/cygwinenv.xml | |
parent | a30f955d286e38b570f5e2ab59d5f096213e0328 (diff) | |
download | cygnal-033fe7d87f571555894c8d92a2c1f25c58c04c52.tar.gz cygnal-033fe7d87f571555894c8d92a2c1f25c58c04c52.tar.bz2 cygnal-033fe7d87f571555894c8d92a2c1f25c58c04c52.zip |
cygwin directory changes:
* environ.cc (tty_is_gone): Delete.
(known): Delete tty, add wincmdln.
* globals.cc: Reorganize list of environment bools, remove explicit =
false for slight load time optimization.
(wincmdln): New global.
* spawn.cc (child_info_spawn::worker): Honor wincmdln.
doc directory changes:
* new-features.sgml (ov-new1.7.23): Add new section. Mention wincmdln.
* cygwinenv.xml: Mention wincmdln.
Diffstat (limited to 'winsup/doc/cygwinenv.xml')
-rw-r--r-- | winsup/doc/cygwinenv.xml | 6 |
1 files changed, 6 insertions, 0 deletions
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 |