bison ./ChangeLog src/getargs.c
Akim Demaille <[email protected]>
| Newsgroups | gmane.comp.parsers.bison.cvs |
|---|---|
| Message-ID | <[email protected]> |
CVSROOT: /cvsroot/bison Module name: bison Changes by: Akim Demaille <[email protected]> 02/10/19 10:36:40 Modified files: . : ChangeLog src : getargs.c Log message: * src/getargs.c (usage): Take status as argument and exit accordingly. Report the traditional `Try ... --help' message when status != 0. (usage, version): Don't take a FILE * as arg, it is pointless. (getargs): When there is an incorrect number of arguments, make it an error, and report it GNUlically thanks to `usage ()'. CVSWeb URLs: http://savannah.gnu.org/cgi-bin/viewcvs/bison/bison/ChangeLog.diff?tr1=1.873&tr2=1.874&r1=text&r2=text http://savannah.gnu.org/cgi-bin/viewcvs/bison/bison/src/getargs.c.diff?tr1=1.42&tr2=1.43&r1=text&r2=text