diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 7a29b908c..1e8cd1e33 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2005-12-14 Bart Schaefer <schaefer@zsh.org> + + * 21814: Src/loop.c, Src/signals.c: if an error occurs in an + inline trap, set $? to 1, to match the behavior of pre-4.2 + versions of zsh. If and only if the trap is executed within the + "try" part of an "always" construct, also propagate the error + condition so that the "try" section is aborted. (Belated commit.) + 2005-12-14 Wayne Davison <wayned@users.sourceforge.net> * 22078: Src/utils.c: made ucs4toutf8() a static function (when |