Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2016-04-05 | Update changelog | Rob Hoelz | 1 | -0/+3 | |
2016-04-05 | Fix changelog | Rob Hoelz | 1 | -1/+1 | |
2016-04-05 | Fix _POSIX_C_SOURCE (for good, hopefully) | Rob Hoelz | 1 | -1/+1 | |
2016-04-04 | Update rockspec file for 0.060.60.06 | Rob Hoelz | 1 | -3/+3 | |
2016-04-04 | Update changelog | Rob Hoelz | 1 | -0/+3 | |
2016-04-04 | Remove -ansi compiler flag to allow for C99 | Rob Hoelz | 1 | -1/+1 | |
Lua 5.3 requires either C99 or a Windows compiler to have long long integers, or permission from the user to use 32-bit integers for its integer types. I don't mind requiring users of lua-term to have a C99 compiler, but users who want 32-bit integers can override CFLAGS in their environment if they insist. | |||||
2016-04-03 | Update rockspec to 0.50.50.05 | Rob Hoelz | 1 | -3/+3 | |
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 | |