Log

util-src/ringbuffer.c @ 8235:7d9a2c200736

description author age
util-src: Specify size of various tables to be allocated Kim Alvefur 2017-03-09
util.ringbuffer: Change types of length related variables to size_t [-Wsign-compare] Kim Alvefur 2017-03-02
util-src/*.c: Attach pointer * to name instead of type Kim Alvefur 2017-02-12
util.ringbuffer: Remove address of buffer itself from __tostring since is now in the same struct Kim Alvefur 2017-02-12
util-src/*.c: Squeeze repeated blank lines Kim Alvefur 2017-01-23
util.ringbuffer: Allocate buffer itself as part of userdata (simpler, single allocation, no need for __gc) Kim Alvefur 2017-01-22
util.ringbuffer: Remove unused macros Kim Alvefur 2017-01-22
util-src: Make C modules assert that the Lua runtime matches what it was compiled for Kim Alvefur 2017-01-08
Add util.ringbuffer, a ringbuffer with a file handle like interface Kim Alvefur 2016-02-02