diff options
author | Peter Stephenson <pws@zsh.org> | 2017-01-18 09:57:55 +0000 |
---|---|---|
committer | Peter Stephenson <pws@zsh.org> | 2017-01-18 09:57:55 +0000 |
commit | 4d6097657cb8f19846c5b9e09069f6d4e43882e0 (patch) | |
tree | 1e1f1ce89544fca19df8e713237820e3434580cc /ChangeLog | |
parent | 60a4f6cb67c8872379331aab606985525f978779 (diff) | |
download | zsh-4d6097657cb8f19846c5b9e09069f6d4e43882e0.tar.gz zsh-4d6097657cb8f19846c5b9e09069f6d4e43882e0.tar.xz zsh-4d6097657cb8f19846c5b9e09069f6d4e43882e0.zip |
40375: autoload with explicit path mustn't trash already loaded function.
Also remove unnecessary dupstring() on already duplicated string when expanding =cmd.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 1a4b4c2ce..189399ac5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2017-01-18 Peter Stephenson <p.stephenson@samsung.com> + + * 40375: Src/builtin.c, Src/subst.c: autoload with explicit path + mustn't trash already loaded function. Also drive-by removal of + duplicated duplication in =cmd expansion. + 2017-01-17 Peter Stephenson <p.stephenson@samsung.com> * unposted: Completion/Zsh/Command/_typeset: autoload ~... also |