summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* regenAkim Demaille2020-01-102-11/+11
* package: bump copyrights to 2020Akim Demaille2020-01-1076-77/+77
* parser: pretend we are Bison 3.5Akim Demaille2019-12-083-19/+20
* regenAkim Demaille2019-12-062-18/+41
* diagnostics: style changesAkim Demaille2019-12-023-6/+11
* style: pacify syntax-checkAkim Demaille2019-11-202-5/+6
* diagnostics: complain about undeclared string tokensAkim Demaille2019-11-173-10/+21
* diagnostics: yacc reserves %type to nonterminalsAkim Demaille2019-11-175-28/+68
* regenAkim Demaille2019-11-162-18/+29
* gram.c: Fix condition of averkaneko y2019-11-121-1/+1
* gram.c: also print terminals in grammar_dumpYuichiro Kaneko2019-11-111-3/+12
* diagnostics: add missing translationAkim Demaille2019-11-031-4/+4
* style: fix cpp indentationAkim Demaille2019-10-291-10/+10
* reader: reduce the "scope" of global variablesAkim Demaille2019-10-268-34/+30
* regenAkim Demaille2019-10-262-10/+10
* parser: use grammar_file instead of current_fileAkim Demaille2019-10-261-6/+6
* diagnostics: use grammar_file instead of current_fileAkim Demaille2019-10-261-1/+1
* reader: let symtab deal with the symbolsAkim Demaille2019-10-253-19/+23
* style: remove incorrect commentAkim Demaille2019-10-251-1/+0
* diagnostics: simplify location handlingAkim Demaille2019-10-242-11/+11
* build: reenable -Wtype-limitsAkim Demaille2019-10-245-0/+22
* build: remove dmalloc supportAkim Demaille2019-10-241-10/+0
* style: update comment in reader.cYuichiro Kaneko2019-10-231-4/+3
* style: pacify syntax-checkAkim Demaille2019-10-223-6/+7
* main: also free memory on errorsAkim Demaille2019-10-212-4/+7
* style: reduce scope in derivesAkim Demaille2019-10-211-4/+2
* parser: clarify version checkingAkim Demaille2019-10-203-58/+92
* regenPaul Eggert2019-10-172-78/+75
* bison: check for int overflow in token numbersPaul Eggert2019-10-171-1/+9
* bison: check for int overflow when scanningPaul Eggert2019-10-171-2/+6
* bison: check version numbers more carefullyPaul Eggert2019-10-171-5/+7
* i18n: don't push too hard for '…'Akim Demaille2019-10-121-2/+5
* regenAkim Demaille2019-10-112-47/+73
* diagnostics: prefer "…" to "..." if the locale supports itAkim Demaille2019-10-101-6/+17
* Use “least” types for integers in Yacc tablesPaul Eggert2019-10-071-5/+0
* regenAkim Demaille2019-10-062-33/+16
* diagnostics: also show suggested %emptyAkim Demaille2019-10-061-0/+2
* diagnostics: sort symbols per locationAkim Demaille2019-10-062-10/+14
* diagnostics: suggest fixes for undeclared symbolsAkim Demaille2019-10-062-9/+49
* style: isolate complain_symbol_undeclaredAkim Demaille2019-10-061-6/+15
* style: simplify the handling of symbol and semantic_type tablesAkim Demaille2019-10-061-76/+44
* diagnostics: display suggested update after the caret-infoAkim Demaille2019-10-063-10/+26
* diagnostics: isolate caret_set_columnAkim Demaille2019-10-061-17/+36
* diagnostics: isolate caret_set_fileAkim Demaille2019-10-061-35/+51
* Avoid quiet conversion of pointer to boolPaul Eggert2019-10-052-2/+2
* Port ARGMATCH_DEFINE_GROUP calls to C99Paul Eggert2019-10-052-5/+5
* regenPaul Eggert2019-10-022-85/+133
* Prefer signed to unsigned integersPaul Eggert2019-10-0226-110/+109
* diagnostics: get the screen width from the terminalAkim Demaille2019-09-223-10/+45
* diagnostics: don't print ellipsis on the caret lineAkim Demaille2019-09-221-3/+2