diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-03-07 12:58:40 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-03-07 12:58:40 +0000 |
commit | 33ec971c33714ff469a481d1409aa9330e043224 (patch) | |
tree | 182f1ecce434561b5f12ef6eb8e7dde52bebd282 /ChangeLog | |
parent | 8c978c4006683e8e3549116b2960c660ff04c225 (diff) | |
download | zsh-33ec971c33714ff469a481d1409aa9330e043224.tar.gz zsh-33ec971c33714ff469a481d1409aa9330e043224.tar.xz zsh-33ec971c33714ff469a481d1409aa9330e043224.zip |
two optimisations
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 72808221d..ced314428 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2001-03-07 Sven Wischnowsky <wischnow@zsh.org> + + * 13589: Src/mem.c, Src/parse.c, Src/zsh.h: two optimisations; use + a binary tree to avoid duplicate strings in ecstrcode(); keep a + pointer to newly allocated heaps to avoid having to search for a + heap with free space in most cases + 2001-03-07 Andrej Borsenkow <bor@zsh.org> * unposted: configure.in, aczsh.m4: support building with |