summaryrefslogtreecommitdiff
path: root/tests/lib/libcurses/director/testlang_parse.y
AgeCommit message (Expand)Author
2021-06-13tests/libcurses: sprinkle 'const', normalize sizeofrillig
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-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 error messagesrillig
2021-02-13tests/libcurses: clean up inclusion guards, function declarationsrillig
2021-02-13tests/libcurses: fix pipe handling in the parent processrillig
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-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: add missing semicolon in grammarrillig
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: fail on syntax errors in test filesrillig
2021-02-07tests/libcurses: use a single indentation style in the test grammarrillig
2021-02-07tests/libcurses: clean up test case grammar for statementsrillig
2021-02-07tests/libcurses: fix name of grammar rulerillig
2021-02-07tests/libcurses: unary minus doesn't make sense on bool expressionsrillig
2020-10-24Remove extra parensroy
2020-10-24Merge in code from Google Summer of Code project which dramaticallyblymn
2020-04-23saved_output is owned by director.cjoerg
2019-09-19Rototill to add complex character support:blymn
2019-06-11Bracket strings being validated with markers to ensure sneaky whitespeaceblymn
2015-01-04add proper include files.christos
2012-09-19* Add scanw family function calls as input functionsblymn
2011-09-15fix printf format stringschristos
2011-09-15- Add erase and kill to the terminal attributes so we can testblymn
2011-09-08- Add a delay just after the function is passed to the slave, thisblymn
2011-08-29- err -> errx mistakeschristos
2011-08-18Fix enums confusion.christos
2011-06-18Try to initialize retval to something sensible.joerg
2011-06-17vis'ify the excess byte printing so that xstlproc does not barf.christos
2011-06-17- pass things in arguments instead of environmentchristos
2011-06-11Turn warns on for all tests and fix all the bugs.christos