summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 598436d1..9e9e79c2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2011-12-21 Kaz Kylheku <kaz@kylheku.com>
+ Bug #35139
+
+ * parser.y (yybadtoken): The current token (yychar) is 0 on byacc
+ rather than YYEOF or YYEMPTY, so we have to handle that.
+
+2011-12-21 Kaz Kylheku <kaz@kylheku.com>
+
* Makefile (distclean): use rm -rf on mpi directory.
2011-12-20 Kaz Kylheku <kaz@kylheku.com>