diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-05-05 12:06:21 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-05-05 12:06:21 +0000 |
commit | 04118530d4157d3494349e2628246b78465e08f8 (patch) | |
tree | ba64a66a1a87fc43d50ca0352cad316ce9362094 /ChangeLog | |
parent | 057e9700ecb3c5fce374d0afc208798b4f345ee2 (diff) | |
download | zsh-04118530d4157d3494349e2628246b78465e08f8.tar.gz zsh-04118530d4157d3494349e2628246b78465e08f8.tar.xz zsh-04118530d4157d3494349e2628246b78465e08f8.zip |
some more memory initialisation after allocation; shouldn't possibly have done any harm (11193)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 8f92ba468..1d65f5ad1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2000-05-05 Sven Wischnowsky <wischnow@informatik.hu-berlin.de> + + * 11193: Src/Zle/comp.h, Src/Zle/compcore.c: some more memory + initialisation after allocation; shouldn't possibly have done any + harm + 2000-05-05 Tanaka Akira <akr@zsh.org> * 11190: Completion/User/_look: new completion for look. |