Log

util/multitable.lua @ 5967:3b7206981317

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