]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
Support i18n of the parse error messages.
[bison.git] / ChangeLog
index 8f97372141a5b01edd3d96f3c50912d46a139d35..fad6f317bd2e03fc67b281447cf557619180d461 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+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.
+
 2008-11-11  Akim Demaille  <demaille@gostai.com>
 
        More TODO.