]> git.saurik.com Git - bison.git/commit - doc/bison.1
Accept --report-file=FILE to override the default `.output' filename.
authorJoel E. Denny <jdenny@ces.clemson.edu>
Sun, 18 Nov 2007 06:40:41 +0000 (06:40 +0000)
committerJoel E. Denny <jdenny@ces.clemson.edu>
Sun, 18 Nov 2007 06:40:41 +0000 (06:40 +0000)
commit1bb2bd75f0185ca53c92f1c63cdc0b5ceef3f1f2
tree81b0a71c3f8f30dbbaa4033d63bdc05269fdf532
parenta005a9c4dc5588fc017a1cb1d19c1560e0e68943
Accept --report-file=FILE to override the default `.output' filename.
* NEWS (2.3a+): Mention.
* doc/bison.texinfo (Bison Options): Add an entry.
* src/files.c (compute_output_file_names): Don't override
spec_verbose_file if already set.
* src/getargs.c (usage): Document --report-file.
(REPORT_FILE_OPTION): New anonymous enum member.
(long_options): Add entry for it.
(getargs): Add case for it setting spec_verbose_file.

* build-aux/cross-options.pl: Don't record a short option just because
there's an arg.
* doc/.cvsignore: Add yacc.1.
ChangeLog
NEWS
build-aux/cross-options.pl
doc/.cvsignore
doc/bison.1
doc/bison.texinfo
src/files.c
src/getargs.c