diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2015-02-06 23:19:48 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2015-02-06 23:19:48 -0800 |
commit | acec7e13a32778dcd75f26b847c36fe838f7a21a (patch) | |
tree | b52a9f4955e9912ddaded1a106bc3a8a68f0d01f /ChangeLog | |
parent | 55cc849371a0dc0782f3f749cb58c46e0a558e40 (diff) | |
download | txr-acec7e13a32778dcd75f26b847c36fe838f7a21a.tar.gz txr-acec7e13a32778dcd75f26b847c36fe838f7a21a.tar.bz2 txr-acec7e13a32778dcd75f26b847c36fe838f7a21a.zip |
* unwind.c (uw_throw): Put a txr: prefix on the unhandled
exception in early initialization message.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2015-02-06 Kaz Kylheku <kaz@kylheku.com> + * unwind.c (uw_throw): Put a txr: prefix on the unhandled + exception in early initialization message. + +2015-02-06 Kaz Kylheku <kaz@kylheku.com> + Slight internal representation change of string-only exceptions. One upshot of all this is that (throw 'foo "msg") now |