summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2011-11-12 19:24:54 -0800
committerKaz Kylheku <kaz@kylheku.com>2011-11-12 19:24:54 -0800
commitb9a2ba820bca9ab6e8e67132b8a5c0931b7ab9b2 (patch)
tree52df44436afe896df2a90885b5e6a674a8db8a7e /ChangeLog
parentac867f1ec259b144405edcfd148d860f853d2a98 (diff)
downloadtxr-b9a2ba820bca9ab6e8e67132b8a5c0931b7ab9b2.tar.gz
txr-b9a2ba820bca9ab6e8e67132b8a5c0931b7ab9b2.tar.bz2
txr-b9a2ba820bca9ab6e8e67132b8a5c0931b7ab9b2.zip
Improved line number reporting in errors and debug traces.
* match.c (debugf): Function removed. (dest_bind, v_output, v_eof): Use debuglf instead of debugf, and sem_error instead of uw_throwf. (match_files): Likewise, and file_err is called with form.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5be06305..c9baf418 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
2011-11-12 Kaz Kylheku <kaz@kylheku.com>
+ Improved line number reporting in errors and debug traces.
+
+ * match.c (debugf): Function removed.
+ (dest_bind, v_output, v_eof): Use debuglf instead of
+ debugf, and sem_error instead of uw_throwf.
+ (match_files): Likewise, and file_err is called
+ with form.
+
+2011-11-12 Kaz Kylheku <kaz@kylheku.com>
+
Eliminate line numbers from the abstract syntax
tree representation of the TXR query.