summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e1218788..a59d2162 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2014-08-07 Kaz Kylheku <kaz@kylheku.com>
+
+ Reentrant parser regression
+
+ * parser.y (yybadtok): New macro.
+ (yybadtoken): Function must take parser argument.
+ (grammar): Replace uses of yybadtoken with yybadtok.
+
+ * parser.h (yybadtoken): Declaration updated.
+
+ * parser.l (grammar): Fix incorrect yyprepf calls
+ that are missing the yyscanner parameter.
+
2014-08-05 Kaz Kylheku <kaz@kylheku.com>
Version 94.