diff options
author | Clint Adams <clint@users.sourceforge.net> | 2000-09-22 22:16:15 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2000-09-22 22:16:15 +0000 |
commit | 2a625db39df5e5e5f72556f0cd4a02005115c50f (patch) | |
tree | 9eb6be89333525ea9c74c14887da7a37aa8739cb /ChangeLog | |
parent | 430e2947951207e45b02ba1ebc04586d06ade021 (diff) | |
download | zsh-2a625db39df5e5e5f72556f0cd4a02005115c50f.tar.gz zsh-2a625db39df5e5e5f72556f0cd4a02005115c50f.tar.xz zsh-2a625db39df5e5e5f72556f0cd4a02005115c50f.zip |
12859: dynamically-allocate buffer in ztat(), ztrdupstring()
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index acb35ef81..7281799b8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2000-09-22 Clint Adams <schizo@debian.org> + + * 12859: Src/string.c, Src/Zle/compresult.c: + dynamically allocate buffer in ztat, remove + duplication loop to ztrdupstrip(). + 2000-09-20 Bart Schaefer <schaefer@zsh.org> * 12851, 12852: Completion/Commands/_expand_word, |