Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | util.envload: Ignore "undefined variable" warning for loadstring [luacheck wi... | Kim Alvefur | 2017-11-23 | 1 | -1/+1 |
* | util.envload: Close file handle after reading data | Kim Alvefur | 2017-03-01 | 1 | -1/+4 |
* | util.envload: Open file here instead of letting loadfile do it so that all re... | Kim Alvefur | 2017-03-01 | 1 | -3/+8 |
* | util.envload: Ignore use of Lua 5.1-only setfenv function [luacheck] | Kim Alvefur | 2016-11-20 | 1 | -0/+1 |
* | util.envload: New module to abstract Lua 5.1's setfenv and Lua 5.2's load | Florian Zeitz | 2012-06-07 | 1 | -0/+34 |