about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorWayne Davison <wayned@users.sourceforge.net>2006-03-07 22:08:23 +0000
committerWayne Davison <wayned@users.sourceforge.net>2006-03-07 22:08:23 +0000
commit5942e88caf852c96ca3e4f5151eb73345c6f1491 (patch)
tree8c1d0768a0581b7fb608534d986abaa9b0b14e1c /ChangeLog
parentf8c7d72f30e6d6b259c6166dc2927df40cdb75c3 (diff)
downloadzsh-5942e88caf852c96ca3e4f5151eb73345c6f1491.tar.gz
zsh-5942e88caf852c96ca3e4f5151eb73345c6f1491.tar.xz
zsh-5942e88caf852c96ca3e4f5151eb73345c6f1491.zip
22271
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b29d9d9cf..2e44f8900 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,8 @@
 2006-03-07  Wayne Davison  <wayned@users.sourceforge.net>
+	
+	* 22271 (updated): Src/subst.c, Src/linklist.c, Src/zsh.h: got rid
+	of the mult_isarr global from subst.c by using the LinkList's new
+	flag integer.
 
 	* unposted: Src/linklist.c, Src/zsh.h: changed the previous-node
 	pointer in a "struct linknode" from "last" to "prev".