X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/da99a5dc039c0ba6a3d4a1b72a5b529f188821ea..60a777aa240edc33c9b42f38c5abc1d32ae39e26:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 4612d7e7..e092838d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +2003-02-19 Akim Demaille + + * data/lalr1.cc (b4_stack_depth_init, yy::Parser::initdepth_): + Remove, useless. + (YYABORT, YYACCEPT, YYERROR): New. + * tests/calc.at: Renable the lalr1.cc test. + +2003-02-19 Akim Demaille + + * tests/calc.at (AT_CHECK_CALC): Check different scenarios of + error recovery, mixing with/without pops and discarding of the + lookahead. + Exercise YYERROR. + Disable the lalr1.cc tests as currently it doesn't support YYERROR. + 2003-02-17 Paul Eggert * tests/atlocal.in (LDFLAGS, LIBS): New vars.