]> git.saurik.com Git - bison.git/blobdiff - NEWS
* src/symtab.h (SALIAS, SUNDEF): Rename as...
[bison.git] / NEWS
diff --git a/NEWS b/NEWS
index 31587f082434b255463cefe6b268a9c5bfc6546e..98c7dad65eb3e1a2c08c29ebe696aef842b4ea41 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -43,9 +43,11 @@ Changes in version 1.49b:
 * Revert the C++ namespace changes introduced in 1.31, as they caused too
   many portability hassles.
 
-* Items overflow
-  Bison no longer dumps core when there are too many items, it just
-  dies.
+* Default locations
+  By an accident of design, the default computation of @$ was
+  performed after another default computation was performed: @$ = @1.
+  The latter is now removed: YYLLOC_DEFAULT is fully responsible of
+  the computation of @$.
 
 * Token end-of-file
   The token end of file may be specified by the user, in which case,
@@ -62,6 +64,9 @@ Changes in version 1.49b:
 * New tranlations
   Croatian, thanks to Denis Lackovic.
 
+* Token definitions
+  When fed with `%token 'a' "A"', Bison used to output `#define 'a' 65'.
+
 \f
 Changes in version 1.35, 2002-03-25: