summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* build: fix compatibility with old compilersAkim Demaille2020-04-021-3/+8
* diagnostics: don't crash because of repeated definitions of errorAkim Demaille2020-03-082-1/+6
* style: initialize some struct membersAkim Demaille2020-03-081-0/+2
* diagnostics: beware of zero-width charactersAkim Demaille2020-03-082-19/+23
* diagnostics: be sure to close the styling when lines are too shortAkim Demaille2020-03-071-0/+6
* muscles: fix incorrect decoding of $Akim Demaille2020-03-072-4/+3
* code: be robust to reference with invalid tagsAkim Demaille2020-03-061-1/+1
* style: comment changesAkim Demaille2020-03-064-15/+16
* style: remove useless declarationsAkim Demaille2020-03-062-8/+0
* typo: succesful -> successfulAdrian Vogelsgesang2020-03-061-1/+1
* news: 3.5.2Akim Demaille2020-02-132-3/+3
* 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