diff options
author | Clint Adams <clint@users.sourceforge.net> | 2000-09-27 19:31:44 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2000-09-27 19:31:44 +0000 |
commit | f42bd3a3f9f018fc5a1a09c2a3175048660ba48f (patch) | |
tree | 19d890f77da73f52a6386d92c9f4e0de67cf2371 /ChangeLog | |
parent | 74ff6d6dbed67db63cd05fd6e96ee40dc4be6147 (diff) | |
download | zsh-f42bd3a3f9f018fc5a1a09c2a3175048660ba48f.tar.gz zsh-f42bd3a3f9f018fc5a1a09c2a3175048660ba48f.tar.xz zsh-f42bd3a3f9f018fc5a1a09c2a3175048660ba48f.zip |
12863: remove ztrdupstrip, use VARARR in ztat
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index b815fa6fa..a89ee127d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-09-27 Clint Adams <schizo@debian.org> + + * 12863: Src/string.c, Src/Zle/compresult.c: remove ztrdupstring(), + fold guts back into ztat(), change memory allocation to VARARR. + 2000-09-25 Bart Schaefer <schaefer@zsh.org> * 12862: Src/exec.c: Fix STTY parameter to match documentation. |