]> 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 9d6e40654a80fd92f06f02cbaac17bd00ff0573c..61081a4451720fbdc239090aaa083919295d8a25 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,10 +3,18 @@ Bison News
 
 Changes in version 1.49a:
 
-* items overflow
+* 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: