about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBart Schaefer <barts@users.sourceforge.net>2000-05-19 15:10:52 +0000
committerBart Schaefer <barts@users.sourceforge.net>2000-05-19 15:10:52 +0000
commit529158f82f1959019c21c0d6e7081a6dae677401 (patch)
tree4870ca091a7246edd15cdb866ccde9feba7ffe51 /ChangeLog
parent7672efed2e75e70fd9dbe0c51ef661622f5e5091 (diff)
downloadzsh-529158f82f1959019c21c0d6e7081a6dae677401.tar.gz
zsh-529158f82f1959019c21c0d6e7081a6dae677401.tar.xz
zsh-529158f82f1959019c21c0d6e7081a6dae677401.zip
11461: Make "read" interruptible even when used in the tail of a pipeline.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 11de2d23d..1026efa63 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2000-05-19  Bart Schaefer  <schaefer@zsh.org>
+
+	* 11461: Src/builtin.c: Make "read" interruptible even when used
+	in the tail of a pipeline.
+
 2000-05-19  Sven Wischnowsky  <wischnow@zsh.org>
 
 	* 11466: Src/Zle/compresult.c: fix for unambiguous string insertion