]> git.saurik.com Git - bison.git/blobdiff - NEWS
* src/LR0.c (new_state): Recognize the final state by the fact it
[bison.git] / NEWS
diff --git a/NEWS b/NEWS
index 9934bab3d6c7204166551cdd90cba8d35a397942..61081a4451720fbdc239090aaa083919295d8a25 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,19 @@ Bison News
 ----------
 
 Changes in version 1.49a:
 ----------
 
 Changes in version 1.49a:
+
+* Items overflow
+  Bison no longer dumps core when there are too many items, it just
+  dies.
+
+* Token end-of-file
+  The token end of file may be specified by the user, in which case,
+  the user symbol is used in the reports, the graphs, and the verbose
+  error messages instead of `$', which remains being the defaults.
+  For instance
+     %token YYEOF 0
+  or
+     %token YYEOF 0 "end of file"
 \f
 Changes in version 1.30:
 
 \f
 Changes in version 1.30: