summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Automate regression testing of the XML/XSLT implementation. DiscussedJoel E. Denny2007-12-2225-160/+278
* In XML output, remove redundant class attribute on symbol element.Joel E. Denny2007-12-158-19/+66
* * data/xslt/bison.xsl (bison:ruleNumber): Rename to...Joel E. Denny2007-12-086-109/+98
* Don't let --report affect XML output; always print all information.Joel E. Denny2007-12-017-209/+217
* * data/Makefile.am (dist_pkgdata_DATA): Ship and install bison.xsl.Akim Demaille2007-11-262-3/+8
* In the XML output, list useless and unused symbols and rules with theJoel E. Denny2007-11-2411-246/+244
* Accept --report-file=FILE to override the default `.output' filename.Joel E. Denny2007-11-188-5/+38
* * doc/yacc.1.in: New.Akim Demaille2007-11-145-7/+62
* * src/gram.c: Remove comments that duplicate comments in gram.h.Joel E. Denny2007-11-1014-224/+214
* * data/bison.m4 (b4_cat): Put a newline after the end delimiter of theJoel E. Denny2007-11-104-1/+12
* 2007-11-08 Paolo Bonzini <bonzini@gnu.org>Paolo Bonzini2007-11-082-4/+7
* Remove Id: from bison.1.Akim Demaille2007-11-053-5/+18
* * build-aux/Makefile.am: Ship cross-options.pl.Akim Demaille2007-11-053-9/+16
* * doc/Makefile.am: Complete the previous checkin.Akim Demaille2007-11-041-1/+8
* Generate the long/short option cross-table.Akim Demaille2007-11-043-71/+97
* Generate bison.1 using help2man.Akim Demaille2007-11-046-286/+236
* Complete --help.Akim Demaille2007-11-042-3/+20
* Find sha1sum when named gsha1sum.Akim Demaille2007-11-042-10/+47
* Fix tabs.Akim Demaille2007-11-041-32/+32
* Deprecate %pure-parser and add `%define api.pure'. Discussed startingJoel E. Denny2007-10-2920-262/+397
* %define push_pull -> %define api.push_pull. Discussed starting atJoel E. Denny2007-10-289-51/+96
* For the XML output's terminal element, rename @number to @token-number,Joel E. Denny2007-10-284-7/+21
* * data/xslt/xml2dot.xsl (xsl:template match="automaton/state"): AfterJoel E. Denny2007-10-214-27/+60
* Add %define lr.keep_unreachable_states.Joel E. Denny2007-10-195-12/+86
* * NEWS: Add entry for recent .output file lookahead set fix.Joel E. Denny2007-10-194-6/+24
* 2007-10-17 Wojciech Polak <polak@gnu.org>Wojciech Polak2007-10-171-0/+10
* (xsl:template match="terminal"): Use new attribute names.Wojciech Polak2007-10-172-9/+9
* 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-176-4/+63
* * src/print-xml.c (print_core): Remove item setWojciech Polak2007-10-111-0/+13
* (xsl:template match="item"): New.Wojciech Polak2007-10-112-28/+122
* (xsl:template name="escape"): Write xsl:param "required" attribute as comment.Wojciech Polak2007-10-111-1/+1
* (bison:ruleNumber): New key. Improve processing time. Suggested by Joel E. De...Wojciech Polak2007-10-111-0/+6
* (print_core): Remove item set redundancy.Wojciech Polak2007-10-111-20/+24
* * src/getargs.c (version): Update copyright year.Joel E. Denny2007-10-092-1/+5
* Make xml2dot.xsl and --graph produce the same output.Joel E. Denny2007-10-0910-134/+324
* Improve C++ namespace support. Discussed starting atJoel E. Denny2007-10-088-63/+309
* Add syncline support and location accessor to internal %defineJoel E. Denny2007-10-085-34/+181
* Fix some error-reporting macro bugs.Joel E. Denny2007-10-084-34/+184
* Implement --print-datadir.Joel E. Denny2007-10-054-6/+34
* * src/print-xml.c (escape_bufs): New static global variableJoel E. Denny2007-09-293-9/+19
* Replace `%push-parser' and `%push-pull-parser' withJoel E. Denny2007-09-2522-698/+756
* UpdatedWojciech Polak2007-09-241-1/+13
* data/Makefile.am (xsltdir): New variable.Wojciech Polak2007-09-241-0/+6
* Transform XML into XHTML.Wojciech Polak2007-09-241-0/+648
* Transform XML into plain text.Wojciech Polak2007-09-241-0/+432
* Transform XML into DOT.Wojciech Polak2007-09-241-0/+179
* * src/conflicts.c (log_resolution): Fix indenting bugs I introduced.Paul Eggert2007-09-243-6/+13
* Pacify ./configure --enable-gcc-warnings.Joel E. Denny2007-09-246-3/+12
* * src/gram.c (rule_rhs_print_xml): Now static, since it isn't usedPaul Eggert2007-09-2120-15/+1045