summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAkim Demaille <demaille@gostai.com>2008-12-11 00:59:13 +0100
committerJoel E. Denny <jdenny@clemson.edu>2009-10-04 16:24:17 -0400
commitd3d3628bde174b0e7c05d1bdd5e1b4d8f5ee351c (patch)
tree0784eb72c23c80c1b85d5306d0c20fcbc3fd7b00 /ChangeLog
parent4c6b13f37ed71ba9b77ba544144f8cd07a7d7124 (diff)
downloadbison-d3d3628bde174b0e7c05d1bdd5e1b4d8f5ee351c.tar.gz
Simplify the i18n of the error messages.
* data/yacc.c (yysyntax_error): Rewrite, using a switch instead of building dynamically the format string. (cherry picked from commit eeb29422377c730846f784716f22be1759491bcf) Conflicts: data/lalr1.cc
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f7d96f54..321e9f55 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-12-11 Akim Demaille <demaille@gostai.com>
+
+ Simplify the i18n of the error messages.
+ * data/yacc.c (yysyntax_error): Rewrite, using a switch instead
+ of building dynamically the format string.
+
2009-10-03 Joel E. Denny <jdenny@clemson.edu>
Remove dead code.