summaryrefslogtreecommitdiff
path: root/data
Commit message (Expand)AuthorAgeFilesLines
...
* Correct visible errors in generated Javadoc.Di-an Jan2008-10-311-7/+7
* Space changes.Akim Demaille2008-10-281-1/+1
* Don't define debugging functions when !YYDEBUG.Akim Demaille2008-10-281-0/+2
* Space and comments changes.Akim Demaille2008-10-284-9/+15
* Fix yyerror_range for user-defined location type in C++.Joel E. Denny2008-10-181-1/+1
* small but important bugfixes for the Java skeletonPaolo Bonzini2008-10-091-2/+2
* Resync m4sugar from autoconf.Eric Blake2008-08-272-29/+84
* Support yyerrok in lalr1.cc.Akim Demaille2008-08-271-0/+4
* Remaining m4sugar merge from autoconf.Eric Blake2008-08-153-281/+1480
* Partial m4sugar merge from autoconf: m4_map.Eric Blake2008-08-153-30/+86
* Partial m4sugar merge from autoconf: m4_shiftn.Eric Blake2008-08-063-27/+78
* Partial m4sugar merge from autoconf: m4_wrap vs. m4 1.6.Eric Blake2008-08-062-6/+42
* Partial m4sugar merge from autoconf: builtins, version.m4.Eric Blake2008-08-051-18/+23
* Fix comments in m4sugar.Eric Blake2008-08-051-71/+84
* Remove remaining dependence on CVS Id keyword.Joel E. Denny2008-07-274-7/+3
* Add .gitignore everywhere based on .cvsignore.Joel E. Denny2008-07-141-0/+2
* * data/yacc.c: Reformat m4 a little for readability.Joel E. Denny2008-05-131-30/+25
* (xsl:template match="/"): Change footer text.Wojciech Polak2008-02-211-6/+5
* Fix impure push parser compile error reported by Bob Rossi atJoel E. Denny2008-02-201-16/+12
* * data/Makefile.am (dist_pkgdata_DATA): Remove push.c.Joel E. Denny2008-02-173-1878/+336
* * data/bison.m4 (b4_percent_code_get): Output %code block comments likeJoel E. Denny2008-02-172-42/+38
* * data/yacc.c: Update copyright for recent commit.Joel E. Denny2008-01-191-1/+1
* * data/yacc.c (yyparse): Correct the comment when locations aren't used.Paul Eggert2008-01-101-4/+4
* data/xslt/xml2xhtml.xsl (xsl:template match="/"): Precede an XHTMLWojciech Polak2008-01-051-3/+6
* In XML output, remove redundant class attribute on symbol element.Joel E. Denny2007-12-152-1/+11
* * data/xslt/bison.xsl (bison:ruleNumber): Rename to...Joel E. Denny2007-12-084-50/+64
* * data/Makefile.am (dist_pkgdata_DATA): Ship and install bison.xsl.Akim Demaille2007-11-261-3/+4
* In the XML output, list useless and unused symbols and rules with theJoel E. Denny2007-11-242-107/+149
* * src/gram.c: Remove comments that duplicate comments in gram.h.Joel E. Denny2007-11-102-24/+27
* * data/bison.m4 (b4_cat): Put a newline after the end delimiter of theJoel E. Denny2007-11-101-1/+2
* 2007-11-08 Paolo Bonzini <bonzini@gnu.org>Paolo Bonzini2007-11-081-4/+3
* Deprecate %pure-parser and add `%define api.pure'. Discussed startingJoel E. Denny2007-10-295-15/+33
* %define push_pull -> %define api.push_pull. Discussed starting atJoel E. Denny2007-10-282-5/+6
* For the XML output's terminal element, rename @number to @token-number,Joel E. Denny2007-10-282-4/+4
* * data/xslt/xml2dot.xsl (xsl:template match="automaton/state"): AfterJoel E. Denny2007-10-212-26/+40
* (xsl:template match="terminal"): Use new attribute names.Wojciech Polak2007-10-172-9/+9
* (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
* Make xml2dot.xsl and --graph produce the same output.Joel E. Denny2007-10-094-80/+265
* Improve C++ namespace support. Discussed starting atJoel E. Denny2007-10-084-42/+74
* Add syncline support and location accessor to internal %defineJoel E. Denny2007-10-081-12/+46
* Fix some error-reporting macro bugs.Joel E. Denny2007-10-081-28/+63
* Replace `%push-parser' and `%push-pull-parser' withJoel E. Denny2007-09-258-31/+63
* 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
* Spell "boolean" as "Boolean". Reported by Akim Demaille.Joel E. Denny2007-08-281-1/+1
* In impure push mode, don't allow more than one yypstate to be allocatedJoel E. Denny2007-08-181-6/+18