log util-src/ringbuffer.c @ 7828:b4a08a514ebc

age author description
Sun, 22 Jan 2017 09:23:10 +0100 Kim Alvefur util.ringbuffer: Allocate buffer itself as part of userdata (simpler, single allocation, no need for __gc)
Sun, 22 Jan 2017 04:05:41 +0100 Kim Alvefur util.ringbuffer: Remove unused macros
Sun, 08 Jan 2017 14:21:08 +0100 Kim Alvefur util-src: Make C modules assert that the Lua runtime matches what it was compiled for
Tue, 02 Feb 2016 20:24:27 +0100 Kim Alvefur Add util.ringbuffer, a ringbuffer with a file handle like interface