summaryrefslogtreecommitdiff
path: root/src/print-xml.c
Commit message (Expand)AuthorAgeFilesLines
* package: bump copyrights to 2020Akim Demaille2020-01-051-1/+1
* style: use item_ruleAkim Demaille2019-01-301-8/+2
* style: scope reduction in print-xmlAkim Demaille2019-01-301-26/+15
* closure: initialize it once for allAkim Demaille2019-01-281-2/+0
* style: rename closure_* functions as closure_*Akim Demaille2019-01-281-2/+2
* style: rename LR0.* as lr0.*Akim Demaille2019-01-261-2/+2
* package: bump copyrights to 2019Akim Demaille2019-01-051-1/+2
* Merge maint into masterAkim Demaille2018-06-171-1/+1
|\
| * Update copyright yearsAkim Demaille2018-05-121-1/+1
* | reduce: don't complain about rules whose lhs is uselessAkim Demaille2015-01-141-1/+1
* | Merge remote-tracking branch 'origin/maint'Akim Demaille2015-01-051-1/+1
|\ \ | |/
| * package: bump to 2015Akim Demaille2015-01-041-1/+1
| * package: bump to 2014Akim Demaille2014-02-031-1/+1
* | Merge remote-tracking branch 'origin/maint'Akim Demaille2013-12-091-33/+33
|\ \ | |/
| * style: formatting changesAkim Demaille2013-11-261-33/+33
* | symbols: improve symbol aliasingValentin Tolmer2013-08-011-4/+4
|/
* fix a memory leakAkim Demaille2013-05-301-6/+12
* style: no longer use backquotesAkim Demaille2013-02-181-1/+1
* maint: update copyright yearsAkim Demaille2013-01-121-1/+1
* maint: fix some syntax-check issues.Akim Demaille2012-02-181-1/+0
* maint: run "make update-copyright".Jim Meyering2012-01-131-1/+1
* global: remove unnecessary horizontal tabs.Joel E. Denny2011-07-241-95/+95
* Fix missing updates to GPLv3.Joel E. Denny2011-04-091-7/+5
* maint: run "make update-copyright".Joel E. Denny2011-01-021-1/+1
* Do not use date ranges in copyright notices.Paul Eggert2010-06-171-1/+1
* tests: fix maintainer-xml-check.Joel E. Denny2010-05-011-3/+7
* maint: run "make update-copyright"Joel E. Denny2010-01-041-1/+1
* style changes.Akim Demaille2009-06-111-4/+5
* Rename "default rule" to "default reduction".Joel E. Denny2009-04-231-9/+9
* In XML output, remove redundant class attribute on symbol element.Joel E. Denny2007-12-151-10/+22
* * data/xslt/bison.xsl (bison:ruleNumber): Rename to...Joel E. Denny2007-12-081-59/+2
* Don't let --report affect XML output; always print all information.Joel E. Denny2007-12-011-13/+7
* In the XML output, list useless and unused symbols and rules with theJoel E. Denny2007-11-241-40/+10
* * src/gram.c: Remove comments that duplicate comments in gram.h.Joel E. Denny2007-11-101-11/+11
* For the XML output's terminal element, rename @number to @token-number,Joel E. Denny2007-10-281-3/+4
* src/print-xml.c (print_grammar): Renamed <terminal> and <nonterminal>Wojciech Polak2007-10-171-2/+2
* * doc/bison.texinfo (Bison Options): Add entry for --print-datadir.Joel E. Denny2007-10-171-1/+2
* (print_core): Remove item set redundancy.Wojciech Polak2007-10-111-20/+24
* Make xml2dot.xsl and --graph produce the same output.Joel E. Denny2007-10-091-3/+0
* * src/print-xml.c (escape_bufs): New static global variableJoel E. Denny2007-09-291-8/+10
* * src/conflicts.c (log_resolution): Fix indenting bugs I introduced.Paul Eggert2007-09-241-3/+2
* Pacify ./configure --enable-gcc-warnings.Joel E. Denny2007-09-241-1/+1
* * src/gram.c (rule_rhs_print_xml): Now static, since it isn't usedPaul Eggert2007-09-211-0/+613