]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
* data/bison.c++: Replace some direct m4 expansions by constants. Be
[bison.git] / ChangeLog
index 30f36ac1710de9e2c3b2d713c4b7e3ee3953d880..a54e6095444b6602673a00fe3c1e5285f903093d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,25 @@
+2002-02-07  Robert Anisko  <robert@lrde.epita.fr>
+
+       * 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  <robert@lrde.epita.fr>
+
+       * 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  <robert@lrde.epita.fr>
+
+       * data/bison.c++ (yy::b4_name::parse): Error recovery is back.
+
+2002-02-07  Robert Anisko  <robert@lrde.epita.fr>
+
+       * 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  <robert@lrde.epita.fr>
 
        * data/bison.c++: Fix m4 quoting in comments.