Don't let --report affect XML output; always print all information.
authorJoel E. Denny <jdenny@ces.clemson.edu>
Sat, 1 Dec 2007 19:44:36 +0000 (19:44 +0000)
committerJoel E. Denny <jdenny@ces.clemson.edu>
Sat, 1 Dec 2007 19:44:36 +0000 (19:44 +0000)
commitef1b427325c10362bd5880c22de310ed96dbc235
tree960e8e9bd68756a14d5a6ee8671e3d2ff0d09b89
parent0f6cd9e3f8a088f55730a48ee7a240ebae4e6314
Don't let --report affect XML output; always print all information.
Discussed at
<http://lists.gnu.org/archive/html/bison-patches/2007-09/msg00020.html>.
* src/conflicts.c (log_resolution): Implement.
* src/print-xml.c (print_core): Implement.
(print_state): Implement.
(print_xml): Implement.

* NEWS (2.3a+): Fix quotes.
* src/parse-gram.y (prologue_declaration): For consistency with -v,
don't let %verbose clear the list specified by --report.
ChangeLog
NEWS
src/conflicts.c
src/parse-gram.c
src/parse-gram.h
src/parse-gram.y
src/print-xml.c