summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2011-11-18 21:21:40 -0800
committerKaz Kylheku <kaz@kylheku.com>2011-11-18 21:21:53 -0800
commit8a8812cda3e06312e650dcff7c1e3bb82479d20f (patch)
treeba1f34e6366f4da18c75a5b09e74d0fa50341708 /ChangeLog
parent469c98066160e682eda0fd2ba7a189e388ab9257 (diff)
downloadtxr-8a8812cda3e06312e650dcff7c1e3bb82479d20f.tar.gz
txr-8a8812cda3e06312e650dcff7c1e3bb82479d20f.tar.bz2
txr-8a8812cda3e06312e650dcff7c1e3bb82479d20f.zip
* parser.y: Regression IDENT, '{' and '}'
must be on the same precedence level and right associative. Without this consective braced variables don't work, etc.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5cb9f923..5f784c08 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2011-11-18 Kaz Kylheku <kaz@kylheku.com>
+ * parser.y: Regression IDENT, '{' and '}'
+ must be on the same precedence level and right
+ associative. Without this consective braced
+ variables don't work, etc.
+
+2011-11-18 Kaz Kylheku <kaz@kylheku.com>
+
* gc.c (mark_mem_region): Use the Valgrind API only to mark
the type field as accessible, not the whole object that
we are checking. Marking the whole object accessible hides