diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2004-03-10 10:50:00 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2004-03-10 10:50:00 +0000 |
commit | 1316a6b44123df11b98811ef243154a6e54b9bcc (patch) | |
tree | 8322c39367e58e32d18e1e662173f2fef335211b /ChangeLog | |
parent | 3f7b447d88056cbbe524391d843591e28bef3384 (diff) | |
download | zsh-1316a6b44123df11b98811ef243154a6e54b9bcc.tar.gz zsh-1316a6b44123df11b98811ef243154a6e54b9bcc.tar.xz zsh-1316a6b44123df11b98811ef243154a6e54b9bcc.zip |
19575: Fix problem with trap on EXIT overriding status
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index c83bfeac3..c95caa86e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2004-03-10 Peter Stephenson <pws@csr.com> + + * 19575: Src/signals.c, Test/C03traps.ztst: Fix the problem + that trap '...' EXIT overrode the exit status of the function + it was in. + 2004-03-08 Clint Adams <clint@zsh.org> * 19566: Doc/Zsh/params.yo: change associative array |