]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
Fix iteration type.
[bison.git] / ChangeLog
index 28c3ce808e2cfca932f093c2fdbefb3b2e0e85f9..1d2b590e0a4fabc89552d3cc5e28a9e8096b9852 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,25 @@
+2008-11-04  Akim Demaille  <demaille@gostai.com>
+
+       Fix iteration type.
+       * data/lalr1-fusion.cc: Use an int to iterate up to an int.
+
+2008-11-04  Akim Demaille  <demaille@gostai.com>
+
+       Factor the declaration of the integer tables.
+       * data/lalr1-fusion.cc (b4_table_define): New.
+       Use it.
+
+2008-11-03  Akim Demaille  <demaille@gostai.com>
+
+       Fix indentation of tables in lalr1.cc
+       * data/lalr1-fusion.cc: Fix the indentation.
+
+2008-11-03  Akim Demaille  <demaille@gostai.com>
+
+       Destroy the lhs symbols after reduction.
+       * data/lalr1-fusion.cc (parse): After the user action, when in
+       variant mode, destroy the lhs symbols.
+
 2008-11-03  Akim Demaille  <demaille@gostai.com>
 
        Simplify yysyntax_error_ use.
 2008-11-03  Akim Demaille  <demaille@gostai.com>
 
        Simplify yysyntax_error_ use.