about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <p.w.stephenson@ntlworld.com>2014-09-29 21:31:37 +0100
committerPeter Stephenson <p.w.stephenson@ntlworld.com>2014-09-29 21:31:37 +0100
commit8cb67e721b3f02779bf4cf0d6a368f67c49c11f8 (patch)
tree851f6234cb2740781dffa876e9e489d87153eb20 /ChangeLog
parentcf6b0f5663e798c8d4303697115230ac4469baca (diff)
downloadzsh-8cb67e721b3f02779bf4cf0d6a368f67c49c11f8.tar.gz
zsh-8cb67e721b3f02779bf4cf0d6a368f67c49c11f8.tar.xz
zsh-8cb67e721b3f02779bf4cf0d6a368f67c49c11f8.zip
33286: handle redirections for multiply named functions
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7fa84fb86..b8bbbdea8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2014-09-29  Peter Stephenson  <p.w.stephenson@ntlworld.com>
 
+	* 33286: Src/exec.c, Test/A04redirect.ztst: handle redirections
+	for multiple named functions.
+
 	* 33285: NEWS, Src/exec.c, Src/hashtable.c, Src/parse.c,
 	Src/signals.c, Src/zsh.h, Test/A04redirect.ztst: redirections in
 	function definitions are applied at execution not definition.