diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2001-09-24 10:12:51 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2001-09-24 10:12:51 +0000 |
commit | 11b073410867756f8fd04cc3b302ea8deef83433 (patch) | |
tree | 5a99c007bdd06afdf0f17e43ae5a890909690d34 /ChangeLog | |
parent | cd59ad72b6466bad25dc1fd9441d8ce30c741af0 (diff) | |
download | zsh-11b073410867756f8fd04cc3b302ea8deef83433.tar.gz zsh-11b073410867756f8fd04cc3b302ea8deef83433.tar.xz zsh-11b073410867756f8fd04cc3b302ea8deef83433.zip |
* Src/builtin.c, Src/exec.c: Unwind function calls before exiting
shell from exit command to allow EXIT traps to run.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index e0412abde..cae28a521 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-09-24 Peter Stephenson <pws@csr.com> + + * Src/builtin.c, Src/exec.c: Unwind function calls before exiting + shell from exit command to allow EXIT traps to run. + 2001-09-21 Andrew Main (Zefram) <zefram@zsh.org> * Doc/Zsh/contrib.yo, Functions/Misc/tetris: Tetris game for ZLE. |