]> git.saurik.com Git - bison.git/blobdiff - NEWS
(b4_token_defines): Also define YYTOKENTYPE for K&R C.
[bison.git] / NEWS
diff --git a/NEWS b/NEWS
index 14a42e217e55ed362ef333253f9c47131b37cf16..ab991a8037fd056730b345718b0d23809146c3f0 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.
 
 * 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,
 
 * Token end-of-file
   The token end of file may be specified by the user, in which case,
@@ -59,6 +61,9 @@ Changes in version 1.49b:
 * Semantic parser
   This old option, which has been broken for ages, is removed.
 
 * Semantic parser
   This old option, which has been broken for ages, is removed.
 
+* New tranlations
+  Croatian, thanks to Denis Lackovic.
+
 \f
 Changes in version 1.35, 2002-03-25:
 
 \f
 Changes in version 1.35, 2002-03-25: