]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
Initialize the muscle table before parsing the command line.
[bison.git] / ChangeLog
index 9561d4ea80d2a7a2692312854f34083bf0abed45..89c35f58ec66d8b8ce37000bb4aee07645d79259 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+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-07  Akim Demaille  <demaille@gostai.com>
+
+       Locations without columns for command line arguments.
+       * src/location.c (location_print): Don't display negative columns.
+       * src/location.h: Document this.
+
 2008-11-07  Akim Demaille  <demaille@gostai.com>
 
        Fix --help.