log util/array.lua @ 8015:ecb110f45c92

age author description
Thu, 16 Mar 2017 19:09:57 +0100 Kim Alvefur util.array: Add O(n) equality check metamethod
Tue, 18 Oct 2016 15:16:30 +0200 Kim Alvefur util.array: Remove unused arguments [luacheck]
Tue, 18 Oct 2016 15:16:18 +0200 Kim Alvefur util.array: Rename arguments to avoid name clash [luacheck]
Wed, 23 Dec 2015 08:39:22 +0100 Kim Alvefur util.array: Just use table.remove as array:pop()
Wed, 23 Dec 2015 08:32:13 +0100 Kim Alvefur util.array: Fix minory style issues
Sat, 21 Feb 2015 10:36:37 +0100 Kim Alvefur util.*: Remove use of module() function, make all module functions local and return them in a table at the end
Wed, 17 Sep 2014 14:50:44 +0200 Kim Alvefur util.array: Add type() local
Sun, 06 Oct 2013 23:18:54 +0200 Kim Alvefur util.array: Improve array:reverse() and make it work as both method and non-mutating function
Fri, 09 Aug 2013 17:48:21 +0200 Florian Zeitz Remove all trailing whitespace
Tue, 07 May 2013 10:41:03 -0400 Waqas Hussain util.array: Wrap tostring() output in {} (otherwise empty arrays print as "").
Wed, 08 Aug 2012 11:49:31 +0100 Matthew Wild util.array: Accept an iterator to the array constructor
Fri, 09 Dec 2011 12:02:21 +0500 Waqas Hussain util.array: Avoid globals.
Fri, 09 Dec 2011 11:57:14 +0500 Waqas Hussain util.array: Make array:push() chainable.
Wed, 07 Dec 2011 05:14:58 +0000 Matthew Wild util.array: Expand some of the more basic methods to act more sensibly than their names suggested