X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/ea6cfe9ebd960e2cb4573c2c6f02b02931ac1f86..762a801e002ac48a4174fe0392726a511b125270:/ChangeLog diff --git a/ChangeLog b/ChangeLog index db2c39bd..0a2ec091 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,22 @@ +2002-02-07 Robert Anisko + + * data/bison.c++ (yy::b4_name::parse): Error recovery is back. + +2002-02-07 Robert Anisko + + * data/bison.c++ (yy::b4_name::error_): New method, replaces yyerror in + C++ parsers. + (yy::b4_name::parse): Build verbose error messages, and use error_. + +2002-02-06 Robert Anisko + + * data/bison.c++: Fix m4 quoting in comments. + +2002-02-06 Robert Anisko + + * data/bison.c++: Adjust the parser code. Fix some muscles that were + not expanded by m4. + 2002-02-05 Akim Demaille * data/bison.c++: Adjust to the M4 back end.