summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <p.stephenson@samsung.com>2018-07-09 11:06:07 +0100
committerPeter Stephenson <p.stephenson@samsung.com>2018-07-09 11:07:53 +0100
commit17178db1a4d8700c9e10862d0dd496f92c53f1cd (patch)
tree8081ecb3dcd951f77ed4b4bbbc63eddd76b51190 /ChangeLog
parent8cb4fc00c29594aa6c497020b8ff5f7a4d4dd7ea (diff)
downloadzsh-17178db1a4d8700c9e10862d0dd496f92c53f1cd.tar.gz
zsh-17178db1a4d8700c9e10862d0dd496f92c53f1cd.tar.xz
zsh-17178db1a4d8700c9e10862d0dd496f92c53f1cd.zip
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 002f608be..babd2321e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2018-07-09  Peter Stephenson  <p.stephenson@samsung.com>
+
+	* 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  <phy1729@gmail.com>
 
 	* 43106: Completion/BSD/Command/_ldap: Add ldap completer.