diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2008-02-15 22:01:01 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2008-02-15 22:01:01 +0000 |
commit | ac0756270c583430fa036403ac4a726716e1c967 (patch) | |
tree | 8dd56688bfc0ee09540f0287b024a0898d1e5117 /ChangeLog | |
parent | 5a52e1ee8096e878f3274f606cbd6fee3fa1dbbe (diff) | |
download | zsh-ac0756270c583430fa036403ac4a726716e1c967.tar.gz zsh-ac0756270c583430fa036403ac4a726716e1c967.tar.xz zsh-ac0756270c583430fa036403ac4a726716e1c967.zip |
24554: reduce accumulated memory listing in completion listing
make file static be used as such instead of as a pretend parameter
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 6ae0f492f..11b29abde 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-02-15 Peter Stephenson <p.w.stephenson@ntlworld.com> + + * 24554: Src/Zle/complist.c: push an extra heap for + complistmatches() to stop accumulating it; always treat + mcolors as a global instead of just sometimes. + 2008-02-14 Peter Stephenson <pws@csr.com> * 24551: Src/Zle/compresult.c, Src/Zle/zle_main.c: free heap |