summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2015-08-07 06:41:10 -0700
committerKaz Kylheku <kaz@kylheku.com>2015-08-07 06:41:10 -0700
commit723f24a59ba019cd2974efdcea731c6d9ca65842 (patch)
treeb0f1690f491041edbca9ba8ef6bb2f052a8831fb /ChangeLog
parenta6c599aea98cc588f1cdebac89e844b1b36f4c38 (diff)
downloadtxr-723f24a59ba019cd2974efdcea731c6d9ca65842.tar.gz
txr-723f24a59ba019cd2974efdcea731c6d9ca65842.tar.bz2
txr-723f24a59ba019cd2974efdcea731c6d9ca65842.zip
Change to different exception for debugger quit.
* debug.c (debug_quit_s): New global variable. (debug): Throw debug-quit, not query-error. (debug_init): Initialize debug_quit_s.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 362b5ad3..42a645de 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2015-08-07 Kaz Kylheku <kaz@kylheku.com>
+
+ Change to different exception for debugger quit.
+
+ * debug.c (debug_quit_s): New global variable.
+ (debug): Throw debug-quit, not query-error.
+ (debug_init): Initialize debug_quit_s.
+
2015-08-06 Kaz Kylheku <kaz@kylheku.com>
* debug.c (help): Rearrange menu. Show missing quit command.