]> ruderich.org/simon Gitweb - coloredstderr/coloredstderr.git/history - tests/example.c
Prevent crash in execve() if env is NULL
[coloredstderr/coloredstderr.git] / tests / example.c
2018-02-01 Simon RuderichUpdate copyright year
2015-08-28 Simon Ruderichupdate copyright year
2014-01-01 Simon RuderichUpdate copyright year.
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.