summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2012-02-28 22:02:19 -0800
committerKaz Kylheku <kaz@kylheku.com>2012-02-28 22:02:19 -0800
commit088da243fce2d4f5fca08bbce2fa27d5076d811b (patch)
treeda511728246cde4ba95348877b2629d9e79976c2 /ChangeLog
parent8c64c2e9bcfa3d5ffd0094265dd13fc39d7003df (diff)
downloadtxr-088da243fce2d4f5fca08bbce2fa27d5076d811b.tar.gz
txr-088da243fce2d4f5fca08bbce2fa27d5076d811b.tar.bz2
txr-088da243fce2d4f5fca08bbce2fa27d5076d811b.zip
Bugfix: rlcp function was incorrect for new way of storing
line number info. * parser.h (rlset): Declared. (rlcp): Use rlset. * parser.y (rlset): New function.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 34cdd1ab..2ff209e4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
2012-02-28 Kaz Kylheku <kaz@kylheku.com>
+ Bugfix: rlcp function was incorrect for new way of storing
+ line number info.
+
+ * parser.h (rlset): Declared.
+ (rlcp): Use rlset.
+
+ * parser.y (rlset): New function.
+
+2012-02-28 Kaz Kylheku <kaz@kylheku.com>
+
* debug.c (help, debug): New g command for tweaking log level.
2012-02-28 Kaz Kylheku <kaz@kylheku.com>