]> git.saurik.com Git - bison.git/history - data/glr.c
c++: fix a comment
[bison.git] / data / glr.c
2012-08-02  Akim Demailleskeletons: simplify after knr removal
2012-08-02  Akim Demailleskeletons: renamings after knr removal
2012-08-02  Akim Demailleskeletons: remove K&R C support
2012-07-31  Akim DemailleMerge branch 'maint'
2012-07-31  Akim Demailleskeletons: style changes
2012-07-27  Akim DemailleMerge remote-tracking branch 'origin/maint'
2012-07-27  Akim Demaillealso support $<foo>$ in the %initial-action
2012-07-22  Akim Demailleoutput: no longer use b4_tokens.
2012-07-19  Akim DemailleMerge remote-tracking branch 'origin/maint'
2012-07-06  Akim DemailleMerge remote-tracking branch 'origin/maint'
2012-07-04  Akim DemailleMerge remote-tracking branch 'origin/maint'
2012-07-04  Akim Demailleglr.cc: do not override C++ definitions by C macros.
2012-07-04  Akim DemailleYYLLOC_DEFAULT: factor, and don't export it in headers.
2012-07-04  Akim Demailleapi.prefix: do not use #define to handle YYSTYPE_IS_TRI...
2012-07-04  Akim Demailleapi.prefix: also rename YYDEBUG.
2012-07-02  Akim DemailleMerge remote-tracking branch 'origin/maint'
2012-06-29  Akim Demailleapi.prefix.
2012-06-28  Akim DemailleMerge remote-tracking branch 'origin/maint'
2012-06-27  Akim Demaillec++: do not export YYTOKEN_TABLE and YYERROR_VERBOSE.
2012-06-26  Akim DemailleMerge remote-tracking branch 'origin/maint'
2012-06-26  Akim DemailleMerge remote-tracking branch 'origin/maint'
2012-06-25  Akim DemailleMerge remote-tracking branch 'origin/maint'
2012-06-21  Akim Demailleskeletons: minor style changes
2012-06-21  Akim Demaillec skeletons: factor the declaration of yylloc and yylval.
2012-06-19  Akim DemailleMerge remote-tracking branch 'origin/maint'
2012-06-15  Akim Demailleglr.c, yacc.c: declare yydebug in the header.
2012-06-15  Akim Demailleskeletons: use header guards.
2012-06-15  Akim Demailleyacc.c: instead of duplicating y.tab.h inside y.tac...
2012-06-13  Akim DemailleMerge remote-tracking branch 'origin/maint'
2012-06-12  Akim Demailleskeletons: factor yacc.c and glr.c.
2012-06-12  Akim Demailleglr.c: minor refactoring.
2012-06-05  Akim DemailleMerge remote-tracking branch 'origin/maint'
2012-05-24  Akim DemailleMerge tag 'v2.5.1_rc2'
2012-05-09  Akim Demailleglr.c: reduce variable scopes.
2012-05-04  Akim Demailleglr.c: formatting changes.
2012-05-04  Akim DemailleMerge remote-tracking branch 'origin/master'
2012-05-04  Akim Demailleglr.c: untabify.
2012-05-04  Akim DemailleMerge remote-tracking branch 'origin/maint'
2012-04-10  Akim Demailleglr: eliminate last bits of unwanted locations.
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 Demailleglr: do not use locations when they are not requested
2012-03-31  Akim Demaillec++: use nullptr for C++11.
2012-03-19  Akim DemailleMerge remote-tracking branch 'fsf/maint'
2012-03-19  Akim Demaillec.m4: better newline control with b4_parse_param_use.
2012-02-21  Akim Demailleglr: fix ambiguity reports.
2012-02-10  Akim Demailleskeletons: simplify the protections against "unused...
2012-02-10  Akim Demailleglr: formatting changes.
2012-01-13  Akim Demaillemaint: run "make update-copyright".
2012-01-13  Jim Meyeringmaint: run "make update-copyright".
2011-07-24  Joel E. Dennyglobal: remove unnecessary horizontal tabs.
2011-04-16  Joel E. Dennyglr.c: omit yyresolveLocations when locations are disabled.
2011-04-16  Joel E. Dennyglr.c: omit yyresolveLocations when locations are disabled.
2011-01-25  Paul EggertFix minor problems encountered by a fresh bootstrap.
2011-01-10  Paul EggertFix minor problems encountered by a fresh bootstrap.
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: 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-09-09  Paul HilfingerRemove compiler warnings in GLR parsers.
2010-09-08  Paul HilfingerFix some errors that were causing testsuite failures...
2010-09-01  Akim DemailleAddress GCC warnings about shadowed local variables...
2010-08-04  Paul HilfingerRemove restrictions on expanding GLR stacks in C++.
2010-07-24  Paul HilfingerAllow specification of semantic predicates.
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-01-04  Joel E. Dennymaint: run "make update-copyright"
2010-01-04  Joel E. Dennymaint: run "make update-copyright"
2009-12-29  Akim DemaillePropagate i18n changes into glr.c.
2009-12-16  Joel E. DennyAdd gcc's -Wundef to test suite and fix another warning...
2009-12-16  Joel E. DennyAdd gcc's -Wundef to test suite and fix another warning...
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-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: get rid of yyparse's yystate.
2009-04-23  Joel E. DennyRename "default rule" to "default reduction".
2009-04-23  Joel E. DennyRename "default rule" to "default reduction".
2009-04-14  Akim Demaillevariables: use `parse.assert' instead of `debug'.
2009-04-06  Akim DemailleCopyright years.
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-02-25  Akim DemailleRemove useless arguments.
2009-02-25  Akim DemailleCopyright years.
2009-02-19  Akim DemailleRemove trailing blanks.
2008-12-11  Akim DemailleFormatting changes.
2008-12-11  Akim DemaillePropagate i18n changes into glr.c.
2008-11-26  Akim DemailleUse b4_parser_tables_define in glr.cc.
next