Commit Graph

24 Commits (master)

Author SHA1 Message Date
Kim Alvefur 5251c9b686 compat: Remove handling of Lua 5.1 location of 'unpack' function 4 years ago
Kim Alvefur 43b814a83b vairious: Add annotation when an empty environment is set [luacheck] 8 years ago
Kim Alvefur c904d1e28d util: Ignore some Lua 5.1 vs 5.2 compat things [luacheck] 8 years ago
Kim Alvefur 1438a38845 util: Various minor changes to please [luacheck] 8 years ago
Kim Alvefur 29c6aed489 util.multitable: Localize unpack() in Lua 5.2 compatible way 10 years ago
Kim Alvefur eaa823a597 util.*: Remove use of module() function, make all module functions local and return them in a table at the end 11 years ago
Florian Zeitz 1d833bb807 Remove all trailing whitespace 13 years ago
Kim Alvefur 5a608450d5 lint: Remove use of the 143 error code 7 years ago
Matthew Wild 53793b75db util.multitable: Some fixes for iter()... always match against query, and pass value after path results 14 years ago
Matthew Wild d964388983 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 14 years ago
Matthew Wild e4fe19362f util.multitable: Add :iter() method to iterate over results at a fixed depth (parameters are equivalent to :search()) 14 years ago
Matthew Wild 2bc0606453 Update copyright headers for 2010 16 years ago
Matthew Wild 118883d655 Remove version number from copyright headers 17 years ago
Matthew Wild 1f45b979b1 util.multitable: No globals today, thank you. Fixes missing table entries and a potential traceback 17 years ago
Matthew Wild c80f91dc02 0.3->0.4 17 years ago
Matthew Wild b9636951c1 util.multitable: Add mt:search(), use nil for wildcard keys 17 years ago
Matthew Wild c5ee166aa9 Update copyright notices for 2009 17 years ago
Matthew Wild f2d020191f 0.2->0.3 17 years ago
Matthew Wild bf3b96204d GPL->MIT! 17 years ago
Waqas Hussain f71a012a30 Added util.multitable.set 17 years ago
Matthew Wild d3ad4a5123 0.1 -> 0.2 17 years ago
Matthew Wild c0334a2ad9 Small fix for multitable 17 years ago
Waqas Hussain bd000cf509 MultiTable: Remove all empty sub-tables when elements are removed 17 years ago
Waqas Hussain 15e7a1b4e7 util.multitable - A table with multiple key for each entry 17 years ago