summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2015-02-06 06:37:35 -0800
committerKaz Kylheku <kaz@kylheku.com>2015-02-06 06:37:35 -0800
commitb0d0ba0657ff67cdc29bee3b305c3c72f55725f7 (patch)
treecc24376e8562f90d305a0d0295fda29504c3c28e /ChangeLog
parent3286f2ca94da081bca5ddeffdfcc6ec92adf237c (diff)
downloadtxr-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--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 805dfc30..75b462e3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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