Log

util-src/ringbuffer.c @ 11067:f2ffc16a9669 0.11

description author age
util.ringbuffer: Fix typo in comment [codespell] Kim Alvefur 2018-04-06
util.ringbuffer: Add method for discarding buffered data without returning it to lua Kim Alvefur 2018-02-24
util.ringbuffer: Add various comments Kim Alvefur 2018-02-24
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