Software /
code /
prosody
Log
util/set.lua @ 6643:127b9f0c6135
description | author | age |
---|---|---|
Merge 0.9->0.10 | Matthew Wild | 2013-11-10 |
util.set: Remove unused variable | Matthew Wild | 2013-11-10 |
util.set: :items() now returns an iterator instead of the underlying table. This is much more efficient than 'for item in set' (which still works for now). Current access to _items is generally done directly, this may change. | Matthew Wild | 2013-09-03 |
Merge 0.9->trunk | Matthew Wild | 2013-09-02 |
util.set: Fix :include() and :exclude() methods to iterate the input set correctly | Matthew Wild | 2013-09-02 |
Remove all trailing whitespace | Florian Zeitz | 2013-08-09 |
util.set: Change '/' operator from filter to map+filter (nil to drop from set, false is a valid item). No code found which depends on current behaviour. | Matthew Wild | 2012-05-24 |