summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2015-02-06 23:20:11 -0800
committerKaz Kylheku <kaz@kylheku.com>2015-02-06 23:20:11 -0800
commit61302673d5870dc3eae32ba0e1c60d2d9f6aef21 (patch)
treeb0237a81a10577cde9682429ab4c59fe71c21451 /ChangeLog
parentacec7e13a32778dcd75f26b847c36fe838f7a21a (diff)
downloadtxr-61302673d5870dc3eae32ba0e1c60d2d9f6aef21.tar.gz
txr-61302673d5870dc3eae32ba0e1c60d2d9f6aef21.tar.bz2
txr-61302673d5870dc3eae32ba0e1c60d2d9f6aef21.zip
* unwind.c (uw_throw): Detect invalid re-entry and bail.
Cautiously, we use fprintf rather than our streams system, in case some problem with the streams is involved in this mess.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0f6ef823..5dec2d8a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2015-02-06 Kaz Kylheku <kaz@kylheku.com>
+ * unwind.c (uw_throw): Detect invalid re-entry and bail.
+ Cautiously, we use fprintf rather than our streams system, in case some
+ problem with the streams is involved in this mess.
+
+2015-02-06 Kaz Kylheku <kaz@kylheku.com>
+
* unwind.c (uw_throw): Put a txr: prefix on the unhandled
exception in early initialization message.