diff options
author | Peter Stephenson <pws@zsh.org> | 2017-01-16 10:31:56 +0000 |
---|---|---|
committer | Peter Stephenson <pws@zsh.org> | 2017-01-16 10:31:56 +0000 |
commit | f90a0447aada3ad2fa114210c62b855a3e60cb1d (patch) | |
tree | f1756619779fb93985c53fc2a39cf313f2e130c5 /ChangeLog | |
parent | ebd7fdd9326cf36feda3b0ca906d7b9b8bf79cb5 (diff) | |
download | zsh-f90a0447aada3ad2fa114210c62b855a3e60cb1d.tar.gz zsh-f90a0447aada3ad2fa114210c62b855a3e60cb1d.tar.xz zsh-f90a0447aada3ad2fa114210c62b855a3e60cb1d.zip |
40353 with tweaks to whence -v: extend directory cache use.
Now used for all autoloaded functions after load, including those where the file was found along fpath, reducing duplication of directory names.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 02a4469c3..a407dda03 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2017-01-16 Peter Stephenson <p.stephenson@samsung.com> + + * 40353 (plus improvement to whence -v): Src/exec.c, + Src/hashtable.c, Src/signals.c: use directory cache where + possible for all functions loaded from directory including + fpath. + 2017-01-15 Peter Stephenson <p.w.stephenson@ntlworld.com> * 40362: Src/Zle/computil.c: need duplicated values for setting |