summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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".