diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2002-09-17 10:42:17 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2002-09-17 10:42:17 +0000 |
commit | 41b50445eab2eb71c4446f85e368a273b52c39a3 (patch) | |
tree | c36d8bf5da8c8c3727fc411c11e9aae66790d846 /ChangeLog | |
parent | 49bfbc12483602937380658d67acd6c009d39159 (diff) | |
download | zsh-41b50445eab2eb71c4446f85e368a273b52c39a3.tar.gz zsh-41b50445eab2eb71c4446f85e368a273b52c39a3.tar.xz zsh-41b50445eab2eb71c4446f85e368a273b52c39a3.zip |
17673: Fix bug with &&s and ||s in complex constructs
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index ae372dfab..1ebae4faa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2002-09-17 Peter Stephenson <pws@csr.com> + + * 17673: Src/exec.c, Test/A01grammar.ztst: + for X in Y; true || B; done && X + executed X on every iteration. Same bug with true -> false, + || -> &&, && -> ||. + 2002-09-16 Oliver Kiddle <opk@zsh.org> * 17678: Src/builtin.c: ignore initial `--' argument to printf |