Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Disentangle assert and util | David Goldblatt | 2017-03-06 | 1 | -1/+11 |
| | | | | | | | | | This is the first header refactoring diff, #533. It splits the assert and util components into separate, hermetic, header files. In the process, it splits out two of the large sub-components of util (the stdio.h replacement, and bit manipulation routines) into their own components (malloc_io.h and bit_util.h). This is mostly to break up cyclic dependencies, but it also breaks off a good chunk of the catch-all-ness of util, which is nice. | ||||
* | Replace tabs following #define with spaces. | Jason Evans | 2017-01-21 | 1 | -4/+4 |
| | | | | This resolves #564. | ||||
* | Update brace style. | Jason Evans | 2017-01-21 | 1 | -1/+2 |
| | | | | | | | Add braces around single-line blocks, and remove line breaks before function-opening braces. This resolves #537. | ||||
* | Tweak code to allow compilation of concatenated src/*.c sources. | Jason Evans | 2015-11-12 | 1 | -0/+45 |
This resolves #294. |