]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
Include local.at, not input.at, fixing a typo in the 2003-08-25 patch.
[bison.git] / ChangeLog
index b149113a9222ef23ca85e59b98fd4e0157b8bf96..466d8de89753921a8248e79c65ee1a3164853c09 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+2003-08-27  Akim Demaille  <akim@epita.fr>
+
+       * data/lalr1.cc (yyparse) [__GNUC__]: "Use" yyerrorlab to pacify
+       GCC warnings.
+
+2003-08-26  Akim Demaille  <akim@epita.fr>
+
+       * config/announce-gen (print_changelog_deltas): Neutralize "<#" as
+       "<\#" to avoid magic from Gnus when posting parts of this script.
+
+2003-08-26  Akim Demaille  <akim@epita.fr>
+
+       * data/lalr1.cc (Parser::report_syntax_error_): New, extracted from
+       (Parser::parse): here.
+       Adjust: nerrs and errstatus is now replaced by...
+       (Parser::nerrs_, Parser::errstatus_): New.
+
 2003-08-25  Akim Demaille  <akim@epita.fr>
 
        * config/announce-gen, Makefile.cfg: New.