Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix term.isatty | Peter Melnichenko | 2016-06-09 | 1 | -1/+1 |
| | | | | | | | | Pass '1' instead of '-1' to luaL_checkudata when getting the file argument to use the first argument, not the last. Error messages generated by luaL_checkudata are improved. Also, this happens to fix a crash on Lua 5.1.0 caused by a Lua bug. | ||||
* | Fix _POSIX_C_SOURCE (for good, hopefully) | Rob Hoelz | 2016-04-05 | 1 | -1/+1 |
| | |||||
* | Bring in POSIX definitions (eg. fileno) from stdio.h | Rob Hoelz | 2016-03-15 | 1 | -0/+2 |
| | | | | Fixes compilation warning | ||||
* | Don't require unistd for MS C++ | Rob Hoelz | 2016-03-15 | 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 | ||||
* | Include <unistd.h> for isatty() | Orion Poplawski | 2014-05-02 | 1 | -0/+1 |
| | |||||
* | Fix pointer problem | Rob Hoelz | 2012-06-25 | 1 | -2/+2 |
| | |||||
* | Import of first release of lua-term | Rob Hoelz | 2012-06-25 | 1 | -0/+22 |