Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2016-04-03 | Update changelog | Rob Hoelz | 1 | -0/+6 | |
2016-03-15 | Bring in POSIX definitions (eg. fileno) from stdio.h | Rob Hoelz | 1 | -0/+2 | |
Fixes compilation warning | |||||
2016-03-15 | Don't require unistd for MS C++ | Rob Hoelz | 1 | -1/+3 | |
Addresses https://github.com/hoelzro/lua-term/issues/15 This can still work with MinGW if we don't include unistd.h | |||||
2016-03-08 | Whitespace cleanup. | Florian Stinglmayr | 1 | -18/+17 | |
2016-03-08 | Allow user to override LUA_VER and LUA_DIR. | Florian Stinglmayr | 1 | -2/+2 | |
This way you can specifiy an alternate Lua version through the environment when calling make. This allows for full support of all OpenBSD Lua flavours by just overriding LUA_VER and LUA_DIR. | |||||
2016-03-06 | Update rockspec for 0.040.40.04 | Rob Hoelz | 1 | -3/+3 | |
2015-02-19 | goto is a reserved identifier : Fix the sample for use to be Lua >= 5.2 ↵ | TsT | 1 | -2/+3 | |
compatible | |||||
2014-05-02 | Include <unistd.h> for isatty() | Orion Poplawski | 1 | -0/+1 | |