summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBarton E. Schaefer <schaefer@zsh.org>2017-06-19 16:14:32 -0700
committerBarton E. Schaefer <schaefer@zsh.org>2017-06-19 16:14:32 -0700
commit9de905b22f7c9c57eef7021ea7737339e5d6d58e (patch)
treef287c7992872f194c46aa4ceee155992a984b334 /ChangeLog
parenta5ed661f256b424a2db60b9dbacadc94fe78d843 (diff)
downloadzsh-9de905b22f7c9c57eef7021ea7737339e5d6d58e.tar.gz
zsh-9de905b22f7c9c57eef7021ea7737339e5d6d58e.tar.xz
zsh-9de905b22f7c9c57eef7021ea7737339e5d6d58e.zip
41322: reduce number of changes in signal queuing/blocking state during shingetline() to improve read speed
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bff13b443..f79208403 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2017-06-19  Barton E. Schaefer  <schaefer@zsh.org>
 
+	* 41322 + comment: Src/input.c: reduce number of changes in signal
+	queuing/blocking state during shingetline() to improve read speed
+
 	* 41317: Src/exec.c: use heap allocation in getoutputfile() to
 	plug memory leak