diff options
author | Barton E. Schaefer <schaefer@zsh.org> | 2015-10-14 21:46:26 -0700 |
---|---|---|
committer | Barton E. Schaefer <schaefer@zsh.org> | 2015-10-14 21:46:26 -0700 |
commit | 827d36077641ca87d1796b9c5cb05e7c44b01919 (patch) | |
tree | ee73505d8ffbab085962d696b28eac8725629ab3 /ChangeLog | |
parent | bab1fc50436f23402696cd5236c0689c4d4dbd59 (diff) | |
download | zsh-827d36077641ca87d1796b9c5cb05e7c44b01919.tar.gz zsh-827d36077641ca87d1796b9c5cb05e7c44b01919.tar.xz zsh-827d36077641ca87d1796b9c5cb05e7c44b01919.zip |
36853: replace pushheap/popheap by NEWHEAPS/OLDHEAPS in doshfunc() to optimize memory management
Includes re-indentation that was not done in the posted patch.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 2e31d243b..f0c88c979 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2015-10-14 Barton E. Schaefer <schaefer@zsh.org> + + * 36853: Src/exec.c: replace pushheap/popheap by NEWHEAPS/OLDHEAPS + in doshfunc() to optimize memory management + 2015-10-14 Peter Stephenson <p.stephenson@samsung.com> * 36856: Doc/Zsh/contrib.yo, Functions/Chpwd/cdr: add -p and -P |