]> git.saurik.com Git - bison.git/history - data/lalr1.cc
Merge remote-tracking branch 'origin/maint'
[bison.git] / data / lalr1.cc
2012-06-13  Akim DemailleMerge remote-tracking branch 'origin/maint'
2012-06-05  Akim DemailleMerge remote-tracking branch 'origin/maint'
2012-05-24  Akim DemailleMerge tag 'v2.5.1_rc2'
2012-05-21  Akim Demaillec++: compute the header guards.
2012-05-21  Akim Demaillelalr1.cc: improve Doxygen documentation.
2012-05-21  Akim Demaillelalr1.cc: extract stack.hh.
2012-05-04  Akim DemailleMerge remote-tracking branch 'origin/master'
2012-05-04  Akim DemailleMerge remote-tracking branch 'origin/maint'
2012-04-16  Akim Demaille%printer: support both yyo and yyoutput.
2012-04-16  Akim Demaille%printer: support both yyo and yyoutput.
2012-04-01  Akim Demaillec++: more YY_NULL
2012-04-01  Akim DemailleMerge remote-tracking branch 'origin/maint'
2012-04-01  Akim Demaillebump to 2012 in skeletons.
2012-03-31  Akim Demaillec++: use nullptr for C++11.
2012-03-19  Akim DemailleMerge remote-tracking branch 'fsf/maint'
2012-02-10  Akim Demaillelalr1.cc: also handle syntax_error when calling yylex.
2012-02-10  Akim Demailleskeletons: simplify the protections against "unused...
2012-01-13  Akim Demaillemaint: run "make update-copyright".
2012-01-13  Jim Meyeringmaint: run "make update-copyright".
2011-08-21  Joel E. Dennylalr1.cc: remove trailing comma from enumerator list.
2011-07-24  Joel E. Dennyglobal: remove unnecessary horizontal tabs.
2011-01-02  Joel E. Dennymaint: run "make update-copyright".
2011-01-02  Joel E. Dennymaint: run "make update-copyright".
2010-11-07  Joel E. Dennyyysyntax_error: adjust prior fixes for branch-2.5's...
2010-11-07  Joel E. Dennyyysyntax_error: fix for consistent error with lookahead.
2010-11-07  Joel E. Dennyyysyntax_error: fix for consistent error with lookahead.
2010-11-07  Joel E. Dennyyysyntax_error: more preparation for readability of...
2010-11-07  Joel E. Dennyyysyntax_error: prepare for readability of next patches.
2010-11-07  Joel E. Dennyyysyntax_error: more preparation for readability of...
2010-11-07  Joel E. Dennyyysyntax_error: prepare for readability of next patches.
2010-06-23  Paul EggertDo not use date ranges in copyright notices.
2010-06-18  Paul EggertDo not use date ranges in copyright notices.
2010-05-12  Akim Demaillelalrl1.cc: give a chance to user defined YYLLOC_DEFAULT.
2010-05-12  Akim Demaillelalrl1.cc: give a chance to user defined YYLLOC_DEFAULT.
2010-05-12  Akim Demaillec++: use YYRHSLOC.
2010-05-10  Akim Demaillec++: use YYRHSLOC.
2010-05-09  Akim Demaillelalr1.cc: don't generate location.hh when location_type...
2010-05-04  Akim Demaillelalr1.cc: don't generate location.hh when location_type...
2010-05-04  Akim Demaillelalr1.cc: minor refactoring.
2010-04-14  Akim Demaillelalr1.cc: remove useless forward declaration.
2010-04-13  Akim Demaillelalr1.cc: remove useless forward declaration.
2010-04-10  Joel E. Dennyportability: fix pointer arithmetic to conform to C...
2010-04-10  Joel E. Dennyportability: fix pointer arithmetic to conform to C...
2010-01-04  Joel E. Dennymaint: run "make update-copyright"
2010-01-04  Joel E. Dennymaint: run "make update-copyright"
2009-12-29  Akim DemailleSimplify the i18n of the error messages.
2009-12-29  Akim DemaillePrefer M4 to CPP.
2009-12-29  Akim DemailleSupport i18n of the parse error messages.
2009-12-29  Joel E. DennyPort small part of master's 8901f32e so future ports...
2009-12-19  Joel E. Dennylalr1.cc: don't discard non-existent lookahead on synta...
2009-12-16  Jonathan NiederAvoid warnings from gcc -Wundef y.tab.c.
2009-12-16  Jonathan NiederAvoid warnings from gcc -Wundef y.tab.c.
2009-09-16  Akim Demaillelalr1.cc: factor the yytranslate_ invocation in make_SY...
2009-09-09  Akim Demaillelalr1.cc: syntax_error as exceptions.
2009-08-26  Joel E. DennyActually handle the yytable zero value correctly this...
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-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-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 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-04-23  Joel E. DennyRename "default rule" to "default reduction".
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 DemailleRemove spurious initial empty lines.
2009-04-03  Akim DemailleTreat %debug as %define debug.
2009-04-03  Akim DemailleTreat %error-verbose as %define error_verbose.
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 DemailleComment changes.
2009-02-25  Akim DemailleComment change.
2009-02-19  Akim DemailleMake yyparser::error public.
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 DemailleSimplify the i18n of the error messages.
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-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-25  Akim Demailleb4_tables_map.
2008-11-25  Akim Demailleb4_table_declare.
2008-11-25  Akim Demailleb4_args is more general than only C++.
2008-11-18  Akim DemailleUse b4_subtract where possible.
2008-11-15  Akim DemailleSupport parametric types.
2008-11-15  Akim DemailleInstead of using make_symbol<TOK_FOO>, generate make_FO...
2008-11-13  Akim Demaille%define token.prefix.
2008-11-13  Akim DemailleCompute at M4 time some of the subtractions.
next