diff options
author | Barton E. Schaefer <schaefer@zsh.org> | 2015-10-11 21:23:38 -0700 |
---|---|---|
committer | Barton E. Schaefer <schaefer@zsh.org> | 2015-10-11 21:23:38 -0700 |
commit | ce929eb37e0a79d847dbfcaf1436c1a46bca55b2 (patch) | |
tree | 18d26cfe39ba127c44d2eb230bb0179e6d0d829b /ChangeLog | |
parent | d77bf2ba88c289e28139ce36ac767447113ab95d (diff) | |
download | zsh-ce929eb37e0a79d847dbfcaf1436c1a46bca55b2.tar.gz zsh-ce929eb37e0a79d847dbfcaf1436c1a46bca55b2.tar.xz zsh-ce929eb37e0a79d847dbfcaf1436c1a46bca55b2.zip |
36841: factor out and update the patterns that filter "uninteresting" functions out of the $funcstack display
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 421da2f6f..ae61df68d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2015-10-11 Barton E. Schaefer <schaefer@zsh.org> + * 36841: Completion/Base/Widget/_complete_help: factor out and + update the patterns that filter "uninteresting" functions out + of the $funcstack list when generating the call trace to show + where a tag is active. + * 36836: Src/mem.c: zhalloc() avoids re-scanning all heaps when the last known heap with free space does not have enough space |