]> git.saurik.com Git - bison.git/history - tests
(output_skeleton): Rename local var.
[bison.git] / tests /
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...
2002-11-06  Paul Eggert(Invalid $n, Invalid @n): Change expected wording accor...
2002-11-04  Akim Demaille* tests/glr-regr1.at (Badly Collapsed GLR States):...
2002-11-04  Akim Demaille* src/location.h (LOCATION_PRINT): Use quotearg slot...
2002-11-04  Paul Eggert(Type Clashes): Adjust to diagnostic changes.
2002-11-03  Akim Demaille* data/c.m4 (b4_identification, b4_user_args, b4_parse_...
2002-11-03  Akim Demaille* tests/calc.at: Change all the AT_CHECK_CALC_LALR and
2002-11-03  Paul EggertAdd tests for backslash-newline, m4 quotes
2002-10-30  Paul HilfingerAdd test glr-regr1.at to check for incorrect collapsing...
2002-10-25  Paul Eggert(_AT_DATA_CALC_Y): Remove unused strcat declaration.
2002-10-25  Paul Eggert(_AT_TEST_GLR_CALC): Include stdlib.h, since
2002-10-20  Akim Demaille* src/muscle_tab.c (muscle_grow): Remove trailing debug...
2002-10-20  Akim Demaille* data/yacc.c, data/yacc.c (b4_location_if, b4_pure_if...
2002-10-19  Akim Demaille* tests/calc.at (_AT_DATA_CALC_Y): Define VAL, LOC...
2002-10-19  Akim DemaillePrototype support of %lex-param and %parse-param.
2002-10-19  Paul Eggert(%nonassoc and eof): #undef memcmp and realloc.
2002-10-19  Paul Eggert(_AT_DATA_CALC_Y): #undef memcmp and realloc.
2002-10-14  Akim Demaille* tests/Makefile.am (maintainer-check-posix): New.
2002-10-14  Paul EggertSay "bison -o foo.c foo.y", not "bison foo.y -o foo.c",
2002-10-14  Paul Eggert(Web2c Actions): signed char -> yysigned_char.
2002-10-13  Akim Demaille* src/print.c (print_state): Separate the list of solve...
2002-10-13  Akim Demaille* configure.ac (AC_GNU_SOURCE): Use it instead of hand...
2002-10-13  Akim DemailleGLR parsers sometimes raise parse errors instead of...
next