diff options
author | Clint Adams <clint@users.sourceforge.net> | 2008-11-02 14:12:29 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2008-11-02 14:12:29 +0000 |
commit | 6dbf2f2f4a97e2831094a73c662484ce990e7e41 (patch) | |
tree | 2b7eb40ddd7e3518a2a962eb8accf5a1ef7d9616 /ChangeLog | |
parent | 1b78e1a9121111ccb628262202c112c199ffc6d9 (diff) | |
download | zsh-6dbf2f2f4a97e2831094a73c662484ce990e7e41.tar.gz zsh-6dbf2f2f4a97e2831094a73c662484ce990e7e41.tar.xz zsh-6dbf2f2f4a97e2831094a73c662484ce990e7e41.zip |
25988: declare temporary cache array as local, thanks to problem noticed by Kazuhiro NISHIYAMA.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index acd225ff6..fbdb631ae 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2008-11-02 Clint Adams <clint@zsh.org> + + * 25988: Completion/Darwin/Command/_fink, + Completion/Darwin/Type/_retrieve_mac_apps, + Completion/Debian/Command/_apt, + Completion/Debian/Type/_deb_packages, + Completion/Redhat/Command/_rpm, Completion/Redhat/Command/_yum, + Completion/Unix/Command/_bogofilter, + Completion/Unix/Type/_path_commands, + Completion/Unix/Type/_perl_modules, Doc/Zsh/compsys.yo: declare + temporary cache array as local, thanks to problem noticed by + Kazuhiro NISHIYAMA. + 2008-11-01 Clint Adams <clint@zsh.org> * 25987: Src/Modules/tcp.c: don't ztrdup the buffer returned by |