summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2014-02-26 06:57:47 -0800
committerKaz Kylheku <kaz@kylheku.com>2014-02-26 06:57:47 -0800
commit0294e98b13a70e91391952e7e24a47407e6d0508 (patch)
tree1873a42d8e0d840475f56ebbea6609f268e314dc /ChangeLog
parentae24a27bbe4764bc57a64169ecff3cba899efd7b (diff)
downloadtxr-0294e98b13a70e91391952e7e24a47407e6d0508.tar.gz
txr-0294e98b13a70e91391952e7e24a47407e6d0508.tar.bz2
txr-0294e98b13a70e91391952e7e24a47407e6d0508.zip
* parser.y (list): For @n_expr, get the source location info
from the @ token. (n_expr): Bugfix: do not attribute a symbol with location info. (quasilit): Obtain location info from quasi_items, and only if that is unavailable, then from lineno.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2fcb2460..99baf5ee 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2014-02-26 Kaz Kylheku <kaz@kylheku.com>
+ * parser.y (list): For @n_expr, get the source location info
+ from the @ token.
+ (n_expr): Bugfix: do not attribute a symbol with location info.
+ (quasilit): Obtain location info from quasi_items, and only
+ if that is unavailable, then from lineno.
+
+2014-02-26 Kaz Kylheku <kaz@kylheku.com>
+
Version 81
* txr.c (version): Bumped.