diff options
author | Bart Schaefer <barts@users.sourceforge.net> | 2000-05-19 15:10:52 +0000 |
---|---|---|
committer | Bart Schaefer <barts@users.sourceforge.net> | 2000-05-19 15:10:52 +0000 |
commit | 529158f82f1959019c21c0d6e7081a6dae677401 (patch) | |
tree | 4870ca091a7246edd15cdb866ccde9feba7ffe51 /ChangeLog | |
parent | 7672efed2e75e70fd9dbe0c51ef661622f5e5091 (diff) | |
download | zsh-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-- | ChangeLog | 5 |
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 |