diff options
author | Peter Stephenson <pws@zsh.org> | 2016-09-29 11:00:44 +0100 |
---|---|---|
committer | Peter Stephenson <pws@zsh.org> | 2016-09-29 11:01:00 +0100 |
commit | 07c8fbe59632be71e4ad5bfafbf6aa4884cd04c4 (patch) | |
tree | c8a34538da3a44dd49ae0d6d1f82539e56e5fc41 /ChangeLog | |
parent | d44d23c7578285375f4ded759f7d8412320c3319 (diff) | |
download | zsh-07c8fbe59632be71e4ad5bfafbf6aa4884cd04c4.tar.gz zsh-07c8fbe59632be71e4ad5bfafbf6aa4884cd04c4.tar.xz zsh-07c8fbe59632be71e4ad5bfafbf6aa4884cd04c4.zip |
34943: Fixes for "command" with multiple options.
These need to combine properly, and alos "command -p" with either -v or -V needs to search for builtins and then using the default system path.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 5dc281a6f..35dfae0d3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2016-09-29 Peter Stephenson <p.stephenson@samsung.com> + + * 39493: Src/builtin.c, Src/exec.c, Src/subst.c, + Test/A01grammar.ztst: make "command" with multiple options work + better and ensure "command -p" with "-v" or "-V" checks for a + builtin and then using the system default command path. + 2016-09-28 Peter Stephenson <p.stephenson@samsung.com> * Martijn Dekker: 39463: configure.ac: another way of getting |