diff options
author | Peter Stephenson <pws@zsh.org> | 2017-01-11 11:26:13 +0000 |
---|---|---|
committer | Peter Stephenson <pws@zsh.org> | 2017-01-11 11:26:13 +0000 |
commit | f26d1ba6b01a358c83f28219c7a01e546e84d2ee (patch) | |
tree | 3e8cce9450fcb337c5a36d593efde62e1941c7fb /ChangeLog | |
parent | 34656ec2f00d6669cef56afdbffdd90639d7b465 (diff) | |
download | zsh-f26d1ba6b01a358c83f28219c7a01e546e84d2ee.tar.gz zsh-f26d1ba6b01a358c83f28219c7a01e546e84d2ee.tar.xz zsh-f26d1ba6b01a358c83f28219c7a01e546e84d2ee.zip |
Add features associated with autoloading a function using an absolute
path. -d defaults to normal fpath -r remembers the path without actually loading. May be combined with -d. -R does the same but it's an error if not found -X can now take a directory path: this is used to output not yet loaded functions that have an associated path.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index e5ef78e73..5abaf9537 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2017-01-11 Peter Stephenson <p.stephenson@samsung.com> + + * 40327 (with minor fixes): Doc/Zsh/builtins.yo, + README,Src/builtin.c, Src/exec.c, Src/hashtable.c, Src/parse.c, + Src/zsh.h, Test/C04funcdef.ztst: add ability to autoload + function from file using full path, with additional related + autoload options -r, -R, -d and extension to -X. + 2017-01-10 Peter Stephenson <p.w.stephenson@ntlworld.com> * 40305: Src/Zle/complist.c, Src/Zle/zle_main.c, |