mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
tests: fix maintainer-xml-check.
* data/xslt/xml2dot.xsl (xsl:template match="bison-xml-report"):
Update output to include comments now produced by --graph.
(xsl:template match="automaton"): As for --graph, name the
digraph after the grammar file.
* src/print-xml.c (escape_bufs): Enlarge array.
(print_xml): Add bug-report and url attributes to
bison-xml-report element.
(cherry picked from commit bc81de36b7)
This commit is contained in:
11
ChangeLog
11
ChangeLog
@@ -1,3 +1,14 @@
|
||||
2010-05-01 Joel E. Denny <joeldenny@joeldenny.org>
|
||||
|
||||
tests: fix maintainer-xml-check.
|
||||
* data/xslt/xml2dot.xsl (xsl:template match="bison-xml-report"):
|
||||
Update output to include comments now produced by --graph.
|
||||
(xsl:template match="automaton"): As for --graph, name the
|
||||
digraph after the grammar file.
|
||||
* src/print-xml.c (escape_bufs): Enlarge array.
|
||||
(print_xml): Add bug-report and url attributes to
|
||||
bison-xml-report element.
|
||||
|
||||
2010-05-01 Joel E. Denny <joeldenny@joeldenny.org>
|
||||
|
||||
In DOT output, convert from "/*" comments to "//" comments.
|
||||
|
||||
Reference in New Issue
Block a user