]> git.saurik.com Git - bison.git/history - data
doc: help Doxygen find our files.
[bison.git] / data /
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 Demailledoc: c++: complete the location documentation.
2012-03-31  Akim Demaillec++: locations: provide convenience constructors.
2012-03-31  Akim Demaillec++: locations: remove useless "inline".
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-27  Tim LandscheidtJava: Fix syntax error handling without error token.
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-03-19  Akim Demailleglr.c: remove (broken) support for YYPRINT.
2012-02-21  Akim Demailleglr: fix ambiguity reports.
2012-02-19  Akim Demaillemaint: address sc_prohibit_doubled_word.
2012-02-19  Akim Demaillemaint: address sc_prohibit_always-defined_macros.
2012-02-19  Akim Demaillemaint: address sc_prohibit_doubled_word.
2012-02-19  Akim Demaillemaint: address sc_prohibit_always-defined_macros.
2012-02-19  Akim Demaillemaint: fix some syntax-check issues.
2012-02-18  Akim Demaillemaint: fix some syntax-check issues.
2012-02-10  Akim Demaillelalr1.cc: also handle syntax_error when calling yylex.
2012-02-10  Akim Demaillemaint: more silent rules.
2012-02-10  Akim Demailleskeletons: simplify the protections against "unused...
2012-02-10  Akim Demailleglr: formatting changes.
2012-02-08  Akim Demailleuse a more consistent quoting style.
2012-02-08  Akim Demailleuse a more consistent quoting style.
2012-01-26  Akim Demailleyacc: fix YYBACKUP.
2012-01-26  Akim Demailleyacc: fix YYBACKUP.
2012-01-24  Jim Meyeringchange more quotes in source, and adjust tests to match
2012-01-19  Jim Meyeringchange more quotes in source, and adjust tests to match
2012-01-15  Akim Demaillejava: fix reduction traces.
2012-01-13  Akim Demaillemaint: run "make update-copyright".
2012-01-13  Tim Landscheidtjava: remove unused variable.
2012-01-13  Jim Meyeringmaint: run "make update-copyright".
2012-01-11  Tim Landscheidtjava: remove used variable
2011-08-21  Joel E. Dennylalr1.cc: remove trailing comma from enumerator list.
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-03-07  Joel E. Dennyjava: fix parser tracing bug.
2011-03-07  Joel E. Dennyjava: finish fixing parser stack popping bug.
2011-03-07  Angelo Borsottijava: fix parser stack popping bug.
2011-03-07  Joel E. Dennyjava: fix parser tracing bug.
2011-03-07  Joel E. Dennyjava: finish fixing parser stack popping bug.
2011-03-07  Angelo Borsottijava: fix parser stack popping bug.
2011-02-20  Bernd Kieferjava: fix location handling bug.
2011-02-20  Bernd Kieferjava: fix location handling bug.
2011-01-25  Joel E. Denny* data/yacc.c: Fix last apostrophe warning from xgettext.
2011-01-25  Joel E. Denny* data/yacc.c: Fix last apostrophe warning from xgettext.
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-12-24  Joel E. Dennyparse.lac: implement exploratory stack reallocations.
2010-12-24  Joel E. Dennyparse.lac: implement as %define variable.
2010-12-11  Joel E. Dennyparse.lac: implement exploratory stack reallocations.
2010-12-11  Joel E. Dennyparse.lac: implement as %define variable.
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-10-31  Joel E. Dennyyysyntax_error: improve invocation readability.
2010-10-31  Joel E. Dennyyysyntax_error: improve invocation readability.
2010-10-16  Paul EggertFix portability problem on OpenBSD 4.7.
2010-10-08  Paul EggertFix portability problem on OpenBSD 4.7.
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-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 Demaillecomment change.
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-05-02  Joel E. Dennytests: fix maintainer-xml-check.
2010-05-02  Joel E. Dennytests: fix maintainer-xml-check.
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 DemaillePropagate i18n changes into glr.c.
2009-12-29  Joel E. DennyPort small part of master's 11707b2b so future ports...
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-22  Joel E. DennyFix handling of yychar manipulation in user semantic...
2009-12-22  Joel E. DennyFix handling of yychar manipulation in user semantic...
2009-12-22  Joel E. DennyYYFAIL: warn about uses and remove from lalr1.java.
2009-12-22  Joel E. DennyYYFAIL: deprecate.
next