diff options
author | Barton E. Schaefer <schaefer@zsh.org> | 2014-01-22 21:47:29 -0800 |
---|---|---|
committer | Barton E. Schaefer <schaefer@zsh.org> | 2014-01-22 21:47:29 -0800 |
commit | 6c603a412751c810ba04bcd463cd3595091ca391 (patch) | |
tree | 07274aff12876af84d11610ff7e3681a7e6b57e9 /ChangeLog | |
parent | 3e06aeabd8a9e8384ebaa8b08996cd1f64737210 (diff) | |
download | zsh-6c603a412751c810ba04bcd463cd3595091ca391.tar.gz zsh-6c603a412751c810ba04bcd463cd3595091ca391.tar.xz zsh-6c603a412751c810ba04bcd463cd3595091ca391.zip |
unposted: reformulate 32285 to lift the fheap->sp test out of the loop, improve commentary
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 4a134644d..ac5759e46 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2014-01-22 Barton E. Schaefer <schaefer@zsh.org> + + * unposted: Src/mem.c: reformulate 32285 to lift the fheap->sp + test out of the loop, improve commentary + 2014-01-19 Barton E. Schaefer <schaefer@zsh.org> * 32294 (plus typo fix): Src/utils.c: prevent buffer overflow when |