]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
* data/yacc.c (yytnamerr): Fix typo: local var should be of type
[bison.git] / ChangeLog
index 4af1d7444f7059f7ffc2838a2f7f02e6c685eca6..bd61223b363279d9c6ffdbbc0c57503b00178537 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * data/yacc.c (yytnamerr): Fix typo: local var should be of type
+       YYSIZE_T, not size_t.
+       * tests/regression.at (Trivial grammars): New test, to catch
+       the error fixed by the above patch.
+
+2006-05-14  Akim Demaille  <akim@lrde.epita.fr>
+
+       * doc/bison.texinfo (C++ Bison Interface): Clarify the naming
+       scheme.
+       Reported by Steve Murphy.
+
 2006-05-14  Akim Demaille  <akim@lrde.epita.fr>
 
        * data/glr.cc, data/lalr1.cc: Using %defines is mandatory.