log spec/util_ringbuffer_spec.lua @ 14199:8eac8de97bca 13.0 13.0.6

age author description
Mon, 25 May 2026 14:44:20 +0100 Matthew Wild util.ringbuffer: find(): Fix find logic bugs 13.0
Mon, 25 May 2026 14:41:06 +0100 Matthew Wild util.ringbuffer: Fix incorrect returned position from :find() for #needle~=1 13.0
Thu, 25 Jun 2020 15:45:13 +0100 Matthew Wild util.ringbuffer: Fix accidentally committed test change (thanks buildbot)
Wed, 24 Jun 2020 13:00:11 +0100 Matthew Wild util.ringbuffer: Add some additional asserts to tests
Wed, 24 Jun 2020 12:34:20 +0100 Matthew Wild util.ringbuffer: Ensure unsigned chars are always returned from :byte()
Tue, 23 Jun 2020 16:50:26 +0100 Matthew Wild util.ringbuffer: Add test for :discard()
Thu, 04 Jun 2020 15:19:20 +0100 Matthew Wild util.ringbuffer: Add :sub() and :byte() methods equivalent to the string methods
Thu, 04 Jun 2020 16:11:08 +0200 Kim Alvefur util.ringbuffer: Prevent creation of buffer with negative size
Fri, 29 May 2020 18:11:42 +0200 Kim Alvefur util.ringbuffer: Prevent creation of zero-size buffer
Fri, 29 May 2020 17:53:00 +0200 Kim Alvefur util.ringbuffer: Add some initial tests