Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-12-11 | treewide: correct spacing near eol in code comments | Torstein Husebø | |
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-12-03 | trivial coding style clean ups | Thomas Hindoe Paaboel Andersen | |
- Add space between if/for and the opening parentheses - Place the opening brace on same line as the function (not for udev) From the CODING_STYLE Try to use this: void foo() { } instead of this: void foo() { } | |||
2013-02-10 | tests: add tests of strxcpyx | Thomas Hindoe Paaboel Andersen | |
also fix a bad indentation in test-strbug.c | |||
2013-02-09 | tests: add test of strbuf | Thomas Hindoe Paaboel Andersen | |