diff options
| author | Peter Stephenson <pws@zsh.org> | 2017-04-28 10:20:35 +0100 |
|---|---|---|
| committer | Peter Stephenson <pws@zsh.org> | 2017-04-28 10:22:43 +0100 |
| commit | ed4e37e45c2f5761981cdc6027a5d6abc753176a (patch) | |
| tree | 2395b7c4996c93021f2d306796c25b6ca66e0565 /ChangeLog | |
| parent | 41012: Fix premature exit from nested function in EXIT trap. (diff) | |
| download | zsh-ed4e37e45c2f5761981cdc6027a5d6abc753176a.tar zsh-ed4e37e45c2f5761981cdc6027a5d6abc753176a.tar.gz zsh-ed4e37e45c2f5761981cdc6027a5d6abc753176a.tar.bz2 zsh-ed4e37e45c2f5761981cdc6027a5d6abc753176a.tar.lz zsh-ed4e37e45c2f5761981cdc6027a5d6abc753176a.tar.xz zsh-ed4e37e45c2f5761981cdc6027a5d6abc753176a.tar.zst zsh-ed4e37e45c2f5761981cdc6027a5d6abc753176a.zip | |
41020: Fix "command -p"; "-p" was incorrectly left in command arguments
Also add tests for known precommand modifier issues.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2017-04-28 Peter Stephenson <p.stephenson@samsung.com> + + * 41020: Src/exec.c, Test/A01grammar.ztst: "command -p" was + broken by 41008, also add more tests for precommand modifiers. + 2017-04-27 Peter Stephenson <p.w.stephenson@ntlworld.com> * 41012: Src/builtin.c, Src/exec.c, Src/signals.c, |
