Log

util/multitable.lua @ 11585:057ce005937e

description author age
lint: Remove use of the 143 error code Kim Alvefur 2018-12-08
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