X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/762a801e002ac48a4174fe0392726a511b125270..b418ecd84f81d5174d97b8bd426f5fa971f61f20:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 0a2ec091..9e9ce838 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,29 @@ +2002-02-11 Akim Demaille + + * tests/regression.at (%nonassoc and eof): Don't include + nonportable headers. + +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 + directives around tables only needed for debugging. + +2002-02-07 Robert Anisko + + * data/bison.c++ (yy::b4_name::print_): New method, replaces yyprint in + C++ parsers. + (yy::b4_name::parse): Use print_. + 2002-02-07 Robert Anisko * data/bison.c++ (yy::b4_name::parse): Error recovery is back.