summaryrefslogtreecommitdiff
path: root/tests/lib/libcurses/slave
AgeCommit message (Expand)Author
2021-12-07tests/libcurses: fix grammar in comment (since yesterday)rillig
2021-12-06tests/libcurses: clean up commentsrillig
2021-09-04Cosmetic fixes. No functional changes intended.rin
2021-06-13tests/libcurses: fix argument handling for mvwget_wchrillig
2021-06-13tests/libcurses: make error handling in the linter simplerrillig
2021-06-13tests/libcurses: improve code locality in linterrillig
2021-06-13tests/libcurses: improve local variable names in linterrillig
2021-06-13tests/libcurses: unexport argument handling functionsrillig
2021-06-13tests/libcurses: KNF for while looprillig
2021-06-13tests/libcurses: remove redundant argument numbersrillig
2021-06-13tests/libcurses: add parentheses around argument to sizeofrillig
2021-04-04Reapply fix for big-endian environments, which was lost when GSoC resultsrin
2021-04-04When mvscanw(3) fails, string is not modified.rin
2021-04-04s/&string/string/ for mvscanw(3); string is already pointer to buffer.rin
2021-02-15tests/libcurses: fix error handling for non-system errorsrillig
2021-02-13tests/libcurses: protect against short writesrillig
2021-02-13tests/libcurses: remove unused code in linterrillig
2021-02-13tests/libcurses: extract read_command_argument from process_commandsrillig
2021-02-13tests/libcurses: fix reading from the parent processrillig
2021-02-13tests/libcurses: fix child process handlingrillig
2021-02-13tests/libcurses: clean up remaining include guard, commentsrillig
2021-02-13tests/libcurses: clean up inclusion guards, function declarationsrillig
2021-02-13tests/libcurses: fix pipe handling in child processrillig
2021-02-12tests/libcurses: format misleading do-while looprillig
2021-02-12tests/libcurses: remove wrong commentsrillig
2021-02-12tests/libcurses: remove excess empty linesrillig
2021-02-12tests/libcurses: query function arguments in consistent orderrillig
2021-02-12tests/libcurses: don't access args directlyrillig
2021-02-12tests/libcurses: replace ARG_CHTYPE_STRING with ARG_CHTYPErillig
2021-02-12tests/libcurses: add shortcut macros for SCREEN and unsigned intrillig
2021-02-12tests/libcurses: remove redundant commentsrillig
2021-02-12tests/libcurses: reduce boilerplate in function dispatcherrillig
2021-02-12tests/libcurses: reduce boilerplate in function dispatcherrillig
2021-02-09tests/libcurses: add missing space after control flow keywordsrillig
2021-02-09tests/libcurses: replace remaining strcasecmp with strcmprillig
2021-02-09tests/libcurses: compare function names case-sensitiverillig
2021-02-09tests/libcurses: fix scanf parameter for unsigned intrillig
2021-02-08tests/libcurses: fix typo in license textrillig
2020-10-24Merge in code from Google Summer of Code project which dramaticallyblymn
2020-06-20Fix false positive for mvscanw tests on big endian machines.rin
2019-09-19Rototill to add complex character support:blymn
2019-05-26Start supporting wide char tests.blymn
2019-04-26Fix argument parsing for mvinsch, last arg is a chtype not a string.blymn
2014-01-19Remove "-g" from CPPFLAGS and LDFLAGS in curses tests.apb
2012-09-19* Fix mvscanw returnblymn
2011-09-15- add support for getparyx and getyx callsblymn
2011-09-08It's ATFFILE=no, not NOATFFILE=true. This fixes the contents of thejmmv
2011-08-29fix bug where we read the same argument twice. Name the timeout val thechristos
2011-08-17document non-literal format stringschristos
2011-06-17- pass things in arguments instead of environmentchristos