summaryrefslogtreecommitdiff
path: root/tests/lib
AgeCommit message (Expand)Author
2021-02-24minimal fix to match the library code (really make the constants unsignedchristos
2021-02-23Add REG_GNUchristos
2021-02-23Add support for ENOSYS (was never set)christos
2021-02-23Add REG_POSIX, and make compile on linux where we don't have a lot of thechristos
2021-02-23Delete category stuff that has changed with the new regex; make compilechristos
2021-02-23Comment out tests that the new stricter regex does not likechristos
2021-02-19PR kern/55272: do not skip this test on single cpu machines - it is notmartin
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-14tests/libcurses: document the history about tab bugs in addch/addstrrillig
2021-02-13tests/libcurses: note that addbytes is not part of the APIrillig
2021-02-13tests/libcurses: protect against short writesrillig
2021-02-13tests/libcurses: remove unused code in linterrillig
2021-02-13tests/libcurses: use ASCII only in terminfo descriptionrillig
2021-02-13tests/libcurses: split terminfo entry over more linesrillig
2021-02-13libcurses: fix wrong tab width for addchrillig
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: fix error messagesrillig
2021-02-13tests/libcurses: "fix" test mvwinrillig
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 remaining include guard, commentsrillig
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: add test for addbytesrillig
2021-02-13tests/libcurses: fix warnings for missing environment variablesrillig
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: fix spelling of the special call to DRAINrillig
2021-02-09tests/libcurses: compare function names case-sensitiverillig
2021-02-09tests/libcurses: fix scanf parameter for unsigned intrillig
2021-02-08tests/libcurses: fix off-by-one error in line numbers in diagnosticsrillig
2021-02-08Don't define a label twice.joerg
2021-02-08tests/libcurses: use consistent indentation for grammar rulesrillig