summaryrefslogtreecommitdiff
path: root/src/getargs.c
Commit message (Expand)AuthorAgeFilesLines
* --fixed-output-files: detach from --yaccAkim Demaille2019-07-071-12/+20
* style: clarify control flowAkim Demaille2019-07-071-4/+3
* remove MS-DOS supportAkim Demaille2019-07-071-15/+7
* style: declare options in the same order as in --helpAkim Demaille2019-07-071-30/+27
* style: comment changeAkim Demaille2019-07-071-0/+1
* doc: remove the --report=look-aheads aliasAkim Demaille2019-07-071-1/+0
* doc: fix inaccuracies wrt --define and --force-defineAkim Demaille2019-07-071-3/+3
* doc: put diagnostics related options togetherAkim Demaille2019-07-071-11/+16
* doc: move -y's documentation into "Tuning the Parser"Akim Demaille2019-07-071-4/+4
* doc: document colorized diagnosticsAkim Demaille2019-07-071-0/+54
* gnulib: use new features of the argmatch moduleAkim Demaille2019-07-031-139/+138
* remove "experimental" warningsAkim Demaille2019-06-221-3/+1
* style: remove incorrect commentAkim Demaille2019-05-111-1/+1
* diagnostics: rename --style=debug as --color=debugAkim Demaille2019-05-081-6/+9
* diagnostics: show locations in full when debuggingAkim Demaille2019-04-271-0/+2
* diagnostics: fix styling issuesAkim Demaille2019-04-231-1/+1
* diagnostics: check the stylingAkim Demaille2019-04-231-1/+8
* doc: sort the warning categoriesAkim Demaille2019-04-191-2/+2
* traces: make closure() less verboseAkim Demaille2019-04-141-0/+2
* style: remove now useless _GL_UNUSEDAkim Demaille2019-03-251-1/+1
* diagnostics: use gnulib's libtextstyle-optionalAkim Demaille2019-03-241-6/+1
* style: rename spec_defines_file as spec_header_fileAkim Demaille2019-03-171-2/+2
* diagnostics: use libtextstyle for colored outputAkim Demaille2019-03-161-5/+43
* add -fsyntax-onlyAkim Demaille2019-01-281-0/+5
* usage: document -ffixitAkim Demaille2019-01-271-6/+12
* Merge branch 'maint'Akim Demaille2019-01-271-1/+1
|\
| * yacc: issue warnings, not errors, for Bison extensionsAkim Demaille2019-01-271-1/+1
* | style: rename print_graph.* as print-graph.*Akim Demaille2019-01-261-2/+2
|/
* --update: when used, do not generate the output filesAkim Demaille2019-01-221-1/+1
* fixits: report duplicate %yacc directivesAkim Demaille2019-01-161-2/+2
* diagnostics: update the grammar fileAkim Demaille2019-01-141-6/+16
* diagnostics: add -ffixit support for deprecated featuresAkim Demaille2019-01-141-0/+2
* package: bump copyrights to 2019Akim Demaille2019-01-051-2/+2
* d: add experimental support for the D languageAkim Demaille2018-12-041-0/+1
* generate the default action only for C++Akim Demaille2018-10-161-4/+4
* spelling: familyJosh Soref2018-10-051-1/+1
* main: fix error message for missing argumentAkim Demaille2018-10-041-1/+1
* getargs: use LC_MESSAGES trick only on glibcPaul Eggert2018-09-281-0/+3
* Update copyright yearsAkim Demaille2018-05-121-1/+1
* getargs: rename argument to avoid gnulib's renamingAkim Demaille2018-05-081-7/+7
* package: bump to 2015Akim Demaille2015-01-041-1/+1
* package: bump to 2014Akim Demaille2014-02-031-1/+1
* drop unused options --raw, -n, -e, --include and -IPetr Machata2013-05-291-9/+0
* muscle: let -D/-F support the three kinds of %define variable valuesAkim Demaille2013-04-151-7/+22
* grammar: record the kind of %define variable valuesAkim Demaille2013-04-041-1/+3
* diagnostics: no longer include the yacc category in -WallAkim Demaille2013-03-041-1/+1
* style: no longer use backquotesAkim Demaille2013-02-181-1/+1
* style: no longer use backquotes in messagesAkim Demaille2013-02-181-24/+24
* -Wempty-rule: diagnose empty rules without %emptyAkim Demaille2013-02-181-0/+1
* getargs: minor simplificationAkim Demaille2013-02-161-13/+9