diff options
author | Bart Schaefer <barts@users.sourceforge.net> | 2000-11-05 09:27:08 +0000 |
---|---|---|
committer | Bart Schaefer <barts@users.sourceforge.net> | 2000-11-05 09:27:08 +0000 |
commit | dbc0aebcd44a028ed5c5c392fa2b354a1b562955 (patch) | |
tree | e3257394a84f041ca00dee5a94faabc3ffdd59a9 /ChangeLog | |
parent | ab99c6d8b67c7a30e696c0554e2e9a68719cabe0 (diff) | |
download | zsh-dbc0aebcd44a028ed5c5c392fa2b354a1b562955.tar.gz zsh-dbc0aebcd44a028ed5c5c392fa2b354a1b562955.tar.xz zsh-dbc0aebcd44a028ed5c5c392fa2b354a1b562955.zip |
Assorted read_poll() and zpty cleanup.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 2a78b4056..6d8482b3c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2000-11-05 Bart Schaefer <schaefer@zsh.org> + + * 13120: Doc/Zsh/mod_zpty.yo, Functions/Misc/nslookup, + Src/utils.c, Src/Modules/zpty.c: Merge Sven's uncommitted patch + from 13061 with 13116. WARNING: This reverses the meaning of + `zpty -b'; the default is now blocking, -b selects non-blocking. + Fix nslookup accordingly. Clean up read_poll() somewhat. + Document that `zpty -w' and `zpty -r' can stream to/from the pty. + 2000-11-04 Bart Schaefer <schaefer@zsh.org> * 13118: Completion/Core/compinit: Add `bareglobqual' to the |