about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2002-09-17 10:46:30 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2002-09-17 10:46:30 +0000
commit2421fe859969171914aac4e9280b96db1b173763 (patch)
treefafce9cb7597057a23f6e5aafe2904adb4df6b67 /ChangeLog
parent695f023058a9c37d70e057dcf4ad9c7dfedfca9f (diff)
downloadzsh-2421fe859969171914aac4e9280b96db1b173763.tar.gz
zsh-2421fe859969171914aac4e9280b96db1b173763.tar.xz
zsh-2421fe859969171914aac4e9280b96db1b173763.zip
17673: Fix bug with &&s and ||s in complex constructs
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 55a211d69..d97c7dbd3 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-10  Clint Adams  <clint@zsh.org>
 
         * 17189: Sven: Completion/Unix/Type/_path_files: better