diff options
author | Oliver Kiddle <opk@users.sourceforge.net> | 2001-12-17 17:17:38 +0000 |
---|---|---|
committer | Oliver Kiddle <opk@users.sourceforge.net> | 2001-12-17 17:17:38 +0000 |
commit | 52b8303537015f603f35351abe2a01d8779868fe (patch) | |
tree | d5a16605b10781a3924555f089390f4c7bd27ddc /ChangeLog | |
parent | 8659013fb8c76fdaac1baa43b09393ec10948a93 (diff) | |
download | zsh-52b8303537015f603f35351abe2a01d8779868fe.tar.gz zsh-52b8303537015f603f35351abe2a01d8779868fe.tar.xz zsh-52b8303537015f603f35351abe2a01d8779868fe.zip |
16353: add += parameter assignments
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 38a42ee70..511c4904f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2001-12-17 Oliver Kiddle <opk@zsh.org> + + * 16353: Src/exec.c, Src/lex.c, Src/params.c, Src/parse.c, + Src/text.c, Src/zsh.h, Doc/Zsh/params.yo, Test/.distfiles, + Test/A06assign.ztst: add += parameter assignments + 2001-12-17 Clint Adams <clint@zsh.org> * 16357: Doc/Zsh/expn.yo, Src/subst.c: |