about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2005-04-14 16:24:42 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2005-04-14 16:24:42 +0000
commitc69b149cb5ce6446eb267074f640e34ca726a45d (patch)
treeb083574ada7a063034f89949d5aa332d3b79b7e1 /ChangeLog
parent24c329275a1620accf3121cdc9c53daf9bd606bd (diff)
downloadzsh-c69b149cb5ce6446eb267074f640e34ca726a45d.tar.gz
zsh-c69b149cb5ce6446eb267074f640e34ca726a45d.tar.xz
zsh-c69b149cb5ce6446eb267074f640e34ca726a45d.zip
21141: fix some issues associated with the {myfd}>... syntax
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9c24ed7c4..d81404c24 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-04-14  Peter Stephenson  <pws@csr.com>
+
+	* 21141: Doc/Zsh/redirect.yo, Src/exec.c, Test/A04redirect.ztst:
+	make NO_CLOBBER apply to {myfd}>... redirections, improve
+	some error cases, fix bug that {myfd}>>(...) hung on a builtin.
+
 2005-04-13  Bart Schaefer  <schaefer@zsh.org>
 
 	* 21064: Test/D03procsubst.ztst: test case for 21049.