]> git.saurik.com Git - bison.git/history - data
Locations are no longer required by lalr1.cc.
[bison.git] / data /
2008-11-11  Akim DemailleLocations are no longer required by lalr1.cc.
2008-11-11  Akim DemailleSimplify lalr1.cc since %defines is mandatory.
2008-11-11  Akim DemaillePrefer M4 to CPP.
2008-11-11  Akim DemailleSupport i18n of the parse error messages.
2008-11-11  Akim DemailleMake it possible to return a symbol_type from yylex.
2008-11-11  Akim DemailleReplace yychar with a Boolean.
2008-11-11  Akim DemailleLet yytranslate handle the eof case.
2008-11-11  Akim Demailleyychar cannot be empty in yyerrlab.
2008-11-11  Akim DemailleIntroduce make_symbol.
2008-11-11  Akim DemailleGet rid of tabulations in the Java output.
2008-11-10  Di-an JanWork around Java's ``code too large'' problem for parse...
2008-11-10  Di-an JanVarious Java skeleton improvements.
2008-11-10  Akim DemailleFormatting changes.
2008-11-10  Akim DemailleMore information about the symbols.
2008-11-10  Akim DemailleMake parser::yytranslate static.
2008-11-10  Akim DemailleAvoid trailing spaces.
2008-11-10  Akim DemailleUse "enum" for integral constants.
2008-11-10  Akim DemailleFormatting changes.
2008-11-10  Akim DemailleClassify symbols by type-name.
2008-11-10  Akim DemailleChange the handling of the symbols in the skeletons.
2008-11-10  Akim DemailleSupport constructor with an argument.
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...
next