]> git.saurik.com Git - bison.git/history - tests
* data/lalr1.cc (b4_parse_param_decl_1): New.
[bison.git] / tests /
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-06  Akim Demaille* data/glr.c, data/lalr1.cc, data/yacc.c: When YYABORT was
2004-09-02  Akim Demaille* tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR...
2004-07-22  Paul Eggert(_AT_CHECK_PRINTER_AND_DESTRUCTOR,
2004-06-21  Paul EggertUse "look-ahead" instead of "lookahead", consistently.
2004-05-30  Paul EggertDon't assume the C++ compiler takes the same arguments...
2004-05-30  Paul EggertFix some "make check" problems with Tru64 C++.
2004-05-29  Paul EggertWorkaround for SGI C++ compiler.
2004-05-24  Paul EggertEnsure that the C++ compiler used for testing actually...
2004-04-28  Paul EggertRemove more K&R C support.
2004-04-28  Paul Eggert(_AT_CHECK_PRINTER_AND_DESTRUCTOR): Don't
2004-04-28  Paul Eggert(%union synch line): Put a dummy member in
2004-04-13  Paul EggertUpdate copyright to 2004.
2004-03-31  Paul EggertUse 'short int' rather than 'short', and similarly...
2004-02-25  Paul Eggert(AT_COMPILE, AT_COMPILE_CXX): Ignore stdout from compilers.
2004-02-09  Alexandre Duret... Support %destructor and merge error locations in lalr1.cc.
2003-12-24  Paul Eggert($(TESTSUITE)): Remove warning about ignoring
2003-12-24  Paul EggertRequire Autoconf 2.59, and don't include local.at twice...
2003-12-24  Paul Eggert(Torturing the Scanner): Don't use \x0 or \0 in
2003-10-07  Paul EggertDon't run 'testsuite --clean' if testsuite doesn't...
2003-10-01  Paul EggertUse "%no-default-prec" instead of "%default-prec 0".
2003-09-30  Paul EggertAdd %default-prec.
2003-09-30  Paul EggertInclude local.at, not input.at, fixing a typo in the...
2003-08-25  Akim DemailleHave lalr1.cc catch with Paul Eggert's patch to fix...
2003-08-25  Akim DemailleTune local.at so that people can "autom4te -l autotest...
2003-06-16  Paul EggertMinor white space issues, e.g. trailing white space...
2003-06-16  Paul Eggert(AT_CHECK_CALC): New option EXPECTED-TO-FAIL.
2003-06-16  Paul Eggert(_AT_TEST_GLR_CXXTYPES): Ensure yylex and
2003-06-10  Paul Hilfinger* data/glr.c (YYERROR): Update definition.
2003-06-04  Paul Eggert(_AT_DATA_DANCER_Y): Declare yylex to take
2003-06-04  Paul Eggert(Improper handling of embedded actions and $-N in GLR...
2003-06-02  Paul Eggert(AT_COMPILE_CXX): Use it instead of CFLAGS.
2003-06-02  Paul Eggert(CXXFLAGS): New var.
2003-06-02  Paul Eggert(_AT_DATA_CALC_Y): Include unistd.h if available.
2003-05-14  Paul Eggert(Torturing the Scanner): Add tests for ";|" in a grammar.
2003-05-14  Alexandre Duret... %parse-param support for lalr1.cc.
2003-04-29  Akim Demaille* tests/calc.at: Also test yacc.c and glr.c (but not...
2003-04-18  Paul Eggert(Invalid inputs): Remove cascaded diagnostic that is...
2003-04-18  Paul Eggert(GNU pic Grammar): New test case, taken from
2003-03-14  Paul EggertAdd testsuite.log
2003-03-13  Paul EggertUpdate copyright.
2003-03-13  Paul Eggert(Torturing the Scanner): Test the scanner on
2003-03-02  Akim Demaille* tests/regression.at (_AT_DATA_DANCER_Y): Fix the...
2003-03-02  Akim DemailleWrite a test the yycheck overrun reported by Andrew...
2003-03-02  Akim DemailleCreate tests/local.at for Bison generic testing macros.
2003-02-20  Akim Demaille* tests/calc.at (AT_CHECK_PUSHDEFS, AT_CHECK_POPDEFS...
2003-02-19  Akim Demaille* data/lalr1.cc (b4_stack_depth_init, yy::Parser::initd...
2003-02-19  Akim Demaille* tests/calc.at (AT_CHECK_CALC): Check different scenar...
2003-02-18  Paul Eggert(AT_COMPILE): Use new LDFLAGS, LIBS vars, to avoid...
2003-02-18  Paul Eggert(LDFLAGS, LIBS): New vars.
2003-02-06  Akim Demaille* configure.ac (GXX): Rename as...
2003-02-01  Paul EggertUpdate copyright date to 2003.
2003-01-29  Paul HilfingerRename tests/glr-regr1.at to tests/glr-regression.at.
2003-01-13  Paul Eggert* NEWS: %expect-violations are now just warnings, reverting
2002-12-29  Paul Eggert(Badly Collapsed GLR States): Switch to Yacc-style...
2002-12-29  Paul Eggert(GNU Cim Grammar): Switch to Yacc-style reports.
2002-12-29  Paul Eggert(Unresolved SR Conflicts, Defaulted
2002-12-28  Paul Eggert(_AT_CHECK_PRINTER_AND_DESTRUCTOR):
2002-12-26  Paul Eggert(%expect with reduce conflicts): New test.
2002-12-11  Paul Eggert(Torturing the Scanner): Rename value_t -> value,
2002-12-11  Paul Eggert(_AT_DATA_CALC_Y, Simple LALR Calculator):
2002-12-07  Paul Eggert(Invalid inputs): No longer `expecting ";"
2002-12-07  Paul Eggert(Useless Rules, Reduced Automaton, Underivable Rules...
2002-12-07  Paul Eggert(Invalid $n, Invalid @n, Type Clashes):
2002-12-07  Paul Eggert(S/R in initial, Defaulted Conflicted Reduction):
2002-11-30  Paul Eggert(Type Clashes): Expect warnings, not complaints.
2002-11-29  Paul Eggert(Simple LALR Calculator): Adopt new convention for...
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_TEST_GLR_CXXTYPES): Do not include <assert.h>.
2002-11-21  Paul Eggert(_AT_DATA_CALC_Y): Do not include <assert.h>.
2002-11-21  Paul Eggert(_AT_CHECK_PRINTER_AND_DESTRUCTOR): Do not include...
2002-11-18  Paul Eggert(_AT_DATA_CALC_Y): Make vars static instead of
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-15  Akim Demaille* src/parse-gram.y (declaration): Have %parse-param...
2002-11-15  Akim Demaille2002-11-15 Tim Van Holder <tim.van.holder@pandora.be>
2002-11-15  Akim DemailleAlways check the value returned by yyparse.
2002-11-15  Paul Eggert(AT_TEST_CPP_GUARD_H): Compile with -I., as Forte 7...
2002-11-14  Paul Eggert(AT_TEST_CPP_GUARD_H): Don't assume that "$CC -E foo...
2002-11-14  Paul Eggert(Torturing the Scanner): Surround the backslash-newline...
2002-11-14  Akim Demaille* tests/synclines.at (AT_SYNCLINES_COMPILE): Ignore...
2002-11-14  Akim Demaille* tests/synclines.at (AT_SYNCLINES_COMPILE): Ignore...
2002-11-14  Akim Demaille* tests/atlocal.in (CPPFLAGS): We have config.h.
2002-11-14  Paul Eggert(export YYLTYPE): Don't invoke "cc a.c b.c -o c"; the...
2002-11-14  Paul Eggert(Torturing the Scanner): Don't invoke "cc a.c b.c
2002-11-14  Paul Eggert(Torturing the Scanner): Remove lines containing
2002-11-13  Paul Eggert(Badly Collapsed GLR States): Avoid //
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-11-12  Paul Eggert(Torturing the Scanner): Add tests that @oline@,
2002-11-10  Paul Eggert(AT_DATA_TRIANGULAR_GRAMMAR, AT_DATA_HORIZONTAL_GRAMMAR,
2002-11-10  Paul Eggert(Invalid inputs): Adjust wording in diagnostic to match...
2002-11-07  Akim DemailleLet yyerror always receive the msg as last argument...
2002-11-06  Akim Demaille* tests/regression.at (Invalid inputs): Adjust to the...
next