diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2014-10-27 11:35:15 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2014-10-27 11:35:15 +0000 |
commit | 61a41e77e9acf305848c493c3f0affb09f84364a (patch) | |
tree | c33e5e2a0abe432f7563045fd0bbf5586bebec02 | |
parent | f7cb52eec7144ec100874781bc36c301b027e01d (diff) | |
download | cygnal-61a41e77e9acf305848c493c3f0affb09f84364a.tar.gz cygnal-61a41e77e9acf305848c493c3f0affb09f84364a.tar.bz2 cygnal-61a41e77e9acf305848c493c3f0affb09f84364a.zip |
* new-features.xml (ov-new1.7.33): Document empty $PATH handling.
-rw-r--r-- | winsup/doc/ChangeLog | 4 | ||||
-rw-r--r-- | winsup/doc/new-features.xml | 5 |
2 files changed, 7 insertions, 2 deletions
diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog index c43c0187b..316bb5718 100644 --- a/winsup/doc/ChangeLog +++ b/winsup/doc/ChangeLog @@ -1,5 +1,9 @@ 2014-10-27 Corinna Vinschen <corinna@vinschen.de> + * new-features.xml (ov-new1.7.33): Document empty $PATH handling. + +2014-10-27 Corinna Vinschen <corinna@vinschen.de> + * new-features.xml (ov-new1.7.33): Fix paragraph order. 2014-10-27 Corinna Vinschen <corinna@vinschen.de> diff --git a/winsup/doc/new-features.xml b/winsup/doc/new-features.xml index 7e85d0599..b40470634 100644 --- a/winsup/doc/new-features.xml +++ b/winsup/doc/new-features.xml @@ -72,8 +72,9 @@ getfacl(1)/setfacl(1) accordingly. </para></listitem> <listitem><para> -Drop the current working directory from the default DLL search path in -favor of Cygwin's /bin dir. +When exec'ing applications, check if $PATH exists and is non-empty. If +not, add PATH variable with Cygwin installation directory as content to +Windows environment to allow loading of Cygwin system DLLs. </para></listitem> <listitem><para> |