diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2006-03-02 22:05:21 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2006-03-02 22:05:21 +0000 |
commit | 31f6b3fb07ec0d5816c2dabbc314009c3126b58b (patch) | |
tree | 42e83d51173372b3b7924128442b585dc5766b6f /ChangeLog | |
parent | b4273451f367d23b1d0d173b4f8687670a8fe1d6 (diff) | |
download | zsh-31f6b3fb07ec0d5816c2dabbc314009c3126b58b.tar.gz zsh-31f6b3fb07ec0d5816c2dabbc314009c3126b58b.tar.xz zsh-31f6b3fb07ec0d5816c2dabbc314009c3126b58b.zip |
22317: exit status from code backgrounded in function
22277, 22281, tweaks: standardize behaviour of wait builtin with trapped signals
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 977441687..19e43c838 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2006-03-02 Peter Stephenson <p.w.stephenson@ntlworld.com> + + * 22317: Src/builtins.c, Src/exec.c: exiting the shell from + code forked from within a function doesn't maintain the + exit status. + + * 22277, 22281 plus tweaks: Src/exec.c, Src/jobs.c, Src/signals.c, + Test/C03traps.ztst: standardize behaviour of using wait builtin + with trapped signals. + 2006-03-02 Peter Stephenson <pws@csr.com> * unposted, but see 22307: configure.ac: turn all |