diff options
author | Barton E. Schaefer <schaefer@zsh.org> | 2014-11-13 09:20:46 -0800 |
---|---|---|
committer | Barton E. Schaefer <schaefer@zsh.org> | 2014-11-13 09:20:46 -0800 |
commit | 53344183e1300f3dffeaf602ac4b686ce182e884 (patch) | |
tree | 6920b17c50f346fb035a0075645f9002e80a6e61 /ChangeLog | |
parent | 99382e689dc41731ee225221964d58732ff7a4e6 (diff) | |
download | zsh-53344183e1300f3dffeaf602ac4b686ce182e884.tar.gz zsh-53344183e1300f3dffeaf602ac4b686ce182e884.tar.xz zsh-53344183e1300f3dffeaf602ac4b686ce182e884.zip |
33656: different algorithm for "whence -am" to produce results more consistent with "whence -m"
This uses the scanmatchtable routine to collect the names that match the input pattern, then uses the original -a path search loop to generate the output, to avoid duplicating test conditions and output formats.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 5609754f5..6b53b1086 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2014-11-13 Barton E. Schaefer <schaefer@zsh.org> + + * 33656: Src/builtin.c: different algorithm for "whence -am" to + produce results more consistent with "whence -m" + 2014-11-13 Oliver Kiddle <opk@zsh.org> * 33669: Src/Zle/zle_utils.c, Test/X02zlevi.ztst: allow an empty |