summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6a5078ca..21a411db 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2009-11-20 Kaz Kylheku <kkylheku@gmail.com>
+ * parser.y (grammar): Fix error actions that do not assign
+ a value to $$.
+
+2009-11-20 Kaz Kylheku <kkylheku@gmail.com>
+
* match.c (dest_bind): Extended to handle more general forms
by using eval_form rather than direct symbol binding lookups.
False positive return fixed.