From 17178db1a4d8700c9e10862d0dd496f92c53f1cd Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Mon, 9 Jul 2018 11:06:07 +0100 Subject: users/23531: Error exit/return fixes. Fix regression with trap on left hand side of pipe. Fix forced return from shell structure within nested function. Fix tests exiting too early. Add new test case. --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 002f608be..babd2321e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2018-07-09 Peter Stephenson + + * users/23531: Src/exec.c, Test/C03traps.ztst: Fix error + exit/return from within shell construct inside nested function, + and in left hand side of pipe (regression due to broken tests); + stop tests from exiting too early and add new test for first fix. + 2018-07-07 Matthew Martin * 43106: Completion/BSD/Command/_ldap: Add ldap completer. -- cgit 1.4.1