Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 ↵ | Kim Alvefur | 2017-03-01 | 1 | -3/+8 |
| | | | | return values from io.open can be collected | ||||
* | 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 |