log util/array.lua @ 7700:0d70410efdcf

age author description
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