diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2003-03-26 18:55:22 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2003-03-26 18:55:22 +0000 |
commit | 2941469f616202f51da7ba9ceafa3f419f34573b (patch) | |
tree | 17c7a362c2f0e76b6a83be3a75c65a2dc6a5fcf9 /ChangeLog | |
parent | 244f2a14fc2c0b9a57d782a290d17bc1a4299600 (diff) | |
download | zsh-2941469f616202f51da7ba9ceafa3f419f34573b.tar.gz zsh-2941469f616202f51da7ba9ceafa3f419f34573b.tar.xz zsh-2941469f616202f51da7ba9ceafa3f419f34573b.zip |
18392: read with -p and -t and no coprocess crashed.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index fa8c98257..c0de1ae7f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-03-26 Peter Stephenson <pws@csr.com> + + * 18392: Src/builtin.c: read with -p and -t options crashed + if no coprocess owing to bad file descriptor. + 2003-03-26 Oliver Kiddle <opk@zsh.org> * 18391: Test/.distfiles, Test/B03print.ztst, Test/B04read.ztst, |