Software /
code /
prosody
Log
util/set.lua @ 8086:4d363834f36d
description | author | age |
---|---|---|
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 |
util.set: Rename method argument to avoid name clash [luacheck] | Matthew Wild | 2015-05-06 |
util.set: Add luacheck annotation for methods not referencing 'self' | Matthew Wild | 2015-05-06 |
util.set: Remove unnecessary local declaration, arguments are already locals [luacheck] | Matthew Wild | 2015-05-06 |
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 |