Software /
code /
prosody
Log
util/iterators.lua @ 7309:471189342890
description | author | age |
---|---|---|
util.iterators: Fix use of incorrect variable accidentally introduced in a9ef93bc81d9 | Matthew Wild | Mon, 21 Mar 2016 21:04:14 +0000 |
util.iterators: Variable renaming to avoid shadowing [luacheck] | Matthew Wild | Thu, 10 Mar 2016 17:52:57 +0000 |
util.iterators: Return initial var from upstream iterator [luacheck] | Matthew Wild | Thu, 10 Mar 2016 17:49:46 +0000 |
util.iterators: Don't replace var, as we should preserve var from the original iterator [luacheck] | Matthew Wild | Thu, 10 Mar 2016 17:48:53 +0000 |
util.iterators: Use table.pack() on Lua 5.2 | Kim Alvefur | Mon, 22 Feb 2016 17:43:40 +0100 |
util.iterators: Localize unpack() in Lua 5.2 compatible way | Kim Alvefur | Mon, 22 Feb 2016 17:38:46 +0100 |