]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
-D, --define.
[bison.git] / ChangeLog
index 89c35f58ec66d8b8ce37000bb4aee07645d79259..3bcc555e67cc142253c3aff9858688dc7523b210 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2008-11-07  Akim Demaille  <demaille@gostai.com>
+
+       -D, --define.
+       * src/getargs.c (usage): Document -D.
+       Fix help string for --locations.
+       (command_line_location): New.
+       (short_options, long_options, getargs): Support -D, --define.
+       (getargs): Move -d support at the right place.
+       * doc/bison.texinfo (Bison Options): Update.
+       * tests/input.at (%define, --define): New.
+
 2008-11-07  Akim Demaille  <demaille@gostai.com>
 
        Initialize the muscle table before parsing the command line.