util/iterators.lua
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.
Fri, 12 Apr 2013 00:44:49 +0100 Matthew Wild util.iterators: Add ripairs() (ipairs() in reverse) (thanks Maranda)
Mon, 23 Jan 2012 00:00:10 +0000 Matthew Wild util.iterators: Make a standard library (no longer injects into global namespace)
Wed, 07 Dec 2011 05:17:39 +0000 Matthew Wild util.iterators: it2table: Fix variable name
Sun, 25 Sep 2011 00:20:43 +0100 Matthew Wild util.iterators: Add range(from, to)
Sat, 16 Oct 2010 23:00:42 +0500 Waqas Hussain Monster whitespace commit (beware the whitespace monster).
Tue, 20 Jul 2010 12:37:28 +0100 Matthew Wild util.iterators: Add skip() to skip the first n items of an iterator
Mon, 22 Mar 2010 17:06:15 +0000 Matthew Wild Update copyright headers for 2010
Mon, 10 Aug 2009 15:46:34 +0100 Matthew Wild util.iterators: Add tail() iterator, to return the last n items
Mon, 10 Aug 2009 15:07:32 +0100 Matthew Wild util.iterators: Add head() iterator, to return the first n items
Fri, 10 Jul 2009 03:08:38 +0100 Matthew Wild Add copyright header to those files missing one
Wed, 25 Mar 2009 03:01:10 +0000 Matthew Wild util.iterators: New iterators library
less more (0) tip