diff options
author | Wayne Davison <wayned@users.sourceforge.net> | 2005-03-02 19:12:31 +0000 |
---|---|---|
committer | Wayne Davison <wayned@users.sourceforge.net> | 2005-03-02 19:12:31 +0000 |
commit | 3321b48303d2845724f97b707e6d9679b9e718cf (patch) | |
tree | c16af5834e3cdf705b252570d7b7431d033be798 /ChangeLog | |
parent | dca8aa342a46d6e58777a5b58d41996fea54954a (diff) | |
download | zsh-3321b48303d2845724f97b707e6d9679b9e718cf.tar.gz zsh-3321b48303d2845724f97b707e6d9679b9e718cf.tar.xz zsh-3321b48303d2845724f97b707e6d9679b9e718cf.zip |
Fix a possible infinite recursion in _make.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index afb875c07..8b8fce578 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-03-02 Wayne Davison <wayned@users.sourceforge.net> + + * unposted: Completion/Unix/Command/_make: Don't try to expand + a single-character Makefile variable if it is a digit. Avoids + an infinite recursion from a Makefile referencing $1. + 2005-03-02 Clint Adams <clint@zsh.org> * 20909, 20911: Src/Modules/termcap.c: reverse row and col |