diff options
| author | Peter Stephenson <pws@zsh.org> | 2015-04-15 09:44:19 +0100 |
|---|---|---|
| committer | Peter Stephenson <pws@zsh.org> | 2015-04-15 09:44:19 +0100 |
| commit | a2c579050fbf40eb9192f043e901e6b2eff3ab50 (patch) | |
| tree | 320c38cb5e98627b020da1f1ca9be387641d7ee2 /ChangeLog | |
| parent | users/20159: completion: zstyle: Add 'show-ambiguity' (diff) | |
| download | zsh-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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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: |
