]> git.saurik.com Git - bison.git/history - data
Add gcc's -Wundef to test suite and fix another warning from it.
[bison.git] / data /
2009-12-16  Joel E. DennyAdd gcc's -Wundef to test suite and fix another warning...
2009-12-16  Joel E. Denny* data/yacc.c: Reformat m4 a little.
2009-12-16  Jonathan NiederSimplify y.tab.c when location tracking is disabled.
2009-12-16  Jonathan NiederAvoid warnings from gcc -Wundef y.tab.c.
2009-10-08  Joel E. Denny* data/bison.m4: Update comments for rename to muscle...
2009-10-04  Joel E. Dennyyysyntax_error: avoid duplicate lookahead collection.
2009-09-16  Akim Demaillelalr1.cc: factor the yytranslate_ invocation in make_SY...
2009-09-10  Joel E. DennyClean up yacc.c a little.
2009-09-09  Akim Demaillelalr1.cc: syntax_error as exceptions.
2009-09-09  Akim Demaillelalr1.cc: add missing "inline".
2009-09-05  Joel E. DennyComplain about unused %define variables and %code quali...
2009-09-03  Joel E. DennyDon't suppress warnings about unused parse.error.
2009-08-26  Joel E. DennyActually handle the yytable zero value correctly this...
2009-08-26  Joel E. DennyMore fixes related to last two patches.
2009-08-25  Joel E. DennyFix %error-verbose for conflicts resolved by %nonassoc.
2009-08-25  Joel E. DennySome code and documentation improvements.
2009-08-19  Akim Demaillevariables: simplify the upgrade of namespace into api...
2009-08-19  Akim Demaillelalr1.cc: use state_type.
2009-08-19  Akim Demaillelalr1.cc: get rid of yyparse's yystate.
2009-08-19  Akim Demaillelalr1.cc: destroy $$ when YYERROR is called.
2009-08-06  Joel E. Dennymaint: run "make update-copyright"
2009-08-05  Joel E. Dennymaint: automate b4_copyright updates.
2009-06-29  Akim Demailleparse.error: fix.
2009-06-29  Akim Demaillevariables: parse.error
2009-06-24  Akim Demaillevariables: rename namespace as api.namespace.
2009-06-11  Akim Demaillestyle changes.
2009-05-23  Joel E. DennyUpdate some comments to make sense for -D.
2009-05-20  Joel E. Denny* data/c++.m4 (b4_namespace_close): Simplify slightly.
2009-05-19  Joel E. DennyHandle a trailing `:' in a user-supplied C++ namespace...
2009-05-15  Akim DemailleRename token.prefix as api.tokens.prefix.
2009-04-30  Joel E. DennyConvert underscores to dashes in some %define variable...
2009-04-24  Joel E. DennyList accepted values for a %define enum variable with...
2009-04-23  Joel E. DennyRename "default rule" to "default reduction".
2009-04-20  Akim Demaillevariables: prefer error-verbose to error_verbose.
2009-04-20  Akim Demaillevariables: accept dashes.
2009-04-14  Akim Demaillevariables: use `parse.assert' instead of `assert'.
2009-04-14  Akim Demaillevariables: use `parse.assert' instead of `debug'.
2009-04-06  Akim Demailleparser: handle %locations as %define locations.
2009-04-03  Akim DemailleTreat %debug as %define debug.
2009-04-03  Akim DemailleTreat %error-verbose as %define error_verbose.
2009-04-03  Joel E. DennyFix strange %define locations for default values.
2009-03-27  Akim Demaillelalr1.cc: avoid GCC 4.3 warnings.
2009-03-02  Akim DemailleComment changes.
2009-03-02  Akim DemailleShare b4_yytranslate_define.
2009-03-02  Akim DemailleDub make_TOKEN as a public type interface.
2009-03-02  Akim DemailleCoding style changes.
2009-03-02  Akim DemailleFactor b4_assert_if, b4_lex_symbol_if, and b4_variant_if.
2009-03-02  Akim DemailleDub symbol_type_base as a public type.
2009-03-02  Akim Demailleb4_public_types_declare.
2009-03-02  Akim Demailleb4_semantic_type_declare.
2009-02-25  Akim DemailleRemove useless arguments.
2009-02-25  Akim DemailleComment changes.
2009-02-25  Akim DemailleFix glr.cc's debug level handling.
2009-02-25  Akim DemailleCopyright years.
2009-02-25  Akim DemailleComment change.
2009-02-19  Akim DemailleMake yyparser::error public.
2009-02-19  Akim DemailleComment changes.
2009-02-19  Akim DemailleRemove trailing blanks.
2009-02-19  Akim DemailleUse b4_c_modern.
2009-02-19  Akim DemailleComment changes.
2009-02-19  Akim DemailleExtract variant.hh
2009-02-19  Akim DemailleExtract stack.hh from lalr1.cc.
2009-01-28  Samuel TardieuForce a large alignment of a variant structure.
2008-12-11  Akim DemaillePass the token type to yysyntax_error.
2008-12-11  Akim DemailleFormatting changes.
2008-12-11  Akim DemaillePropagate i18n changes into glr.c.
2008-12-11  Akim DemailleSimplify the i18n of the error messages.
2008-12-08  Akim DemailleUpdate data/README.
2008-12-08  Akim DemailleInstall autoconf as a submodule to get m4sugar.
2008-12-08  Akim DemailleTest token.prefix in all the skeletons.
2008-12-01  Akim DemailleUse b4_symbol for printers and destructors everywhere.
2008-12-01  Akim DemailleUse b4_symbol_case_.
2008-12-01  Akim DemailleMove b4_symbol based macro to bison.m4.
2008-12-01  Akim Demailleb4_symbol/type_foreach.
2008-12-01  Akim DemailleUse the symbol properties to output the printer/destruc...
2008-12-01  Akim DemailleRemove spurious empty line before syncline.
2008-11-26  Akim DemailleUse b4_parser_tables_define in glr.cc.
2008-11-26  Akim DemailleUse b4_parser_tables_define in Java.
2008-11-26  Akim DemaillePrepare the convergence bw C style and Java table gener...
2008-11-26  Akim DemailleFactor the generation of the (integral) tables bw yacc...
2008-11-26  Akim DemailleGet rid of lalr1-split.cc.
2008-11-26  Akim DemailleUse yy* consistently.
2008-11-25  Akim DemailleGet rid of yyrhs and yyprhs in glr.c.
2008-11-25  Akim DemailleGet rid of yyrhs and yyprhs in larl1.java.
2008-11-25  Akim DemailleGet rid of yyrhs and yyprhs in yacc.c.
2008-11-25  Akim Demailleb4_tables_map.
2008-11-25  Akim Demailleb4_table_declare.
2008-11-25  Akim DemailleFormatting changes.
2008-11-25  Akim Demailleb4_args is more general than only C++.
2008-11-19  Joel E. DennyFix unexpanded macros in GLR defines file.
2008-11-18  Akim DemailleUse b4_subtract where possible.
2008-11-18  Akim DemailleRemove incorrect mode specification.
2008-11-16  Akim DemailleUpdate ignores.
2008-11-15  Akim DemailleSupport parametric types.
2008-11-15  Akim DemailleFormatting change.
2008-11-15  Akim DemailleComment changes.
2008-11-15  Akim DemailleRemove data/Makefile.am.
2008-11-15  Akim DemailleProvide convenience constructors for locations and...
2008-11-15  Akim DemailleInstead of using make_symbol<TOK_FOO>, generate make_FO...
2008-11-13  Akim Demaille%define token.prefix.
next