X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/9fe5a4571e33f8d2a38051a3699a317dce70ec9d..58697c6d89f2db69aa2321fe92fc388f87bf2a3c:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 89c35f58..3bcc555e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2008-11-07 Akim Demaille + + -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 Initialize the muscle table before parsing the command line.