summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* tests: beware of GCC9 warnings in push modeAkim Demaille2019-10-201-2/+2
* tests: port to Solaris 10 grepPaul Eggert2019-10-171-1/+1
* tests: port to Solaris 10 sedPaul Eggert2019-10-171-2/+2
* bison: check for int overflow when scanningPaul Eggert2019-10-171-0/+2
* c: port YY_ATTRIBUTE_UNUSED to Sun C 5.12Paul Eggert2019-10-171-1/+1
* yacc: rename types for statesAkim Demaille2019-10-151-2/+4
* tests: avoid $(...)Akim Demaille2019-10-151-1/+1
* tests: use a portable 'truncate' implementationAkim Demaille2019-10-141-1/+5
* tests: factor the generation of files without the final eolAkim Demaille2019-10-132-13/+21
* tests: refactor the handling of PerlAkim Demaille2019-10-1313-39/+65
* glr: display line numbers in tracesAkim Demaille2019-10-111-2/+2
* tests: be really robust to Perl missingAkim Demaille2019-10-1111-36/+38
* tests: do not depend on config.hAkim Demaille2019-10-104-11/+5
* tests: style changesAkim Demaille2019-10-101-17/+17
* tests: formatting changesAkim Demaille2019-10-102-6/+6
* tests: add missing includesAkim Demaille2019-10-104-2/+9
* Work around GCC 4.8 false alarms without castsPaul Eggert2019-10-061-1/+1
* tests: make recheckAkim Demaille2019-10-061-0/+7
* diagnostics: also show suggested %emptyAkim Demaille2019-10-062-0/+19
* diagnostics: sort symbols per locationAkim Demaille2019-10-062-12/+12
* diagnostics: suggest fixes for undeclared symbolsAkim Demaille2019-10-061-4/+32
* style: isolate complain_symbol_undeclaredAkim Demaille2019-10-061-4/+4
* diagnostics: display suggested update after the caret-infoAkim Demaille2019-10-062-7/+32
* tests: use tput to get the number of columnsAkim Demaille2019-10-061-1/+1
* tests: avoid a GCC 4.8 warningAkim Demaille2019-10-051-1/+1
* tests: check more state numbersAkim Demaille2019-10-041-0/+3
* tests: be robust to -DNDEBUGAkim Demaille2019-10-032-0/+2
* Adjust ‘Big horizontal’ test casePaul Eggert2019-10-021-1/+1
* Prefer signed to unsigned integersPaul Eggert2019-10-023-6/+8
* Prefer signed types for indexes in skeletonsPaul Eggert2019-10-021-8/+8
* yacc: use the most appropriate integral type for state numbersAkim Demaille2019-09-303-7/+133
* diagnostics: get the screen width from the terminalAkim Demaille2019-09-221-0/+5
* diagnostics: don't print ellipsis on the caret lineAkim Demaille2019-09-221-3/+3
* diagnostics: also show truncation at the end of line with "..."Akim Demaille2019-09-221-12/+12
* diagnostics: check that quoted lines are truncatedAkim Demaille2019-09-221-3/+88
* diagnostics: truncate quoted sources to fit the screenAkim Demaille2019-09-221-10/+19
* java: handle eof in yytranslateAkim Demaille2019-09-141-0/+1
* api.token.raw: cannot be used with character literalsAkim Demaille2019-09-142-3/+37
* api.token.raw: apply to the other skeletonsAkim Demaille2019-09-142-35/+126
* api.token.raw: check itAkim Demaille2019-09-144-0/+127
* style: tidy yacc.cAkim Demaille2019-09-141-1/+1
* diagnostics: fix use of complain_indentAkim Demaille2019-09-143-10/+10
* input: stop treating lone CRs as end-of-linesAkim Demaille2019-09-141-2/+34
* diagnostics: beware of unexpected EOF when quoting the source fileAkim Demaille2019-09-121-4/+28
* tests: add noexcept to please GCC 9Akim Demaille2019-09-081-1/+1
* fix: don't die when EOF token is defined twiceAkim Demaille2019-09-071-1/+7
* tests: check token redeclarationAkim Demaille2019-09-073-5/+51
* style: fix commentAkim Demaille2019-09-061-1/+1
* d: remove useless importsAkim Demaille2019-08-291-2/+0
* diagnostics: fix invalid error message indentationLászló Várady2019-08-181-0/+30