X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/69e2658bf6ae5ce5509d767c5bcf406fe627d5d7..4162fa07ae9fdbd8cc356d805f26d531fadcdb60:/ChangeLog diff --git a/ChangeLog b/ChangeLog index a54e6095..5cbe44e1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,21 @@ +2002-02-11 Robert Anisko + + * data/bison.c++ (YYDEBUG, YYERROR_VERBOSE): After the prologue. + (Copyright notice): Update. + +2002-02-08 Robert Anisko + + * data/bison.c++: Correct error recovery. Make the user able to + initialize the starting location. + +2002-02-07 Akim Demaille + + * tests/input.at: New. + 2002-02-07 Robert Anisko * data/bison.c++: Replace some direct m4 expansions by constants. Be - more consistent when naming methods and variables. Put preprocessor + more consistent when naming methods and variables. Put preprocessor directives around tables only needed for debugging. 2002-02-07 Robert Anisko