Log

util/multitable.lua @ 9821:7712488c8e49 0.11

description author age
vairious: Add annotation when an empty environment is set [luacheck] Kim Alvefur 2018-02-28
util: Ignore some Lua 5.1 vs 5.2 compat things [luacheck] Kim Alvefur 2017-11-10
util: Various minor changes to please [luacheck] Kim Alvefur 2017-11-10
util.multitable: Localize unpack() in Lua 5.2 compatible way Kim Alvefur 2016-02-22
util.*: Remove use of module() function, make all module functions local and return them in a table at the end Kim Alvefur 2015-02-21
Remove all trailing whitespace Florian Zeitz 2013-08-09
util.multitable: Some fixes for iter()... always match against query, and pass value after path results Matthew Wild 2012-05-22
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 2012-05-19
util.multitable: Add :iter() method to iterate over results at a fixed depth (parameters are equivalent to :search()) Matthew Wild 2012-05-19
Update copyright headers for 2010 Matthew Wild 2010-03-22
Remove version number from copyright headers Matthew Wild 2009-07-10
util.multitable: No globals today, thank you. Fixes missing table entries and a potential traceback Matthew Wild 2009-05-04
0.3->0.4 Matthew Wild 2009-03-20
util.multitable: Add mt:search(), use nil for wildcard keys Matthew Wild 2009-02-26
Update copyright notices for 2009 Matthew Wild 2009-01-30
0.2->0.3 Matthew Wild 2009-01-30
GPL->MIT! Matthew Wild 2009-01-30
Added util.multitable.set Waqas Hussain 2008-12-27
0.1 -> 0.2 Matthew Wild 2008-12-10
Small fix for multitable Matthew Wild 2008-12-06
MultiTable: Remove all empty sub-tables when elements are removed Waqas Hussain 2008-12-05
util.multitable - A table with multiple key for each entry Waqas Hussain 2008-12-04