Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace tabs following #define with spaces. | Jason Evans | 2017-01-21 | 1 | -2/+2 |
* | Remove extraneous parens around return arguments. | Jason Evans | 2017-01-21 | 1 | -4/+4 |
* | Update brace style. | Jason Evans | 2017-01-21 | 1 | -12/+9 |
* | Remove leading blank lines from function bodies. | Jason Evans | 2017-01-13 | 1 | -1/+0 |
* | Don't fetch tsd in a0{d,}alloc(). | Jason Evans | 2014-10-11 | 1 | -0/+1 |
* | Remove the *allocm() API, which is superceded by the *allocx() API. | Jason Evans | 2014-04-15 | 1 | -1/+1 |
* | Fix name mangling issues. | Jason Evans | 2013-12-13 | 1 | -2/+2 |
* | Implement the *allocx() API. | Jason Evans | 2013-12-13 | 1 | -4/+3 |
* | Fix a strict aliasing violation. | Jason Evans | 2013-12-12 | 1 | -2/+4 |
* | Add mq (message queue) to test infrastructure. | Jason Evans | 2013-12-12 | 1 | -0/+91 |