]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
* examples/extexi: Enforce the precedence of concatenation over
[bison.git] / ChangeLog
index b4c238d5ff11af23c7f52b3325855d92ab62de72..84cedb4d0ebb851c45b7beb699ab79d7b4740506 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,29 @@
+2006-05-11  Akim Demaille  <akim@lrde.epita.fr>
+
+       * examples/extexi: Enforce the precedence of concatenation over
+       >>.
+       Reported by   tommy.nordgren@chello.se
+
+2006-05-11  Akim Demaille  <akim@lrde.epita.fr>
+
+       * data/lalr1.cc (yytranslate_): Rename token as t to avoid clashes
+       with the member "token".
+       Reported by Martin Nylin.
+
+2006-04-27  Akim Demaille  <akim@lrde.epita.fr>
+
+       * data/glr.cc: Remove dead code.
+
+2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * bootstrap: Comment out the AM_CPPFLAGS line, since we don't use
+       that variable and the line breaks the bootstrap.  Problem reported
+       by Juan M. Guerrero.
+
+2006-04-24  Akim Demaille  <akim@lrde.epita.fr>
+
+       * doc/bison.texinfo (Multiple start-symbols): New.
+
 2006-04-24  Akim Demaille  <akim@lrde.epita.fr>
 
        * etc/README, etc/bench.pl: New.