]> git.saurik.com Git - bison.git/commit - ChangeLog
Improves options in the manual.
authorDi-an Jan <dianj@freeshell.org>
Thu, 20 Nov 2008 20:36:30 +0000 (12:36 -0800)
committerJoel E. Denny <jdenny@ces.clemson.edu>
Mon, 6 Apr 2009 09:40:27 +0000 (05:40 -0400)
commit72183df4da75116a496099c856097f7f049b2d8a
tree0d488308b117caaaada951cc56699252473dd5de
parente80b068ce1fabb922bf71ea2c528aba6f151280f
Improves options in the manual.
* doc/bison.texinfo (-g, -x): Add space before argument.
(Option Cross Key): Implement FIXME: listing directives also.
* build-aux/cross-options.pl:  Read from <STDIN> rather than <>.
(Short Option): Special case -d.  Put arguments inside @option.
(Bison Directive): Add column, automatically extracted from
src/scan-gram.l (actual name passed as the first argument)
with special case for %define.
* doc/Makefile.am (doc/cross-options.texi): Pass src/scan-gram.l
to build-aux/cross-options.pl.
* src/getargs.c (usage): Document limitations of cross-options.pl.
* src/scan-gram.l: Likewise.
ChangeLog
build-aux/cross-options.pl
doc/Makefile.am
doc/bison.texinfo
src/getargs.c
src/scan-gram.l