From 33799ae2b00c09445e2e47720bc740ec434416e4 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Thu, 12 Jan 2017 13:54:29 +0000 Subject: 40335: More care with autoload function path. If doing "autoload -X", the path present might actually be location of file containing the function with the autoload -X. Add an explicit flag to say it's a directory for autoload. --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 010135a55..e44814b0c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2017-01-12 Peter Stephenson + * 40335: Src/builtin.c, Src/exec.c, Src/zsh.h, + Test/C04funcdef.ztst: be more careful autoload filename is + directory, not source location. + * Jens Elkner: 40333: Src/watch.c: Fix the utmpx interface for watch as otherwise it failed on some OSes. -- cgit 1.4.1