util/array.lua
Sun, 21 Oct 2018 15:38:55 +0100 Matthew Wild util.array: Add __div for parity with util.set
Fri, 19 Oct 2018 13:31:00 +0100 Matthew Wild util.array: Break long line
Fri, 12 Oct 2018 00:51:52 +0200 Kim Alvefur util.array: Add freeze metamethod
Fri, 16 Feb 2018 08:23:15 +0100 Kim Alvefur util.array: Add a __name field to metatable
Fri, 31 Mar 2017 17:29:08 +0200 Kim Alvefur util.array: Add method for filtering out duplicate values
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
Wed, 07 Dec 2011 05:04:55 +0000 Matthew Wild util.array: Add pluck() method to pick a given property from each item
Sun, 25 Sep 2011 00:21:22 +0100 Matthew Wild util.array: Fix array.collect() for iterators that expect initial value of var to be preserved
Sat, 16 Oct 2010 23:00:42 +0500 Waqas Hussain Monster whitespace commit (beware the whitespace monster).
Mon, 22 Mar 2010 17:06:15 +0000 Matthew Wild Update copyright headers for 2010
Thu, 08 Oct 2009 18:41:30 +0100 Matthew Wild util.array: Oh no it isn't!
Mon, 05 Oct 2009 18:39:28 +0100 Matthew Wild util.array: Small logic fix for array:filter()
Mon, 05 Oct 2009 17:56:31 +0100 Matthew Wild util.array: Fix for array:filter() (in-place filtering)
Mon, 05 Oct 2009 14:38:04 +0100 Matthew Wild util.array: Per-array methods now always mutate the array, array.* return a mutated copy, and most methods (e.g. sort) now return the array
Fri, 10 Jul 2009 03:08:38 +0100 Matthew Wild Add copyright header to those files missing one
Sat, 20 Jun 2009 22:47:12 +0100 Matthew Wild util.array: Add support for + operator to create a new array from two arrays joined
Sat, 20 Jun 2009 22:45:07 +0100 Matthew Wild util.array: Make array:reverse() and array:shuffle() return the array to allow chaining
Sat, 20 Jun 2009 22:43:54 +0100 Matthew Wild util.array: Add array:append() method, to append a new array to an existing one
Wed, 22 Apr 2009 17:46:17 +0100 Matthew Wild util.array: Add array.collect() to collect results from iterators into an array, and use module() to correctly set the module name
Sun, 29 Mar 2009 13:50:59 +0100 Matthew Wild util.array: Add :reverse() method
Thu, 26 Mar 2009 03:55:45 +0000 Matthew Wild util.array: Expose array.* functions, to be used for unwrapped arrays
Wed, 25 Mar 2009 03:00:09 +0000 Matthew Wild util.array: New array library
less more (0) tip