summaryrefslogtreecommitdiff
path: root/tests/lib/libcurses/director
AgeCommit message (Expand)Author
2021-11-15Add handling for backspace special character (\b)blymn
2021-06-13tests/libcurses: sprinkle 'const', normalize sizeofrillig
2021-06-10Unset ESCDELAY in libcurses test director to ensure consistent resultsmcf
2021-04-06tests/libcurses: fix names of over-the-wire data typesrillig
2021-04-06tests/libcurses: clean up table of input functionsrillig
2021-04-06tests/libcurses: don't waste time calling strlen needlesslyrillig
2021-02-25tests/libcurses: use common style for parse error messagesrillig
2021-02-25tests/libcurses: use common syntax for accessing array elementsrillig
2021-02-25tests/libcurses: reduce indentationrillig
2021-02-25libcurses: prevent unknown escpae sequences in testsrillig
2021-02-15Simplify to avoid copy based on the size of the source.joerg
2021-02-15tests/libcurses: fix error handling for non-system errorsrillig
2021-02-13tests/libcurses: fix child process handlingrillig
2021-02-13tests/libcurses: fix error messagesrillig
2021-02-13tests/libcurses: remove undocumented, unused command line optionrillig
2021-02-13tests/libcurses: remove include path from usage messagerillig
2021-02-13tests/libcurses: clean up inclusion guards, function declarationsrillig
2021-02-13tests/libcurses: remove include path handlingrillig
2021-02-13tests/libcurses: align commentsrillig
2021-02-13tests/libcurses: fix misleading usage documentationrillig
2021-02-13tests/libcurses: fix pipe handling in the parent processrillig
2021-02-13tests/libcurses: fix pipe handling in child processrillig
2021-02-13tests/libcurses: fix warnings for missing environment variablesrillig
2021-02-09tests/libcurses: add missing space after control flow keywordsrillig
2021-02-08tests/libcurses: fix off-by-one error in line numbers in diagnosticsrillig
2021-02-08tests/libcurses: use consistent indentation for grammar rulesrillig
2021-02-08tests/libcurses: extract functions 'input' and 'noinput' from grammarrillig
2021-02-08tests/libcurses: indent grammar functions consistentlyrillig
2021-02-08tests/libcurses: declare %type in grammarrillig
2021-02-08tests/libcurses: extract function 'delay_millis' from the grammarrillig
2021-02-08tests/libcurses: move function 'check' out of the grammar sectionrillig
2021-02-08tests/libcurses: fix typo in license textrillig
2021-02-08tests/libcurses: remove unused token DRAINrillig
2021-02-08tests/libcurses: fix sentinel for execlrillig
2021-02-08tests/libcurses: on errors, print nonprintable characters as wellrillig
2021-02-07tests/libcurses: use a single message style for diagnosticsrillig
2021-02-07tests/libcurses: make grammar for test cases conflict-freerillig
2021-02-07tests/libcurses: fix grammar for arraysrillig
2021-02-07tests/libcurses: do not allow control characters in pathsrillig
2021-02-07tests/libcurses: error out on trying to parse /dev/zerorillig
2021-02-07tests/libcurses: require keywords to be lowercase, except for OK and ERRrillig
2021-02-07tests/libcurses: add missing semicolon in grammarrillig
2021-02-07tests/libcurses: fix typo in commentrillig
2021-02-07tests/libcurses: add const to some function parametersrillig
2021-02-07tests/libcurses: simplify code for writing to the .exp filerillig
2021-02-07tests/libcurses: actually compare the stream to an absolute pathrillig
2021-02-07tests/libcurses: use more common abbreviations for tokensrillig
2021-02-07tests/libcurses: use standard indentation for grammar rule 'arg'rillig
2021-02-07tests/libcurses: extract grammar rule 'arg'rillig
2021-02-07tests/libcurses: error out if called with too many argumentsrillig