diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2015-02-06 06:37:35 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2015-02-06 06:37:35 -0800 |
commit | b0d0ba0657ff67cdc29bee3b305c3c72f55725f7 (patch) | |
tree | cc24376e8562f90d305a0d0295fda29504c3c28e /ChangeLog | |
parent | 3286f2ca94da081bca5ddeffdfcc6ec92adf237c (diff) | |
download | txr-b0d0ba0657ff67cdc29bee3b305c3c72f55725f7.tar.gz txr-b0d0ba0657ff67cdc29bee3b305c3c72f55725f7.tar.bz2 txr-b0d0ba0657ff67cdc29bee3b305c3c72f55725f7.zip |
* sysif.c (abort_wrap): New static function.
(sysif_init): Registered abort intrinsic.
* txr.1: Documented abort. Changed Unix Programming heading
to System Programming, since exit, abort and errno are not
Unix-specific, but C-specific.
* tl.vim, txr.vim: Updated.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,5 +1,16 @@ 2015-02-06 Kaz Kylheku <kaz@kylheku.com> + * sysif.c (abort_wrap): New static function. + (sysif_init): Registered abort intrinsic. + + * txr.1: Documented abort. Changed Unix Programming heading + to System Programming, since exit, abort and errno are not + Unix-specific, but C-specific. + + * tl.vim, txr.vim: Updated. + +2015-02-06 Kaz Kylheku <kaz@kylheku.com> + * unwind.c (unhandled_hook_s): New static variable. (uw_throw): In the unhandled case, check if *unhandled-hook* variable has a function, and use it instead of the default logic. If it's not a |