about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@zsh.org>2015-02-09 16:39:29 +0000
committerPeter Stephenson <pws@zsh.org>2015-02-09 16:39:29 +0000
commitda86d6b4f2c3eef5b1f0860c9dae433f3a540951 (patch)
tree962816f299b49fe713b15c974b97a65239093ebd /ChangeLog
parentdfbb5e4853d8cc55fb7c3ffe53887130cbc2dc3f (diff)
downloadzsh-da86d6b4f2c3eef5b1f0860c9dae433f3a540951.tar.gz
zsh-da86d6b4f2c3eef5b1f0860c9dae433f3a540951.tar.xz
zsh-da86d6b4f2c3eef5b1f0860c9dae433f3a540951.zip
34485: More rationalisation for anonymous functions.
Don't attempt to treat as "simple" case as there are too many
hidden problems.

Pull out some post-execution functions to a common case in
execcmd().
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1af298bf4..6729881b8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2015-02-09  Peter Stephenson  <p.stephenson@samsung.com>
+
+	* 34485: Src/exec.c, Src/parse.c, Test/E01options.ztst:
+	rationalise some more anonymous function behaviour:
+	don't try to handle as "simple" case as there are too
+	many hidden problems; pull out some post-execution
+	functions to common cases in execcmd().
+
 2015-02-09  Mikael Magnusson  <mikachu@gmail.com>
 
 	* 34466: Src/utils.c: Fix double unmeta in rm verification