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>2008-04-13 20:47:41 +0400
committerCorinna Vinschen <corinna@vinschen.de>2008-04-13 20:47:41 +0400
commitfa22ec2bab8f87e42d1f1b91879680fa5f75b802 (patch)
tree0d7bd1590daf22a36e8abaaa5e490b764341160b /winsup
parent9bf7c7e96cf97fb10054775cfc84a92b4f45dea0 (diff)
* cygwinenv.sgml: Drop description of "transparent_exe" option.
Diffstat (limited to 'winsup')
-rw-r--r--winsup/doc/ChangeLog4
-rw-r--r--winsup/doc/cygwinenv.sgml13
2 files changed, 4 insertions, 13 deletions
diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog
index 955927249..4d1906dde 100644
--- a/winsup/doc/ChangeLog
+++ b/winsup/doc/ChangeLog
@@ -1,3 +1,7 @@
+2008-04-13 Corinna Vinschen <corinna@vinschen.de>
+
+ * cygwinenv.sgml: Drop description of "transparent_exe" option.
+
2007-29-12 Dave Korn <dave.korn@artimi.com>
* faq-using.xml (faq.using.bloda): New entry.
diff --git a/winsup/doc/cygwinenv.sgml b/winsup/doc/cygwinenv.sgml
index 6e1b2fb4b..dd57124c5 100644
--- a/winsup/doc/cygwinenv.sgml
+++ b/winsup/doc/cygwinenv.sgml
@@ -179,19 +179,6 @@ order not to strip, specify <literal>title</literal> or <literal>title
nostrip_title</literal>.</para>
</listitem>
<listitem>
-<para><envar>(no)transparent_exe</envar> - EXPERIMENTAL. Only use this
-option if you're confident to be able to live with the consequences. If
-set, several additional functions in Cygwin will handle files with .exe
-suffix transparently. These functions are <function>link(2)</function>,
-<function>open(2)</function>, <function>rename(2)</function>,
-<function>symlink(2)</function>, <function>unlink(2)</function>,
-<function>pathconf(3)</function>. So far, these functions have been
-treated as too dangerous to act on files with .exe suffix if the .exe
-suffix wasn't given explicitely in the file name argument, and this is
-still the case if the transparent_exe option is not set. Default is not
-set.</para>
-</listitem>
-<listitem>
<para><envar>(no)tty</envar> - if set, Cygwin enables extra support
(i.e., termios) for UNIX-like ttys in the Windows console.
It is not compatible with some Windows programs.