log util/multitable.lua @ 7804:4e649ffdb314

age author description
Tue, 22 May 2012 14:31:19 +0100 Matthew Wild util.multitable: Some fixes for iter()... always match against query, and pass value after path results
Sat, 19 May 2012 15:35:49 +0100 Matthew Wild 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
Sat, 19 May 2012 04:12:41 +0100 Matthew Wild util.multitable: Add :iter() method to iterate over results at a fixed depth (parameters are equivalent to :search())