about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2006-07-11 15:36:37 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2006-07-11 15:36:37 +0000
commit0a22eb0e0c76892ff0397996f451e9bf78dd3d02 (patch)
treede3f0518d47f18071ce95735736b3036010a49d5 /ChangeLog
parent4a67f2479892fda348546404216270aaaff523ea (diff)
downloadzsh-0a22eb0e0c76892ff0397996f451e9bf78dd3d02.tar.gz
zsh-0a22eb0e0c76892ff0397996f451e9bf78dd3d02.tar.xz
zsh-0a22eb0e0c76892ff0397996f451e9bf78dd3d02.zip
22546: fix {myfd}>... bug and tweak tests
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a51b5909b..6dd0cf4b4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-07-11  Peter Stephenson  <pws@csr.com>
+
+	* 22546: Src/parse.c, Test/A04redirect.ztst,
+	Test/D07multibyte.ztst: fix bug with {myfd}>... redirection
+	syntax introduced in 22544 and tweak tests.
+
 2006-07-10  Peter Stephenson  <pws@csr.com>
 
 	* 22544: README, Doc/Zsh/options.yo, Src/builtin.c, Src/glob.c,