Commit message (Collapse) | 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 ↵ | Kim Alvefur | 2017-03-02 | 1 | -2/+2 |
| | | | | [-Wsign-compare] | ||||
* | 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 ↵ | Kim Alvefur | 2017-02-12 | 1 | -1/+1 |
| | | | | now in the same struct | ||||
* | 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 |
| | | | | allocation, no need for __gc) | ||||
* | 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 ↵ | Kim Alvefur | 2017-01-08 | 1 | -0/+3 |
| | | | | compiled for | ||||
* | Add util.ringbuffer, a ringbuffer with a file handle like interface | Kim Alvefur | 2016-02-02 | 1 | -0/+232 |