]> git.saurik.com Git - bison.git/blobdiff - NEWS
src/scan-gram.l (<SC_BRACED_CODE>"}"): Append ";" only in braced code,
[bison.git] / NEWS
diff --git a/NEWS b/NEWS
index 63ad026b52ef6e80553226d16155c7dfd885bc00..0407aad5ab66fde651f19972293fae05dbafe02d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,18 @@
 Bison News
 ----------
 
+Changes in version 1.75f, 2002-12-28:
+
+* In Yacc-style parsers YYLLOC_DEFAULT is now used to compute error
+  locations too.  This fixes bugs in error-location computation.
+
+* Bison now uses a Yacc-style format for conflict reports, e.g.,
+  "conflicts: 2 shift/reduce, 1 reduce/reduce".
+
+* Bison now warns if it detects conflicting outputs to the same file,
+  e.g., it generates a warning for "bison -d -o foo.h foo.y" since
+  that command outputs both code and header to foo.h.
+
 Changes in version 1.75e, 2002-12-24:
 
 * If the user does not define YYSTYPE as a macro, Bison now declares it