]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
Simplify the i18n of the error messages.
[bison.git] / ChangeLog
index 719437ab297d87484c92515bbe13eccd5b3adb67..25814e45171bf8e32734b54e04c98b3df3aa76b7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-12-11  Akim Demaille  <demaille@gostai.com>
+
+       Simplify the i18n of the error messages.
+       * data/lalr1.cc: Comment changes.
+       * data/yacc.c (yysyntax_error): Rewrite, using a switch as in
+       lalr1.cc instead of building dynamically the format string.
+
 2008-12-08  Akim Demaille  <demaille@gostai.com>
 
        Fix portability issue in the test suite.