about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2004-10-29 10:14:21 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2004-10-29 10:14:21 +0000
commitf9c66cd45efa30a1d6162b658a517711b86737d8 (patch)
treea5702672a7ad93aefcbe5ded9b28b1a30bbeef1a /ChangeLog
parentc8e70ab5cffaffacf6d0a4e81df4fbd685378bfd (diff)
downloadzsh-f9c66cd45efa30a1d6162b658a517711b86737d8.tar.gz
zsh-f9c66cd45efa30a1d6162b658a517711b86737d8.tar.xz
zsh-f9c66cd45efa30a1d6162b658a517711b86737d8.zip
20528: exec 8>>(grep a) waited incorrectly for grep to finish
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ddf0e1143..16b757a01 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2004-10-29  Peter Stephenson  <pws@csr.com>
+
+	* 20528: Src/exec.c: Clint spotted that fix in 18492 to make
+	> >(...) synchronous failed in the case of an fd opened for the
+	shell's own use with an	exec.
+
 2004-10-26  Peter Stephenson  <pws@csr.com>
 
 	* 20522: Src/glob.c, Test/D02glob.ztst: must-match optimisation