summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
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.