summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2012-03-20 18:10:36 -0700
committerKaz Kylheku <kaz@kylheku.com>2012-03-20 18:10:36 -0700
commit3d7808ffb335b1b01fe49a2fcba5ddad62375109 (patch)
tree93f1d65bf707879bdd3c645b95d9f440073e0dfe /ChangeLog
parent9d06c8e9b36e94295c62eb0598cff7afae0c5a45 (diff)
downloadtxr-3d7808ffb335b1b01fe49a2fcba5ddad62375109.tar.gz
txr-3d7808ffb335b1b01fe49a2fcba5ddad62375109.tar.bz2
txr-3d7808ffb335b1b01fe49a2fcba5ddad62375109.zip
* debug.c (debug): Breakpointing now takes into account
the module file name, not only the line number. Breakpoints work on source locations rather than line numbers. Boy, this was easy. Keep the breakpoint list free of duplicates. Issue a message if a nonexistent breakpoint is asked to be deleted.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6ea80d12..715cee67 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2012-03-20 Kaz Kylheku <kaz@kylheku.com>
+
+ * debug.c (debug): Breakpointing now takes into account
+ the module file name, not only the line number. Breakpoints work on
+ source locations rather than line numbers. Boy, this was easy.
+ Keep the breakpoint list free of duplicates. Issue a message
+ if a nonexistent breakpoint is asked to be deleted.
+
2012-03-18 Kaz Kylheku <kaz@kylheku.com>
* eval.c (eval_init): url_decode has two parameters now,