summaryrefslogtreecommitdiff
path: root/src/getargs.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* style: move argument handling of -W into the diagnostics moduleAkim Demaille2013-02-161-118/+1
* diagnostics: revamp the handling of -WerrorAkim Demaille2013-02-161-34/+47
* options: simplify the handling of -WAkim Demaille2013-02-141-37/+10
* options: don't accept "error=" for -f and -rAkim Demaille2013-02-141-21/+103
* diagnostics: factor the list of warning namesAkim Demaille2013-02-141-2/+2
* options: no longer document warnings when diagnosing an invalid -WAkim Demaille2013-02-141-14/+10
* warnings: introduce -WprecedenceValentin Tolmer2013-01-301-0/+3
* maint: update copyright yearsAkim Demaille2013-01-121-1/+1
* carets: activate by defaultTheophile Ranquet2013-01-111-1/+1
* Merge remote-tracking branch 'origin/maint'Theophile Ranquet2012-12-061-2/+39
|\
| * misc: require getlineTheophile Ranquet2012-12-051-1/+1
| * errors: show caretsTheophile Ranquet2012-12-051-1/+1
| * getargs: add support for --flags/-fTheophile Ranquet2012-12-051-2/+38
* | Merge remote-tracking branch 'origin/maint'Akim Demaille2012-12-051-2/+1
|\ \ | |/
| * getargs: don't label --language/-l as experimentalTheophile Ranquet2012-12-041-1/+0
| * getargs: fix the locations of command-line inputTheophile Ranquet2012-12-031-1/+1
| * Merge branch 'branch-2.6' into maintAkim Demaille2012-10-261-2/+2
| |\
| | * maint: be compilable with GCC 4.0Akim Demaille2012-10-261-2/+2
* | | warnings: separate flags_argmatchTheophile Ranquet2012-10-011-44/+58
* | | warnings: fusion of complain and complain_atTheophile Ranquet2012-10-011-3/+3
* | | errors: change output, and improve -y coherenceAkim Demaille2012-09-271-2/+9
* | | errors: introduce the -Werror=CATEGORY optionTheophile Ranquet2012-09-271-13/+26
* | | Merge branch 'maint'Akim Demaille2012-09-261-1/+2
|\ \ \ | |/ /
| * | warnings: introduce -Wdeprecated in the usage infoTheophile Ranquet2012-09-261-1/+2
| |/
* | Revert "introduced a GCC-like -Werror=type"Akim Demaille2012-09-211-52/+20
* | Revert "made previous commit less hairy"Akim Demaille2012-09-211-20/+39
* | made previous commit less hairyTheophile Ranquet2012-09-211-39/+20
* | introduced a GCC-like -Werror=typeTheophile Ranquet2012-09-201-20/+52
* | Merge remote-tracking branch 'origin/maint'Akim Demaille2012-09-041-1/+19
|\ \ | |/
| * --help: include a place to report translation issuesAkim Demaille2012-09-031-1/+19
* | introduce -WdeprecatedAkim Demaille2012-09-031-0/+2