diff options
| author | Wayne Davison <wayned@users.sourceforge.net> | 2006-03-07 22:08:23 +0000 |
|---|---|---|
| committer | Wayne Davison <wayned@users.sourceforge.net> | 2006-03-07 22:08:23 +0000 |
| commit | 5942e88caf852c96ca3e4f5151eb73345c6f1491 (patch) | |
| tree | 8c1d0768a0581b7fb608534d986abaa9b0b14e1c | |
| parent | Use the new "flags" integer to get rid of the mult_isarr global. (diff) | |
| download | zsh-5942e88caf852c96ca3e4f5151eb73345c6f1491.tar zsh-5942e88caf852c96ca3e4f5151eb73345c6f1491.tar.gz zsh-5942e88caf852c96ca3e4f5151eb73345c6f1491.tar.bz2 zsh-5942e88caf852c96ca3e4f5151eb73345c6f1491.tar.lz zsh-5942e88caf852c96ca3e4f5151eb73345c6f1491.tar.xz zsh-5942e88caf852c96ca3e4f5151eb73345c6f1491.tar.zst zsh-5942e88caf852c96ca3e4f5151eb73345c6f1491.zip | |
22271
| -rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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". |
