mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-11 05:13:04 +00:00
* src/conflicts.c (conflicts_print): Don't print file name twice
when %expect fails because there were no conflicts. * doc/bison.texinfo (Expect Decl): Tighten up wording in previous change. * tests/conflicts.at (%expect not enough, %expect too much): (%expect with reduce conflicts): Adjust to new behavior. * src/conflicts.c (conflicts_print): Unsatisfied %expectation are errors. * NEWS: Document this. * doc/bison.texinfo (Expect Decl): Likewise.
This commit is contained in:
16
ChangeLog
16
ChangeLog
@@ -1,3 +1,19 @@
|
||||
2005-11-18 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
* src/conflicts.c (conflicts_print): Don't print file name twice
|
||||
when %expect fails because there were no conflicts.
|
||||
* doc/bison.texinfo (Expect Decl): Tighten up wording in previous
|
||||
change.
|
||||
* tests/conflicts.at (%expect not enough, %expect too much):
|
||||
(%expect with reduce conflicts): Adjust to new behavior.
|
||||
|
||||
2005-11-18 Akim Demaille <akim@epita.fr>
|
||||
|
||||
* src/conflicts.c (conflicts_print): Unsatisfied %expectation are
|
||||
errors.
|
||||
* NEWS: Document this.
|
||||
* doc/bison.texinfo (Expect Decl): Likewise.
|
||||
|
||||
2005-11-16 Akim Demaille <akim@epita.fr>
|
||||
|
||||
Generalize the display of semantic values and locations in traces.
|
||||
|
||||
Reference in New Issue
Block a user