]> git.saurik.com Git - bison.git/history - data
fix eof condition
[bison.git] / data /
2008-11-09  Akim DemailleUse a static hierarchy for symbols in the C++ parser.
2008-11-09  Akim DemailleUse inline for small operations.
2008-11-09  Akim DemailleIntroduce a hierarchy for symbols.
2008-11-09  Akim DemailleRename data_type and stack_symbol_type.
2008-11-09  Akim DemailleHandle semantic value and location together.
2008-11-09  Akim DemaillePush a complete symbol, not connected parts.
2008-11-09  Akim DemailleAgregate yylval and yylloc.
2008-11-09  Akim DemailleRely on the state stack to display reduction traces.
2008-11-09  Akim DemailleFuse yyval and yyloc into yylhs.
2008-11-07  Akim DemailleMoving push traces into yypush_.
2008-11-07  Akim DemailleThe single-stack C++ parser is now the standard one.
2008-11-07  Akim DemailleAvoid empty-if warnings.
2008-11-07  Akim DemailleDestroy the variants that remain on the stack in case...
2008-11-07  Akim DemailleAdd "%define assert" to variants.
2008-11-04  Akim DemailleUse b4_copyright_years.
2008-11-04  Akim DemailleFormatting changes.
2008-11-04  Akim DemailleFormatting changes.
2008-11-04  Akim DemailleRemove spurious initial empty lines.
2008-11-04  Akim DemailleDon't memcpy C++ structures.
2008-11-04  Akim DemailleSort methods.
2008-11-04  Akim DemailleUseless parens.
2008-11-04  Akim DemailleIssue missing synclines after user actions.
2008-11-04  Akim DemailleRemove trailing empty line.
2008-11-04  Akim DemailleFix output of copyright years.
2008-11-04  Akim DemailleAvoid the spurious initial empty line.
2008-11-04  Akim DemailleRemove parser::rhs_number_type.
2008-11-04  Akim DemailleFix iteration type.
2008-11-04  Akim DemailleFactor the declaration of the integer tables.
2008-11-03  Akim DemailleFix indentation of tables in lalr1.cc
2008-11-03  Akim DemailleDestroy the lhs symbols after reduction.
2008-11-03  Akim DemailleSimplify yysyntax_error_ use.
2008-11-03  Akim DemailleLet yy::variant::build return an lvalue.
2008-11-03  Akim DemailleDefine yy::variant only when needed.
2008-11-03  Akim DemailleFuse the three stacks into a single one.
2008-11-03  Akim DemaillePush the state, value, and location at the same time.
2008-11-03  Akim DemaillePrefer references to pointers.
2008-11-03  Akim Demaillestack::size instead of stack::height.
2008-11-03  Akim DemailleUse variants to support objects as semantic values.
2008-11-03  Akim DemailleParameterize the extraction of semantic values.
2008-11-03  Akim DemaillePrepare easier M4 changes.
2008-11-01  Di-an JanJava parser improvements
2008-10-31  Di-an JanCorrect visible errors in generated Javadoc.
2008-10-28  Akim DemailleSpace changes.
2008-10-28  Akim DemailleDon't define debugging functions when !YYDEBUG.
2008-10-28  Akim DemailleSpace and comments changes.
2008-10-18  Joel E. DennyFix yyerror_range for user-defined location type in...
2008-10-09  Paolo Bonzinismall but important bugfixes for the Java skeleton
2008-08-28  Eric BlakeResync m4sugar from autoconf.
2008-08-27  Akim DemailleSupport yyerrok in lalr1.cc.
2008-08-15  Eric BlakeRemaining m4sugar merge from autoconf.
2008-08-15  Eric BlakePartial m4sugar merge from autoconf: m4_map.
2008-08-07  Eric BlakePartial m4sugar merge from autoconf: m4_shiftn.
2008-08-07  Eric BlakePartial m4sugar merge from autoconf: m4_wrap vs. m4...
2008-08-05  Eric BlakePartial m4sugar merge from autoconf: builtins, version.m4.
2008-08-05  Eric BlakeFix comments in m4sugar.
2008-07-27  Joel E. DennyRemove remaining dependence on CVS Id keyword.
2008-07-14  Joel E. DennyAdd .gitignore everywhere based on .cvsignore.
2008-05-13  Joel E. Denny* data/yacc.c: Reformat m4 a little for readability.
2008-02-21  Wojciech Polak(xsl:template match="/"): Change footer text.
2008-02-20  Joel E. DennyFix impure push parser compile error reported by Bob...
2008-02-17  Joel E. Denny* data/Makefile.am (dist_pkgdata_DATA): Remove push.c.
2008-02-17  Joel E. Denny* data/bison.m4 (b4_percent_code_get): Output %code...
2008-01-19  Joel E. Denny* data/yacc.c: Update copyright for recent commit.
2008-01-10  Paul Eggert* data/yacc.c (yyparse): Correct the comment when locat...
2008-01-05  Wojciech Polakdata/xslt/xml2xhtml.xsl (xsl:template match="/"): Prece...
2007-12-15  Joel E. DennyIn XML output, remove redundant class attribute on...
2007-12-08  Joel E. Denny* data/xslt/bison.xsl (bison:ruleNumber): Rename to...
2007-11-26  Akim Demaille* data/Makefile.am (dist_pkgdata_DATA): Ship and instal...
2007-11-24  Joel E. DennyIn the XML output, list useless and unused symbols...
2007-11-10  Joel E. Denny* src/gram.c: Remove comments that duplicate comments...
2007-11-10  Joel E. Denny* data/bison.m4 (b4_cat): Put a newline after the end...
2007-11-08  Paolo Bonzini2007-11-08 Paolo Bonzini <bonzini@gnu.org>
2007-10-29  Joel E. DennyDeprecate %pure-parser and add `%define api.pure'....
2007-10-28  Joel E. Denny%define push_pull -> %define api.push_pull. Discussed...
2007-10-28  Joel E. DennyFor the XML output's terminal element, rename @number...
2007-10-21  Joel E. Denny* data/xslt/xml2dot.xsl (xsl:template match="automaton...
2007-10-17  Wojciech Polak(xsl:template match="terminal"): Use new attribute...
2007-10-11  Wojciech Polak(xsl:template match="item"): New.
2007-10-11  Wojciech Polak(xsl:template name="escape"): Write xsl:param "required...
2007-10-11  Wojciech Polak(bison:ruleNumber): New key. Improve processing time...
2007-10-09  Joel E. DennyMake xml2dot.xsl and --graph produce the same output.
2007-10-08  Joel E. DennyImprove C++ namespace support. Discussed starting at
2007-10-08  Joel E. DennyAdd syncline support and location accessor to internal...
2007-10-08  Joel E. DennyFix some error-reporting macro bugs.
2007-09-25  Joel E. DennyReplace `%push-parser' and `%push-pull-parser' with
2007-09-24  Wojciech Polakdata/Makefile.am (xsltdir): New variable.
2007-09-24  Wojciech PolakTransform XML into XHTML.
2007-09-24  Wojciech PolakTransform XML into plain text.
2007-09-24  Wojciech PolakTransform XML into DOT.
2007-08-28  Joel E. DennySpell "boolean" as "Boolean". Reported by Akim Demaille.
2007-08-18  Joel E. DennyIn impure push mode, don't allow more than one yypstate...
2007-08-15  Paul EggertUpdate to GPLv3.
2007-08-03  Joel E. Denny* data/yacc.c (yyexhaustedlab): Define it when YYERROR_...
2007-07-28  Joel E. DennyFix push parsing memory leak reported by Brandon Lucia at
2007-07-02  Joel E. Denny* data/glr.c (yy_yypstack, yypstates, yypdumpstack...
2007-05-26  Joel E. Denny* data/glr.c (yylval): As in yacc.c, don't extern in...
2007-05-20  Joel E. DennyExtend the front-end API for %define variables to more...
2007-03-09  Paolo Bonzini2007-03-07 Paolo Bonzini <bonzini@gnu.org>
2007-03-02  Joel E. DennyMiscellaneous %define and %code cleanup.
2007-02-27  Paolo Bonzini2007-02-27 Paolo Bonzini <bonzini@gnu.org>
next