log util/iterators.lua @ 9598:dcd85bc34d21

age author description
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]
Fri, 15 Apr 2016 13:20:31 +0200 Kim Alvefur util.iterators: Add iterator wrapper that works like select(n, ...) applied to original iterator
Wed, 13 Apr 2016 20:00:41 +0200 Kim Alvefur util.iterators: Normalize indentation
Mon, 21 Mar 2016 21:04:14 +0000 Matthew Wild util.iterators: Fix use of incorrect variable accidentally introduced in a9ef93bc81d9
Thu, 10 Mar 2016 17:52:57 +0000 Matthew Wild util.iterators: Variable renaming to avoid shadowing [luacheck]
Thu, 10 Mar 2016 17:49:46 +0000 Matthew Wild util.iterators: Return initial var from upstream iterator [luacheck]
Thu, 10 Mar 2016 17:48:53 +0000 Matthew Wild util.iterators: Don't replace var, as we should preserve var from the original iterator [luacheck]
Mon, 22 Feb 2016 17:43:40 +0100 Kim Alvefur util.iterators: Use table.pack() on Lua 5.2
Mon, 22 Feb 2016 17:38:46 +0100 Kim Alvefur util.iterators: Localize unpack() in Lua 5.2 compatible way
Fri, 09 Aug 2013 17:48:21 +0200 Florian Zeitz Remove all trailing whitespace
Fri, 17 May 2013 08:42:21 +0100 Matthew Wild util.iterators: Small fix for variable scoping issue
Fri, 17 May 2013 08:31:03 +0100 Matthew Wild util.iterators: Add filter() to run results through a filter function
Fri, 17 May 2013 08:30:28 +0100 Matthew Wild util.iterators: Various fixes and improvements, primarily use pack() where it should be used.