]> git.saurik.com Git - bison.git/history - tests/calc.at
* data/lalr1.cc (Parser:print_): Remove, use %printer instead.
[bison.git] / tests / calc.at
2004-11-17  Akim Demaille* data/lalr1.cc (Parser:print_): Remove, use %printer...
2004-09-20  Akim DemailleLet the initial-action act on the look-ahead, and use...
2004-09-16  Akim DemailleHave more complete shift traces.
2004-09-06  Akim Demaille* data/glr.c, data/lalr1.cc, data/yacc.c: When YYABORT was
2004-06-21  Paul EggertUse "look-ahead" instead of "lookahead", consistently.
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 EggertRemove more K&R C support.
2003-08-25  Akim DemailleHave lalr1.cc catch with Paul Eggert's patch to fix...
2003-06-16  Paul Eggert(AT_CHECK_CALC): New option EXPECTED-TO-FAIL.
2003-06-02  Paul Eggert(_AT_DATA_CALC_Y): Include unistd.h if available.
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-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-06  Akim Demaille* configure.ac (GXX): Rename as...
2002-12-11  Paul Eggert(_AT_DATA_CALC_Y, Simple LALR Calculator):
2002-11-29  Paul Eggert(Simple LALR Calculator): Adopt new convention for...
2002-11-21  Paul Eggert(_AT_DATA_CALC_Y): Do not include <assert.h>.
2002-11-18  Paul Eggert(_AT_DATA_CALC_Y): Make vars static instead of
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 DemailleAlways check the value returned by yyparse.
2002-11-14  Akim Demaille* tests/atlocal.in (CPPFLAGS): We have config.h.
2002-11-07  Akim DemailleLet yyerror always receive the msg as last argument...
2002-11-04  Akim Demaille* tests/glr-regr1.at (Badly Collapsed GLR States):...
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-10-25  Paul Eggert(_AT_DATA_CALC_Y): Remove unused strcat declaration.
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(_AT_DATA_CALC_Y): #undef memcmp and realloc.
2002-10-14  Paul EggertSay "bison -o foo.c foo.y", not "bison foo.y -o foo.c",
2002-10-13  Akim DemailleGLR parsers sometimes raise parse errors instead of...
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/symtab.h, src/symtab.c (symbol_t): printer and
2002-06-17  Akim Demaille* data/m4sugar/m4sugar.m4 (m4_map): Recognize when...
2002-06-11  Akim DemailleHave Bison grammars parsed by a Bison grammar.
2002-05-26  Akim Demaille* tests/calc.at (AT_CHECK_CALC): Adjust: there are...
2002-04-25  Robert Anisko* src/scan-skel.l: Postprocess quadrigraphs.
2002-04-24  Robert Anisko* tests/calc.at: Exercise prologue splitting.
2002-04-09  Akim Demaille* tests/calc.at (_AT_CHECK_CALC_ERROR): Receive as...
2002-01-27  Akim Demaille* tests/actions.at, tests/calc.at, tests/headers.at,
2001-12-29  Akim DemailleMid-rule actions are simply... ignored!
2001-12-29  Akim Demaille* tests/calc.at (_AT_DATA_CALC_Y): Also use %union.
2001-12-27  Akim Demaille* src/output.c (output_gram): Rely on nritems, not the
2001-12-27  Akim Demaille* src/main.c (main): If there are complains after grammar
2001-11-29  Marc Autret* tests/calc.at [AT_DATA_CALC_Y]: Use %error-verbose...
2001-11-19  Akim Demaille* src/bison.simple (yyparse): When reporting verbosely...
2001-11-14  Akim Demaille* tests/calc.at, tests/output.at, tests/regression.at,
2001-11-02  Akim Demaille* src/symtab.h (SUNDEF): New.
2001-11-01  Akim Demaille* tests/calc.at: Catch up with 1.30.
2001-10-18  Akim Demaille* tests/atlocal.in (GCC): Add.
2001-10-04  Akim DemailleMerge in branch-1_29. after-merge-branch-1_29
2001-09-01  Marc Autret* tests/calc.at (exp): Now, YYERROR_VERBOSE need to...
2001-08-04  Akim Demaille* tests/atconfig.in (CPPFLAGS): Add.
2001-08-03  Akim Demaille* tests/Makefile.am (check-local): Ship testsuite.
2001-07-18  Akim Demaille* src/getargs.h (raw_flag): Remove.
2000-12-19  Akim Demaille* src/files.c (strsuffix): New.
2000-12-18  Akim DemailleAdd tests/calc.at.