log util/iterators.lua @ 14229:ce31fdde0ad1 default tip

age author description
Thu, 06 Oct 2022 18:34:40 +0100 Matthew Wild util.iterators: join: Work even with only a single iterator in the chain
Mon, 11 Jul 2022 19:15:24 +0200 Kim Alvefur compat: Use table.pack (there since Lua 5.2) over our util.table
Mon, 11 Jul 2022 19:07:38 +0200 Kim Alvefur compat: Remove handling of Lua 5.1 location of 'unpack' function
Sat, 08 Dec 2018 16:36:05 +0100 Kim Alvefur util.iterators: Use pack from table.pack
Fri, 21 Sep 2018 14:27:46 +0100 Matthew Wild util.iterators: Add sorted_pairs() method
Fri, 18 May 2018 14:57:39 +0100 Matthew Wild util.iterators: Add join() method and tests
Fri, 10 Nov 2017 17:47:11 +0100 Kim Alvefur util: Ignore some Lua 5.1 vs 5.2 compat things [luacheck]