summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
| * test: report.at: avoid tiny new failureJim Meyering2020-01-191-2/+2
| * package: bump copyrights to 2020Akim Demaille2020-01-1030-29/+46
* | yacc.c: portability to G++ 4.8Akim Demaille2020-01-171-1/+1
* | yacc.c: pass the parse-params to yyreport_syntax_errorAkim Demaille2020-01-172-40/+57
* | tests: a clearer test for parse-paramsAkim Demaille2020-01-171-25/+52
* | yacc.c: check custom error messages with parse-paramsAkim Demaille2020-01-171-1/+2
* | yacc.c: let custom error messages see the locationAkim Demaille2020-01-172-1/+4
* | tests: compute verbose error messages from the custom onesAkim Demaille2020-01-172-39/+25
* | yacc.c: check custom error messagesAkim Demaille2020-01-173-28/+92
* | tests: make AT_PARSE_PARAMS usable at the end of argumentsAkim Demaille2020-01-151-8/+9
* | tests: fix AT_BISON_OPTION_PUSHDEFS, AT_BISON_OPTION_POPDEFS pairsAkim Demaille2020-01-153-5/+8
* | c++: report the stack at the same places as in CAkim Demaille2020-01-151-0/+1
* | c++: display the stack in the same order as in CAkim Demaille2020-01-151-1/+1
* | style: avoid redundancy in the testsAkim Demaille2020-01-152-16/+33
* | package: bump copyrights to 2020Akim Demaille2020-01-0530-29/+46
* | yacc.c: no longer support YYERROR_VERBOSEAkim Demaille2020-01-041-1/+2
* | yacc: restructure and fix yysyntax_errorAkim Demaille2019-12-311-3/+17
|/
* glr.c: obey the parse.assert %define variableAkim Demaille2019-12-071-6/+23
* api.token.raw: check it against api.token.constructorAkim Demaille2019-12-071-10/+49
* warnings: enable -Wuseless-cast, and eliminate warningsAkim Demaille2019-12-062-3/+3
* glr.c: style changesAkim Demaille2019-12-021-2/+2
* yacc.c, glr.c: fix crash when reporting errors in consistent statesAkim Demaille2019-11-292-1/+61
* tests: avoid creating files whose name collide with standard headersAkim Demaille2019-11-261-5/+4
* diagnostics: complain about undeclared string tokensAkim Demaille2019-11-171-0/+25
* diagnostics: yacc reserves %type to nonterminalsAkim Demaille2019-11-171-0/+49
* tests: be robust to old Perl versions on CygwinAkim Demaille2019-11-161-2/+6
* gram.c: also print terminals in grammar_dumpYuichiro Kaneko2019-11-111-6/+105
* tests: fix comment and adjust to locale names on GNU/LinuxAkim Demaille2019-11-031-4/+5
* tests: really check complaints from m4Akim Demaille2019-11-031-38/+15
* tests: simplify prologueAkim Demaille2019-11-031-5/+4
* c++: fix old cast warningsAkim Demaille2019-11-026-45/+46
* tests: be robust to tput errorsAkim Demaille2019-11-011-1/+1
* diagnostics: use grammar_file instead of current_fileAkim Demaille2019-10-261-1/+1
* 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