summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@zsh.org>2017-02-13 16:32:50 +0000
committerPeter Stephenson <pws@zsh.org>2017-02-13 16:32:50 +0000
commitf5272bccd873e7df4cd63f13ee0e880cf832507e (patch)
treed859f55ad92c804280479e242fd512f4a1902e3b /ChangeLog
parent64c67581d2f4d131a3c1bebdeda6b70ec7da2610 (diff)
downloadzsh-f5272bccd873e7df4cd63f13ee0e880cf832507e.tar.gz
zsh-f5272bccd873e7df4cd63f13ee0e880cf832507e.zip
40536: Prepend directory to $fpath.
Used if parent function is autoloaded by absolute path so as to find functions in the same suite without shell code modification.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4a1cd197c..194cb3128 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2017-02-13 Peter Stephenson <p.stephenson@samsung.com>
+
+ * Sebastian: 40536: Src/builtin.c, Src/zsh.h: prepend directory
+ of function autoload with absolute path to fpath if loading a
+ function by relative path.
+
2017-02-10 Oliver Kiddle <opk@zsh.org>
* 40512: Completion/Unix/Command/_entr: new entr completion