diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2012-08-21 18:03:01 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2012-08-21 18:03:01 +0000 |
commit | 6f3ff6b653ca5e6f528bc46ec6295cb6d263a9fd (patch) | |
tree | 5597e80a02d420f2ec6543f6dff0e21e14064b1b /ChangeLog | |
parent | 07fd604718b0b2202808c121f7bbcb4dce5c9ae5 (diff) | |
download | zsh-6f3ff6b653ca5e6f528bc46ec6295cb6d263a9fd.tar.gz zsh-6f3ff6b653ca5e6f528bc46ec6295cb6d263a9fd.tar.xz zsh-6f3ff6b653ca5e6f528bc46ec6295cb6d263a9fd.zip |
30633: "functions -T" only traces marked function, not called functions
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index a2b415d83..78e4f92f4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2012-08-21 Peter Stephenson <p.w.stephenson@ntlworld.com> + + * 30633: Doc/Zsh/builtins.yo, Src/builtin.c, Src/exec.c, + Src/hashtable.c, Src/options.c, Src/subst.c, Src/zsh.h: + "functions -T" traces only marked function and not called + functions unless also marked. + 2012-08-20 Peter Stephenson <pws@csr.com> * Stepan Koltsov: 30634: Functions/Misc/zmv: use (q-) quoting @@ -88,5 +95,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.5704 $ +* $Revision: 1.5705 $ ***************************************************** |