diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2001-10-01 12:38:32 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2001-10-01 12:38:32 +0000 |
commit | 89719fbac345ea6699d6fd6b5d07dc5d4ec28ea6 (patch) | |
tree | 009713df92ca6515f418c285a566d4df52879345 /ChangeLog | |
parent | 1d97597697ca9b74688844d05aa8e39d51610c95 (diff) | |
download | zsh-89719fbac345ea6699d6fd6b5d07dc5d4ec28ea6.tar.gz zsh-89719fbac345ea6699d6fd6b5d07dc5d4ec28ea6.tar.xz zsh-89719fbac345ea6699d6fd6b5d07dc5d4ec28ea6.zip |
test EXIT trap fix
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog index 6de1d40df..de438fa08 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-10-01 Peter Stephenson <pws@csr.com> + + * 15917: Test/C03traps.ztst: test for EXIT trap fix in 15844. + 2001-09-30 Clint Adams <clint@zsh.org> * 15915: Completion/Debian/Command/_bts: @@ -24,7 +28,7 @@ 2001-09-27 Peter Stephenson <pws@csr.com> - * Config/version.mk, Completion/Unix/Command/.distfiles, + * unposted: Config/version.mk, Completion/Unix/Command/.distfiles, Doc/Zsh/.distfiles, Functions/Misc/.distfiles, Functions/Zle/.distfiles, Test/.distfiles: version 4.1.0-dev-2, with the usual fix for the list of distributed files. @@ -58,8 +62,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. + * 15844: 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> |