about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJun T <takimoto-j@kba.biglobe.ne.jp>2014-11-25 22:48:53 +0100
committerOliver Kiddle <opk@zsh.org>2014-11-25 22:49:14 +0100
commitc4110f7f4eac347fdbce71c286659a77beb138f7 (patch)
tree1f842821a3e8151e6bc54d409588bf7ca1b295c6 /ChangeLog
parentfeda07c641b865c8913e3fc34f28ad88f2d6da7e (diff)
downloadzsh-c4110f7f4eac347fdbce71c286659a77beb138f7.tar.gz
zsh-c4110f7f4eac347fdbce71c286659a77beb138f7.tar.xz
zsh-c4110f7f4eac347fdbce71c286659a77beb138f7.zip
33769: workaround for KEYTIMEOUT to work from test
cases on Darwin and FreeBSD
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 08f53b631..834537d64 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2014-11-25  Oliver Kiddle  <opk@zsh.org>
 
+	* Jun T: 33769: Test/comptest: workaround for KEYTIMEOUT to
+	work from test cases on Darwin and FreeBSD
+
 	* 33770: Src/Zle/zle_main.c: avoid calling identical FIONREAD
 	ioctl twice in succession