diff options
author | Clint Adams <clint@users.sourceforge.net> | 2004-11-02 23:26:42 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2004-11-02 23:26:42 +0000 |
commit | 07d95ba04c599775fa671df39ff02e50107a373f (patch) | |
tree | c4677895e909d161d2d234c4d0535a9be1ab0812 /ChangeLog | |
parent | f9c66cd45efa30a1d6162b658a517711b86737d8 (diff) | |
download | zsh-07d95ba04c599775fa671df39ff02e50107a373f.tar.gz zsh-07d95ba04c599775fa671df39ff02e50107a373f.tar.xz zsh-07d95ba04c599775fa671df39ff02e50107a373f.zip |
* 20539: Completion/Unix/Command/_make: avoid problems minus signs
in expandVars().
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 16b757a01..0f47b65a1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-11-02 Clint Adams <clint@zsh.org> + + * 20539: Completion/Unix/Command/_make: avoid problems + minus signs in expandVars(). + 2004-10-29 Peter Stephenson <pws@csr.com> * 20528: Src/exec.c: Clint spotted that fix in 18492 to make |