From 2421fe859969171914aac4e9280b96db1b173763 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Tue, 17 Sep 2002 10:46:30 +0000 Subject: 17673: Fix bug with &&s and ||s in complex constructs --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 55a211d69..d97c7dbd3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2002-09-17 Peter Stephenson + + * 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 * 17189: Sven: Completion/Unix/Type/_path_files: better -- cgit 1.4.1