]> git.saurik.com Git - bison.git/history - tests/actions.at
errors: indent missing action code semicolon warning
[bison.git] / tests / actions.at
2012-12-03  Theophile Ranqueterrors: indent missing action code semicolon warning
2012-11-30  Akim Demailleyacc.c, glr.c: check and fix the display of locations
2012-11-30  Akim Demailleformatting changes
2012-11-29  Theophile Ranquetyacc.c: support "%define api.pure full"
2012-11-26  Akim DemailleMerge remote-tracking branch 'origin/branch-2.6' into...
2012-11-23  Theophile Ranquetyacc.c: always initialize yylloc
2012-11-08  Akim DemailleMerge branch 'branch-2.6' into maint
2012-11-07  Akim Demailletests: syntax-check
2012-11-06  Akim DemailleMerge branch 'branch-2.6' into maint
2012-11-06  Akim Demailletests: remove useless location initializations
2012-11-06  Akim Demailleglr.cc, yacc.c: initialize yylloc properly
2012-11-06  Akim Demailleyacc.c, glr.c: a better YY_LOCATION_PRINT
2012-11-05  Akim Demailletests: fix locations in C
2012-11-05  Akim Demailletests: simplifications
2012-11-01  Akim Demailletests: cosmetic changes
2012-07-27  Akim Demailletests: do not depend on __cplusplus to decide for C...
2012-07-27  Akim Demaillealso support $<foo>$ in the %initial-action
2012-07-26  Akim Demaillesupport $<tag>$ in printers and destructors
2012-06-28  Akim Demailletests: use the generalized default yylex.
2012-06-28  Akim Demailletests: AT_YYERROR_DEFINE: prepare for list of ints.
2012-06-26  Akim Demailletests: use the generic yyerror function.
2012-06-26  Akim Demailletests: use assert instead of plain abort.
2012-06-22  Akim Demailletests: more uniformity.
2012-06-22  Akim Demailletests: handle locations in the generic yyerror functions.
2012-06-21  Akim Demailletests: factor.
2012-06-17  Akim Demailletests: factor the declaration/definition of yyerror...
2012-04-16  Akim Demailletests: style changes.
2012-03-31  Akim Demaillec++: use nullptr for C++11.
2012-01-26  Akim Demailletests: fix expected output.
2012-01-26  Akim Demailleyacc: fix YYBACKUP.
2012-01-23  Jim Meyeringquote consistently and make tests pass with new quoting...
2012-01-13  Akim Demaillemaint: run "make update-copyright".
2011-04-16  Joel E. Dennytests: pacify gcc 4.6.0's -Wunused-but-set-variable.
2011-02-06  Joel E. DennyDo not allow identifiers that start with a dash.
2011-01-02  Joel E. Dennymaint: run "make update-copyright".
2010-06-23  Paul EggertDo not use date ranges in copyright notices.
2010-01-04  Joel E. Dennymaint: run "make update-copyright"
2009-12-22  Joel E. DennyFix handling of yychar manipulation in user semantic...
2009-08-06  Joel E. Dennymaint: run "make update-copyright"
2009-04-17  Akim DemailleFix portability issue in the test suite.
2009-04-17  Di-an JanImplement the FIXME that ends an user action with a...
2009-04-06  Akim DemailleAT_FULL_COMPILE.
2007-12-22  Joel E. DennyAutomate regression testing of the XML/XSLT implementat...
2007-08-15  Paul EggertUpdate to GPLv3.
2007-02-10  Joel E. DennyAs in semantic actions, make @$ in %initial-action...
2007-01-17  Joel E. Denny* NEWS, data/c++-skel.m4, data/c++.m4, data/c-skel...
2007-01-09  Joel E. DennyRemove quotes from variables names in %define directive...
2007-01-05  Joel E. DennyConsolidate the 4 prologue alternative directives ...
2006-11-21  Joel E. DennyDon't escape $ in test case titles since Autoconf 2...
2006-11-21  Joel E. DennyRename <!> to <>. Discussed starting at
2006-10-21  Joel E. DennySplit the default %destructor/%printer into two kinds...
2006-10-21  Joel E. DennyDon't apply the default %destructor/%printer to an...
2006-10-15  Paolo Bonzini2006-10-16 Paolo Bonzini <bonzini@gnu.org>
2006-10-13  Paul Eggert* bootstrap.conf (gnulib_modules): Add config-h.
2006-10-06  Paul EggertFix test failure reported by Tom Lane in
2006-09-13  Paul Eggert* tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR...
2006-09-13  Paul EggertRemove bogus comments.
2006-09-11  Paul Eggert* data/glr.c (b4_shared_declarations): Put start-header...
2006-09-04  Joel E. DennyFinish implementation of per-type %destructor/%printer...
2006-09-04  Joel E. DennyRequire default %destructor/%printer to be declared...
2006-08-24  Joel E. DennyWhether the default %destructor/%printer applies to...
2006-08-21  Joel E. DennyDon't apply the default %destructor or %printer to...
2006-07-29  Joel E. DennyEnable declaration of default %printer/%destructor...
2006-07-29  Joel E. DennyClean up handling of %destructor for the end token...
2006-06-23  Joel E. DennyRename %before-definitions to %start-header and %after...
2006-06-21  Joel E. DennyDon't put the pre-prologue in the header file. For...
2006-01-04  Akim DemailleAlso warn about non-used mid-rule values.
2006-01-04  Akim Demaille* src/reader.c (grammar_midrule_action): If $$ is set...
2005-12-27  Akim Demaille* src/reader.c (grammar_current_rule_check): Also check...
2005-12-22  Akim DemailleWarn about unused values.
2005-09-30  Akim Demaille Alexandre Duret-Lutz <adl@gnu.org>
2005-09-19  Paul Eggert* tests/glr-regression.at (Duplicated user destructor...
2005-07-19  Paul EggertDestructor cleanups and regularization among the three...
2005-07-19  Paul Eggert* NEWS: Document minor wording changes in diagnostics of
2005-07-18  Paul EggertImprove tests for stack overflow in GLR parser.
2005-05-14  Paul EggertUpdate FSF postal mail address.
2005-05-02  Paul Eggert* tests/actions.at: Test that stack overflow invokes...
2004-12-20  Akim DemailleUse more STL like names: my_class instead of MyClass.
2004-12-17  Akim Demaille* data/lalr1.cc: Extensive Doxygenation.
2004-12-16  Akim Demaille* data/lalr1.cc (yyreport_syntax_error_): Catch up...
2004-12-15  Akim DemailleSimplify the C++ parser constructor.
2004-12-11  Paul Eggert(_AT_CHECK_PRINTER_AND_DESTRUCTOR): New arg
2004-12-11  Paul Eggert(_AT_CHECK_PRINTER_AND_DESTRUCTOR): New arg
2004-11-17  Akim Demaille Alexandre Duret-Lutz <adl@gnu.org>
2004-11-17  Akim Demaille* data/lalr1.cc (Parser:print_): Remove, use %printer...
2004-10-05  Akim DemailleIn Bison 1.875's yacc.c, YYLLOC_DEFAULT was called...
2004-09-20  Akim DemailleLet the initial-action act on the look-ahead, and use...
2004-09-20  Akim Demaille* data/yacc.c (YY_LOCATION_PRINT): New.
2004-09-16  Akim DemailleHave more complete shift traces.
2004-09-08  Akim Demaille* tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR...
2004-09-02  Akim Demaille* tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR...
2004-07-22  Paul Eggert(_AT_CHECK_PRINTER_AND_DESTRUCTOR,
2004-05-30  Paul EggertFix some "make check" problems with Tru64 C++.
2004-05-29  Paul EggertWorkaround for SGI C++ compiler.
2004-04-28  Paul Eggert(_AT_CHECK_PRINTER_AND_DESTRUCTOR): Don't
2004-04-13  Paul EggertUpdate copyright to 2004.
2004-02-09  Alexandre Duret... Support %destructor and merge error locations in lalr1.cc.
2002-12-28  Paul Eggert(_AT_CHECK_PRINTER_AND_DESTRUCTOR):
2002-11-27  Paul Eggert(_AT_CHECK_PRINTER_AND_DESTRUCTOR): yyout -> yyoutput,
2002-11-25  Paul Eggert(Actions after errors): Use an output format
next