Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-02-23 | remove unused includes | Thomas Hindoe Paaboel Andersen | |
This patch removes includes that are not used. The removals were found with include-what-you-use which checks if any of the symbols from a header is in use. | |||
2015-01-22 | Assorted format fixes | Zbigniew Jędrzejewski-Szmek | |
Types used for pids and uids in various interfaces are unpredictable. Too bad. | |||
2014-10-04 | test: only use assert_se | Thomas Hindoe Paaboel Andersen | |
The asserts used in the tests should never be allowed to be optimized away | |||
2013-03-26 | tests: fix size_t in format string | Zbigniew Jędrzejewski-Szmek | |
2013-02-10 | tests: add tests of strxcpyx | Thomas Hindoe Paaboel Andersen | |
also fix a bad indentation in test-strbug.c |