aboutsummaryrefslogtreecommitdiffstats
path: root/util-src/ringbuffer.c
Commit message (Collapse)AuthorAgeFilesLines
* util.ringbuffer: Allocate buffer itself as part of userdata (simpler, single ↵Kim Alvefur2017-01-221-19/+3
| | | | allocation, no need for __gc)
* util.ringbuffer: Remove unused macrosKim Alvefur2017-01-221-3/+0
|
* util-src: Make C modules assert that the Lua runtime matches what it was ↵Kim Alvefur2017-01-081-0/+3
| | | | compiled for
* Add util.ringbuffer, a ringbuffer with a file handle like interfaceKim Alvefur2016-02-021-0/+232