diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2006-11-11 13:16:10 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2006-11-11 13:16:10 +0000 |
commit | b09a7cc5bfa0cca9eff94d5fcdd40ea611001f3c (patch) | |
tree | 87254ce597a07b88aaaa274d44296f1a1ac55dd7 /ChangeLog | |
parent | 254b3f1a6b85e6cfefe21fea3d81c3f97c003ec2 (diff) | |
download | zsh-b09a7cc5bfa0cca9eff94d5fcdd40ea611001f3c.tar.gz zsh-b09a7cc5bfa0cca9eff94d5fcdd40ea611001f3c.tar.xz zsh-b09a7cc5bfa0cca9eff94d5fcdd40ea611001f3c.zip |
22997: fix ${...?...} exit and traps
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index d52cbd0f8..bc07302b5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-11-11 Peter Stephenson <p.w.stephenson@ntlworld.com> + + * 22997: Src/builtin.c, Src/subst.c: ${...?...} didn't go through + proper exit sequence and didn't take account of being in a + subshell and didn't call exit trap anyway because errflag was set. + 2006-11-10 Peter Stephenson <pws@csr.com> * 22993: Completion/Unix/Command/_make: slightly more |