diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-10-19 08:46:54 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-10-19 08:46:54 +0000 |
commit | 16d7e31ae81bdd87dd90ce91d9072006e43f6596 (patch) | |
tree | 163fa15d6076a55c9cb0991656bf3b4d512f6de8 /ChangeLog | |
parent | f718ed6b52199e6a650fb8b01fec392e86dcf412 (diff) | |
download | zsh-16d7e31ae81bdd87dd90ce91d9072006e43f6596.tar.gz zsh-16d7e31ae81bdd87dd90ce91d9072006e43f6596.tar.xz zsh-16d7e31ae81bdd87dd90ce91d9072006e43f6596.zip |
make non-blocking IO on ptys work again; add -t option to test if command is still alive (13035)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 4c3c49966..a8bf8c92a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2000-10-19 Sven Wischnowsky <wischnow@zsh.org> + + * 13035: Doc/Zsh/mod_zpty.yo, Functions/Misc/nslookup, Src/utils.c, + Src/Modules/zpty.c, Test/comptest: make non-blocking IO on ptys + work again; add -t option to test if command is still alive + 2000-10-19 Wayne Davison <wayned@users.sourceforge.net> * 13034: Src/hist.c: Don't call histreduceblanks() if the line |