summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2012-02-16 06:15:29 -0800
committerKaz Kylheku <kaz@kylheku.com>2012-02-16 06:15:29 -0800
commitd7ba2b97d8c03bf47c25978d96fa055e7d11ba5a (patch)
tree0aac9cbd9651ea3f7044e39a1eb03c14b425bba1 /ChangeLog
parentecc500b1b343a8fc087236cc0b22a25322b6852e (diff)
downloadtxr-d7ba2b97d8c03bf47c25978d96fa055e7d11ba5a.tar.gz
txr-d7ba2b97d8c03bf47c25978d96fa055e7d11ba5a.tar.bz2
txr-d7ba2b97d8c03bf47c25978d96fa055e7d11ba5a.zip
* eval.c (op_catch): Treat the nil exception object as an empty
list, and not the atom nil. * match.c (v_try): Do not transform an atomic exception x into the list ((t . x)). Just to (x). This (t . x) representation is a vestige of from the time when the exception consisted of the old-style return values from txeval.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c8198f43..76bd5ef1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
2012-02-16 Kaz Kylheku <kaz@kylheku.com>
+ * eval.c (op_catch): Treat the nil exception object as an empty
+ list, and not the atom nil.
+
+ * match.c (v_try): Do not transform an atomic exception x into
+ the list ((t . x)). Just to (x). This (t . x) representation is
+ a vestige of from the time when the exception consisted of the
+ old-style return values from txeval.
+
+2012-02-16 Kaz Kylheku <kaz@kylheku.com>
+
TXR Lisp gets exception handling.
* eval.c (op_catch, expand_catch_clause,