Log

util/multitable.lua @ 13269:d50bee584969

description author age
compat: Remove handling of Lua 5.1 location of 'unpack' function Kim Alvefur Mon, 11 Jul 2022 19:07:38 +0200
lint: Remove use of the 143 error code Kim Alvefur Sat, 08 Dec 2018 17:10:51 +0100
vairious: Add annotation when an empty environment is set [luacheck] Kim Alvefur Wed, 28 Feb 2018 20:06:26 +0100
util: Ignore some Lua 5.1 vs 5.2 compat things [luacheck] Kim Alvefur Fri, 10 Nov 2017 17:47:11 +0100
util: Various minor changes to please [luacheck] Kim Alvefur Fri, 10 Nov 2017 05:42:32 +0100
util.multitable: Localize unpack() in Lua 5.2 compatible way Kim Alvefur Mon, 22 Feb 2016 17:40:42 +0100
util.*: Remove use of module() function, make all module functions local and return them in a table at the end Kim Alvefur Sat, 21 Feb 2015 10:36:37 +0100
Remove all trailing whitespace Florian Zeitz Fri, 09 Aug 2013 17:48:21 +0200
util.multitable: Some fixes for iter()... always match against query, and pass value after path results Matthew Wild Tue, 22 May 2012 14:31:19 +0100
util.multitable: No longer use table.remove to drop elements from the stack, when key is nil immediately (on empty tables) the previous stack entry's key gets removed instead Matthew Wild Sat, 19 May 2012 15:35:49 +0100
util.multitable: Add :iter() method to iterate over results at a fixed depth (parameters are equivalent to :search()) Matthew Wild Sat, 19 May 2012 04:12:41 +0100
Update copyright headers for 2010 Matthew Wild Mon, 22 Mar 2010 17:06:15 +0000
Remove version number from copyright headers Matthew Wild Fri, 10 Jul 2009 03:11:45 +0100
util.multitable: No globals today, thank you. Fixes missing table entries and a potential traceback Matthew Wild Mon, 04 May 2009 19:06:31 +0100
0.3->0.4 Matthew Wild Fri, 20 Mar 2009 20:16:25 +0000
util.multitable: Add mt:search(), use nil for wildcard keys Matthew Wild Thu, 26 Feb 2009 16:55:46 +0000
Update copyright notices for 2009 Matthew Wild Fri, 30 Jan 2009 17:59:26 +0000
0.2->0.3 Matthew Wild Fri, 30 Jan 2009 17:40:25 +0000
GPL->MIT! Matthew Wild Fri, 30 Jan 2009 17:22:56 +0000
Added util.multitable.set Waqas Hussain Sat, 27 Dec 2008 08:27:26 +0500
0.1 -> 0.2 Matthew Wild Wed, 10 Dec 2008 15:44:03 +0000
Small fix for multitable Matthew Wild Sat, 06 Dec 2008 03:40:51 +0000
MultiTable: Remove all empty sub-tables when elements are removed Waqas Hussain Fri, 05 Dec 2008 05:24:10 +0500
util.multitable - A table with multiple key for each entry Waqas Hussain Fri, 05 Dec 2008 04:56:04 +0500