Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | util.*: Remove use of module() function, make all module functions local and ↵ | Kim Alvefur | 2015-02-21 | 1 | -4/+7 |
| | | | | return them in a table at the end | ||||
* | Remove all trailing whitespace | Florian Zeitz | 2013-08-09 | 1 | -1/+1 |
| | |||||
* | util.multitable: Some fixes for iter()... always match against query, and ↵ | Matthew Wild | 2012-05-22 | 1 | -10/+11 |
| | | | | pass value after path results | ||||
* | util.multitable: No longer use table.remove to drop elements from the stack, ↵ | Matthew Wild | 2012-05-19 | 1 | -3/+2 |
| | | | | when key is nil immediately (on empty tables) the previous stack entry's key gets removed instead | ||||
* | util.multitable: Add :iter() method to iterate over results at a fixed depth ↵ | Matthew Wild | 2012-05-19 | 1 | -5/+38 |
| | | | | (parameters are equivalent to :search()) | ||||
* | Update copyright headers for 2010 | Matthew Wild | 2010-03-22 | 1 | -2/+2 |
| | |||||
* | Remove version number from copyright headers | Matthew Wild | 2009-07-10 | 1 | -1/+1 |
| | |||||
* | util.multitable: No globals today, thank you. Fixes missing table entries ↵ | Matthew Wild | 2009-05-04 | 1 | -2/+2 |
| | | | | and a potential traceback | ||||
* | 0.3->0.4 | Matthew Wild | 2009-03-20 | 1 | -1/+1 |
| | |||||
* | util.multitable: Add mt:search(), use nil for wildcard keys | Matthew Wild | 2009-02-26 | 1 | -0/+49 |
| | |||||
* | Update copyright notices for 2009 | Matthew Wild | 2009-01-30 | 1 | -2/+2 |
| | |||||
* | 0.2->0.3 | Matthew Wild | 2009-01-30 | 1 | -1/+1 |
| | |||||
* | GPL->MIT! | Matthew Wild | 2009-01-30 | 1 | -13/+2 |
| | |||||
* | Added util.multitable.set | Waqas Hussain | 2008-12-27 | 1 | -5/+17 |
| | |||||
* | 0.1 -> 0.2 | Matthew Wild | 2008-12-10 | 1 | -1/+1 |
| | |||||
* | Small fix for multitable | Matthew Wild | 2008-12-06 | 1 | -1/+1 |
| | |||||
* | MultiTable: Remove all empty sub-tables when elements are removed | Waqas Hussain | 2008-12-05 | 1 | -1/+11 |
| | |||||
* | util.multitable - A table with multiple key for each entry | Waqas Hussain | 2008-12-05 | 1 | -0/+84 |