about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorWayne Davison <wayned@users.sourceforge.net>2005-03-02 19:12:31 +0000
committerWayne Davison <wayned@users.sourceforge.net>2005-03-02 19:12:31 +0000
commit3321b48303d2845724f97b707e6d9679b9e718cf (patch)
treec16af5834e3cdf705b252570d7b7431d033be798 /ChangeLog
parentdca8aa342a46d6e58777a5b58d41996fea54954a (diff)
downloadzsh-3321b48303d2845724f97b707e6d9679b9e718cf.tar.gz
zsh-3321b48303d2845724f97b707e6d9679b9e718cf.tar.xz
zsh-3321b48303d2845724f97b707e6d9679b9e718cf.zip
Fix a possible infinite recursion in _make.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
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