X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/6c88b51e8395fe490c15ede2f1b2562258a4260d..a7c09cba098dd0140b0ba0336cd05ece2c8dfcf0:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 93561b02..3b3ac267 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +2008-11-20 Di-an Jan + + 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 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/local.mk (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. + 2008-11-18 Joel E. Denny Fix unexpanded macros in GLR defines file.