aboutsummaryrefslogtreecommitdiffstats
path: root/util/multitable.lua
Commit message (Expand)AuthorAgeFilesLines
* compat: Remove handling of Lua 5.1 location of 'unpack' functionKim Alvefur2022-07-111-1/+1
* lint: Remove use of the 143 error codeKim Alvefur2018-12-081-1/+1
* vairious: Add annotation when an empty environment is set [luacheck]Kim Alvefur2018-02-281-0/+1
* util: Ignore some Lua 5.1 vs 5.2 compat things [luacheck]Kim Alvefur2017-11-101-1/+1
* util: Various minor changes to please [luacheck]Kim Alvefur2017-11-101-1/+1
* util.multitable: Localize unpack() in Lua 5.2 compatible wayKim Alvefur2016-02-221-1/+2
* util.*: Remove use of module() function, make all module functions local and ...Kim Alvefur2015-02-211-4/+7
* Remove all trailing whitespaceFlorian Zeitz2013-08-091-1/+1
* util.multitable: Some fixes for iter()... always match against query, and pas...Matthew Wild2012-05-221-10/+11
* util.multitable: No longer use table.remove to drop elements from the stack, ...Matthew Wild2012-05-191-3/+2
* util.multitable: Add :iter() method to iterate over results at a fixed depth ...Matthew Wild2012-05-191-5/+38
* Update copyright headers for 2010Matthew Wild2010-03-221-2/+2
* Remove version number from copyright headersMatthew Wild2009-07-101-1/+1
* util.multitable: No globals today, thank you. Fixes missing table entries and...Matthew Wild2009-05-041-2/+2
* 0.3->0.4Matthew Wild2009-03-201-1/+1
* util.multitable: Add mt:search(), use nil for wildcard keysMatthew Wild2009-02-261-0/+49
* Update copyright notices for 2009Matthew Wild2009-01-301-2/+2
* 0.2->0.3Matthew Wild2009-01-301-1/+1
* GPL->MIT!Matthew Wild2009-01-301-13/+2
* Added util.multitable.setWaqas Hussain2008-12-271-5/+17
* 0.1 -> 0.2Matthew Wild2008-12-101-1/+1
* Small fix for multitableMatthew Wild2008-12-061-1/+1
* MultiTable: Remove all empty sub-tables when elements are removedWaqas Hussain2008-12-051-1/+11
* util.multitable - A table with multiple key for each entryWaqas Hussain2008-12-051-0/+84