about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorOliver Kiddle <opk@zsh.org>2014-11-25 22:14:50 +0100
committerOliver Kiddle <opk@zsh.org>2014-11-25 22:14:50 +0100
commitfeda07c641b865c8913e3fc34f28ad88f2d6da7e (patch)
tree1c76c60eac7d27379c2ffd5fe7f52cab2dac30a9 /ChangeLog
parentee38545c623992d968c0729479663f79c816af2e (diff)
downloadzsh-feda07c641b865c8913e3fc34f28ad88f2d6da7e.tar.gz
zsh-feda07c641b865c8913e3fc34f28ad88f2d6da7e.tar.xz
zsh-feda07c641b865c8913e3fc34f28ad88f2d6da7e.zip
33770: avoid calling identical FIONREAD ioctl twice in succession
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0a021339d..08f53b631 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2014-11-25  Oliver Kiddle  <opk@zsh.org>
 
+	* 33770: Src/Zle/zle_main.c: avoid calling identical FIONREAD
+	ioctl twice in succession
+
 	* users/19365 (credit Death Jester and Jan Larres):
 	Completion/Base/Completer/_external_pwds;
 	completer for current directory of other shell processes