diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2003-02-05 11:56:55 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2003-02-05 11:56:55 +0000 |
commit | 590a26709a67abf13eeec66f161b0ec085637459 (patch) | |
tree | ea78dc37f3be5fc553682c81a876f27c25cd6d6e /ChangeLog | |
parent | f87232c120696b6e33b241e814d4e9b48efc13d7 (diff) | |
download | zsh-590a26709a67abf13eeec66f161b0ec085637459.tar.gz zsh-590a26709a67abf13eeec66f161b0ec085637459.tar.xz zsh-590a26709a67abf13eeec66f161b0ec085637459.zip |
18195: Timeouts for read builtin.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index f4666473d..970eba1c4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2003-02-05 Peter Stephenson <pws@csr.com> + + * 18195: Doc/Zsh/builtins.yo Src/builtin.c Src/utils.c + Src/Modules/zpty.c: Timeouts with `read' via optional numeric + argument to -t option. + 2003-02-04 Peter Stephenson <pws@csr.com> * unposted: 4.1.0-dev-7. |