]> ruderich.org/simon Gitweb - coloredstderr/coloredstderr.git/history - tests/example.c
tests: Check return values of write() and dup2().
[coloredstderr/coloredstderr.git] / tests / example.c
2013-06-21 Simon Ruderichtests: Check return values of write() and dup2().
2013-06-20 Simon RuderichRemove invalid assert() in tracked_fds_find().
2013-06-17 Simon Ruderichtests/example.c: Use errno = ENOMEM.
2013-06-13 Simon RuderichHandle invalid arguments to close()/fclose() better.
2013-06-13 Simon RuderichFix hook for putc_unlocked() with glibc.
2013-06-10 Simon Ruderichtests: Fix warnings about unused parameters.
2013-06-07 Simon RuderichFix a few strict compiler warnings.
2013-06-06 Simon RuderichUse static list of descriptors to reduce mallocs.
2013-06-01 Simon RuderichHook perror(3).
2013-06-01 Simon RuderichAdd simple test suite.