diff options
author | Peter Stephenson <pws@zsh.org> | 2016-06-02 10:59:51 +0100 |
---|---|---|
committer | Peter Stephenson <pws@zsh.org> | 2016-06-02 11:01:39 +0100 |
commit | 8cf68f05ab1b13f147521ad64df34dae256e09fb (patch) | |
tree | 2cff97abdfed6f01df2777b71768ef45006e031f /ChangeLog | |
parent | 770500d69db0cf9dcee6ed62455aa79a38ed182e (diff) | |
download | zsh-8cf68f05ab1b13f147521ad64df34dae256e09fb.tar.gz zsh-8cf68f05ab1b13f147521ad64df34dae256e09fb.tar.xz zsh-8cf68f05ab1b13f147521ad64df34dae256e09fb.zip |
21603: Make read_poll more interruptible.
If we interrupted the first read we still did the fallback read. This is wrong.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 98dd0c617..9f1220d49 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2016-06-02 Peter Stephenson <p.stephenson@samsung.com> + + * users/21603: Src/utils.c: Don't do second attempt at read/poll + from terminal if interrupted. + 2016-05-22 Peter Stephenson <p.w.stephenson@ntlworld.com> * 38515: Matthew Martin: Completion/Zsh/Context/_subscript: |