Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a C89 compliance test for the headers. | Tavian Barnes | 2014-06-12 | 1 | -2/+2 |
| | | | | | Technically we still require a couple things from C99 like "bool", but it works with -std=c89 under gcc. | ||||
* | Add a C99 conformance test for the headers. | Tavian Barnes | 2014-06-12 | 1 | -2/+2 |
| | |||||
* | pool: Separate dmnsn_palloc and dmnsn_palloc_tidy() APIs. | Tavian Barnes | 2014-05-30 | 1 | -3/+20 |
| | |||||
* | pool: Rename pool_alloc to palloc. | Tavian Barnes | 2014-05-30 | 1 | -2/+2 |
| | |||||
* | pool: Add memory pool API. | Tavian Barnes | 2014-05-30 | 1 | -0/+60 |