]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
Make parser::yytranslate static.
[bison.git] / ChangeLog
index ed87b06d6afa550d43e35b0e110e6eeac33088e5..d9e52b870296284dbc105340bb6337baccd0e9a5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+2008-11-10  Akim Demaille  <demaille@gostai.com>
+
+       Make parser::yytranslate static.
+       Small speedup (1%) on the list grammar.  And makes yytranslate_ available
+       in non member functions.
+       
+       * data/lalr1.cc (yytranslate_): Does not need to be a instance
+       function.
+
+2008-11-10  Akim Demaille  <demaille@gostai.com>
+
+       Avoid trailing spaces.
+       * data/c.m4: b4_comment(TEXT): Don't indent empty lines.
+       * data/lalr1.cc: Don't indent before rule and symbol actions, as
+       they can be empty, and anyway this incorrectly indents the first
+       action.
+
 2008-11-10  Akim Demaille  <demaille@gostai.com>
 
        Comment changes.