Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | util-src: Specify size of various tables to be allocated | Kim Alvefur | 2017-03-09 | 1 | -2/+2 |
* | util.ringbuffer: Change types of length related variables to size_t [-Wsign-c... | Kim Alvefur | 2017-03-02 | 1 | -2/+2 |
* | util-src/*.c: Attach pointer * to name instead of type | Kim Alvefur | 2017-02-12 | 1 | -25/+26 |
* | util.ringbuffer: Remove address of buffer itself from __tostring since is now... | Kim Alvefur | 2017-02-12 | 1 | -1/+1 |
* | util-src/*.c: Squeeze repeated blank lines | Kim Alvefur | 2017-01-23 | 1 | -3/+0 |
* | util.ringbuffer: Allocate buffer itself as part of userdata (simpler, single ... | Kim Alvefur | 2017-01-22 | 1 | -19/+3 |
* | util.ringbuffer: Remove unused macros | Kim Alvefur | 2017-01-22 | 1 | -3/+0 |
* | util-src: Make C modules assert that the Lua runtime matches what it was comp... | Kim Alvefur | 2017-01-08 | 1 | -0/+3 |
* | Add util.ringbuffer, a ringbuffer with a file handle like interface | Kim Alvefur | 2016-02-02 | 1 | -0/+232 |