summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2015-08-05 20:55:33 -0700
committerKaz Kylheku <kaz@kylheku.com>2015-08-05 20:55:33 -0700
commitec6de08243cf8f1a71063fd61082399907d88051 (patch)
treef88a251b3f35a8a9b49440f10c5b3838cd5ceba0 /ChangeLog
parent989fecaf090d255e92c1c473e4888014cef538e8 (diff)
downloadtxr-ec6de08243cf8f1a71063fd61082399907d88051.tar.gz
txr-ec6de08243cf8f1a71063fd61082399907d88051.tar.bz2
txr-ec6de08243cf8f1a71063fd61082399907d88051.zip
New exception type: system-error.
* lib.c (system_error_s): New symbol variable. (obj_init): Initialize new variable. * lib.h (system_error_s): Declared. * unwind.c (uw_init): Register system-error exception type.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 40f10b3b..03dea4f7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2015-08-05 Kaz Kylheku <kaz@kylheku.com>
+ * lib.c (system_error_s): New symbol variable.
+ (obj_init): Initialize new variable.
+
+ * lib.h (system_error_s): Declared.
+
+ * unwind.c (uw_init): Register system-error exception type.
+
+2015-08-05 Kaz Kylheku <kaz@kylheku.com>
+
* stream.c (stream_init): Register get-indent-mode, set-indent-mode,
test-set-indent-mode, get-indent, set-indent, inc-indent
and width-check intrinsic functions. Register indent-off,