summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@zsh.org>2015-04-15 09:44:19 +0100
committerPeter Stephenson <pws@zsh.org>2015-04-15 09:44:19 +0100
commita2c579050fbf40eb9192f043e901e6b2eff3ab50 (patch)
tree320c38cb5e98627b020da1f1ca9be387641d7ee2 /ChangeLog
parentusers/20159: completion: zstyle: Add 'show-ambiguity' (diff)
downloadzsh-a2c579050fbf40eb9192f043e901e6b2eff3ab50.tar
zsh-a2c579050fbf40eb9192f043e901e6b2eff3ab50.tar.gz
zsh-a2c579050fbf40eb9192f043e901e6b2eff3ab50.tar.bz2
zsh-a2c579050fbf40eb9192f043e901e6b2eff3ab50.tar.lz
zsh-a2c579050fbf40eb9192f043e901e6b2eff3ab50.tar.xz
zsh-a2c579050fbf40eb9192f043e901e6b2eff3ab50.tar.zst
zsh-a2c579050fbf40eb9192f043e901e6b2eff3ab50.zip
34887: Fix POSIX_BUILTINS with assignment.
In the form var=val command special-builtin-or-func the var is restored after execution, unlike the case where "command" is absent. Clear up case in code that handles this. Add tests.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index da61364d5..a5d8d7e85 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2015-04-15 Peter Stephenson <p.stephenson@samsung.com>
+
+ * 34887: Src/exec, Test/E01options.ztst: assignments before
+ "command special-builtin/func" in POSIX_BUILTINS mode behave as
+ normal command. Tidy up case handling in code and add test.
+
2015-04-13 Daniel Shahaf <d.s@daniel.shahaf.name>
* users/20159: Completion/Zsh/Command/_zstyle: completion: zstyle: