diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2011-11-12 19:24:54 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2011-11-12 19:24:54 -0800 |
commit | b9a2ba820bca9ab6e8e67132b8a5c0931b7ab9b2 (patch) | |
tree | 52df44436afe896df2a90885b5e6a674a8db8a7e /ChangeLog | |
parent | ac867f1ec259b144405edcfd148d860f853d2a98 (diff) | |
download | txr-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-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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. |