]> git.saurik.com Git - bison.git/history - tests/actions.at
also support $<foo>$ in the %initial-action
[bison.git] / tests / actions.at
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
2002-11-21  Paul Eggert(_AT_CHECK_PRINTER_AND_DESTRUCTOR): Do not include...
2002-11-16  Akim DemailleMake the ``Printers and Destructors'' test more verbose...
2002-11-16  Paul Eggert(Actions after errors): New test case.
2002-11-15  Paul Eggert* data/glr.c, data/lalr1.cc, data/yacc.cc, doc/bison...
2002-11-14  Akim Demaille* tests/atlocal.in (CPPFLAGS): We have config.h.
2002-11-12  Akim Demaille* tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR...
2002-11-12  Akim Demaille* tests/actions.at (AT_CHECK_PRINTER_AND_DESTRUCTOR...
2002-11-12  Akim Demaille* tests/regression.at (input.y): s/YYEOF/MYEOF/, as...
2002-10-14  Paul EggertSay "bison -o foo.c foo.y", not "bison foo.y -o foo.c",
2002-10-13  Paul Eggert(Exotic Dollars): Test for "nonterm: { $$ = 123; }...
2002-07-30  Akim DemailleIn verbose parse error message, don't report `error...
2002-07-29  Akim DemailleUse $accept and $end, as BYacc and BTYacc do, instead...
2002-06-30  Akim DemailleHave the GLR tests be `warning' checked, and fix the...
2002-06-30  Akim DemailleMake the test suite pass with warnings checked.
2002-06-20  Akim Demaille* src/parse-gram.y (YYPRINT, yyprint): Don't mess with...
2002-06-20  Akim Demaille* data/bison.simple (yysymprint): Don't print the token...
next