about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@zsh.org>2014-09-30 12:58:52 +0100
committerPeter Stephenson <pws@zsh.org>2014-09-30 12:58:52 +0100
commit0557c226fcd817ef21f91ed76e01db6e965b0709 (patch)
treeb8ec103f194b5027fa847d951a2060402125c5ea /ChangeLog
parent15222bcdcb3fddd897117ac08ed18d206fa383d1 (diff)
downloadzsh-0557c226fcd817ef21f91ed76e01db6e965b0709.tar.gz
zsh-0557c226fcd817ef21f91ed76e01db6e965b0709.tar.xz
zsh-0557c226fcd817ef21f91ed76e01db6e965b0709.zip
33294: $functions[func_with_redir] plus extra tests
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d3b01a394..3f449cdf1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2014-09-30  Peter Stephenson  <p.stephenson@samsung.com>
 
+	* 33294: Src/Modules/parameter.c, Test/A04redirect.ztst:
+	functions[func] value for functions with redirections and
+	extra tests.
+
 	* 33293: Src/Zle/compctl.c, Src/Zle/zle_refresh.c: fix warnings
 	from swish new compilers with a contemporary outlook.