util-src/ringbuffer.c
Fri, 06 Apr 2018 22:26:53 +0200 Kim Alvefur util.ringbuffer: Fix typo in comment [codespell]
Sat, 24 Feb 2018 14:45:06 +0100 Kim Alvefur util.ringbuffer: Add method for discarding buffered data without returning it to lua
Sat, 24 Feb 2018 14:44:46 +0100 Kim Alvefur util.ringbuffer: Add various comments
Thu, 09 Mar 2017 01:20:59 +0100 Kim Alvefur util-src: Specify size of various tables to be allocated
Thu, 02 Mar 2017 19:22:07 +0100 Kim Alvefur util.ringbuffer: Change types of length related variables to size_t [-Wsign-compare]
Sun, 12 Feb 2017 16:42:29 +0100 Kim Alvefur util-src/*.c: Attach pointer * to name instead of type
Sun, 12 Feb 2017 15:51:32 +0100 Kim Alvefur util.ringbuffer: Remove address of buffer itself from __tostring since is now in the same struct
Mon, 23 Jan 2017 18:33:35 +0100 Kim Alvefur util-src/*.c: Squeeze repeated blank lines
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
less more (0) tip