]> git.saurik.com Git - bison.git/commit - ChangeLog-2012
* NEWS (2.3a+): Mention that -g now takes an argument.
authorJoel E. Denny <jdenny@ces.clemson.edu>
Sat, 8 Mar 2008 20:49:57 +0000 (20:49 +0000)
committerJoel E. Denny <jdenny@ces.clemson.edu>
Sat, 8 Mar 2008 20:49:57 +0000 (20:49 +0000)
commit8e55b3aac25caf25d6976a455729aef3f4f20f80
tree8a0fc1674f2019676f4c88c210291c310b0c249d
parent59c5ac724474686dbdfb71ce7ad851dcc54ee35c
* NEWS (2.3a+): Mention that -g now takes an argument.
* doc/bison.texinfo (Bison Options): Reword -W entry a little for
consistency.  Update the -g and -x entries now that they take
arguments.  Use brackets to indicate optional arguments.
* src/getargs.c (usage): Explain the relationship between arguments of
long and short options more completely.  Document --defines and -d
separately since the former takes an argument but, for POSIX Yacc, the
latter does not.
(short_options): Let -W take an optional argument like --warnings.
(getargs): Sort cases.
ChangeLog
NEWS
doc/bison.1
doc/bison.texinfo
src/getargs.c