]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
Initialize the muscle table before parsing the command line.
[bison.git] / ChangeLog
index 68aa54f3edbbe0db96ff3615fffa17c5164bc477..f6d67157baf738319f70ad73b3f0d757e5ee0aac 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,22 @@
+2008-11-07  Akim Demaille  <demaille@gostai.com>
+
+       Initialize the muscle table before parsing the command line.
+       * src/getargs.c (quotearg.h, muscle_tab.h): Include.
+       (getargs): Define file_name.
+       * src/main.c (main): Initialize muscle_tab before calling
+       getargs.
+       * src/muscle_tab.c (muscle_init): No longer define file_name, as
+       its value is not available yet.
+
+2008-11-09  Akim Demaille  <demaille@gostai.com>
+
+       Require the generation of parse-gram.output.
+       * src/Makefile.am (YACC): Pass --report=all.
+
+2009-04-06  Joel E. Denny  <jdenny@ces.clemson.edu>
+
+       * NEWS (2.5): New stub.
+
 2009-04-06  Joel E. Denny  <jdenny@ces.clemson.edu>
 
        Fix options documentation.