Version 1.75f.

This commit is contained in:
Paul Eggert
2002-12-29 03:17:12 +00:00
parent 00c378a21f
commit 963fcc1705
2 changed files with 40 additions and 0 deletions

12
NEWS
View File

@@ -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