diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2010-08-06 15:27:09 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2010-08-06 15:27:09 +0000 |
commit | 857ea44b988daa0a76bc110e3377416ffb44360e (patch) | |
tree | 559b442fc24de0e1e65087f2f55d9ea8c3662f5f | |
parent | 965d75af76c2ca2e7c87b70d709a81268746129d (diff) | |
download | zsh-857ea44b988daa0a76bc110e3377416ffb44360e.tar.gz zsh-857ea44b988daa0a76bc110e3377416ffb44360e.tar.xz zsh-857ea44b988daa0a76bc110e3377416ffb44360e.zip |
28131: update MACHINES entry for Cygwin
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | MACHINES | 11 |
2 files changed, 11 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog index ad2753986..1a802b552 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,9 @@ * 28131: MACHINES: latest status on Cygwin. + * users/15232: Completion/Unix/Type/_path_files: somehow + this didn't get completed. + 2010-08-05 Peter Stephenson <pws@csr.com> * users/15232: Completion/Unix/Type/_path_files: another @@ -13491,5 +13494,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.5048 $ +* $Revision: 1.5050 $ ***************************************************** diff --git a/MACHINES b/MACHINES index 8f3abee38..2823ea038 100644 --- a/MACHINES +++ b/MACHINES @@ -46,10 +46,13 @@ Red Hat Inc.: Cygwin `binmode'). There are various issues with Cygwin versions before 1.3.2 - you are adviced to update to the latest release. - Dynamic loading works as of cygwin-1.1.3 and binutils-20000722-1. - It was not tested for earlier versions. This does not imply - that every module will work. New completion and in - particular zsh/zftp and zsh/mathfunc are known to work. + Process substitution using <(...), >(...), =(...) may be + problematic. Different versions of zsh and Cygwin have + a different mix of issues. + + Problems handling subprocesses have been reported with Cygwin + 1.7.5. It is not currently known how the problems split between + Cygwin and zsh. Some of the tests in the Test subdirectory are known to fail: this is because the UNIX environment is not completely implemented. |