]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
Prefer M4 to CPP.
[bison.git] / ChangeLog
index 86bc8a0379010748eb612fc267215c5a1b963e9f..97e3e9b90fa6b41316c7dc313c44315e0807f60f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2008-11-11  Akim Demaille  <demaille@gostai.com>
+
+       Prefer M4 to CPP.
+       * data/lalr1.cc: Use b4_error_verbose_if instead of #if
+       YYERROR_VERBOSE.
+
+2008-11-11  Akim Demaille  <demaille@gostai.com>
+
+       Support i18n of the parse error messages.
+       * TODO (lalr1.cc/I18n): Remove.
+       * data/lalr1.cc (yysyntax_error_): Support the translation of the
+       error messages, as done in yacc.c.
+       Stay within the yy* pseudo namespace.
+
 2009-12-22  Joel E. Denny  <jdenny@clemson.edu>
 
        Port small part of master's 8901f32e so future ports are easier.