Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update rockspec file for 0.060.60.06 | Rob Hoelz | 2016-04-04 | 1 | -3/+3 |
| | |||||
* | Update changelog | Rob Hoelz | 2016-04-04 | 1 | -0/+3 |
| | |||||
* | Remove -ansi compiler flag to allow for C99 | Rob Hoelz | 2016-04-04 | 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. | ||||
* | Update rockspec to 0.50.50.05 | Rob Hoelz | 2016-04-03 | 1 | -3/+3 |
| | |||||
* | Update changelog | Rob Hoelz | 2016-04-03 | 1 | -0/+6 |
| | |||||
* | 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 | ||||
* | Merge pull request #14 from n0la/master | Rob Hoelz | 2016-03-08 | 1 | -18/+17 |
|\ | | | | | Make LUA_VER and LUA_DIR override-able from environment | ||||
| * | Whitespace cleanup. | Florian Stinglmayr | 2016-03-08 | 1 | -18/+17 |
| | | |||||
| * | Allow user to override LUA_VER and LUA_DIR. | Florian Stinglmayr | 2016-03-08 | 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. | ||||
* | Update rockspec for 0.040.40.04 | Rob Hoelz | 2016-03-06 | 1 | -3/+3 |
| | |||||
* | goto is a reserved identifier : Fix the sample for use to be Lua >= 5.2 ↵ | TsT | 2015-02-19 | 1 | -2/+3 |
| | | | | compatible | ||||
* | Merge pull request #10 from opoplawski/warning | Rob Hoelz | 2014-05-02 | 1 | -0/+1 |
|\ | | | | | Include <unistd.h> for isatty() | ||||
| * | Include <unistd.h> for isatty() | Orion Poplawski | 2014-05-02 | 1 | -0/+1 |
|/ | |||||
* | Merge pull request #9 from azet/master | Rob Hoelz | 2014-04-15 | 1 | -0/+39 |
|\ | | | | | added proper makefile (issue: #8) | ||||
| * | added proper makefile | Aaron Zauner | 2014-04-15 | 1 | -0/+39 |
|/ | |||||
* | Update rockspec for 0.030.30.03 | Rob Hoelz | 2014-04-02 | 1 | -3/+3 |
| | |||||
* | Update changelog | Rob Hoelz | 2014-04-02 | 1 | -1/+5 |
| | |||||
* | Document jump | Rob Hoelz | 2014-04-02 | 1 | -0/+5 |
| | |||||
* | Provide jump as alternative to cursor.goto | Rob Hoelz | 2014-04-02 | 1 | -1/+5 |
| | | | | For Lua 5.2 | ||||
* | Fix parse error on 5.2 | Rob Hoelz | 2014-02-13 | 1 | -7/+7 |
| | | | | | Better yet would be an alias for the 'goto' function, but that can be added later. | ||||
* | Fix URL for rockspec0.20.02 | Rob Hoelz | 2013-02-21 | 1 | -1/+2 |
| | |||||
* | Don't hide the metatable for colors | Rob Hoelz | 2013-02-21 | 2 | -2/+1 |
| | |||||
* | Line up equals signs | Rob Hoelz | 2013-02-21 | 1 | -22/+22 |
| | |||||
* | Add colors.default as a synonym for colors.reset | Rob Hoelz | 2013-02-21 | 3 | -0/+3 |
| | |||||
* | Add changelog entries for work done for 0.2 | Rob Hoelz | 2013-02-21 | 1 | -0/+5 |
| | |||||
* | Issue deprecation warning for isatty | Rob Hoelz | 2013-02-21 | 1 | -0/+3 |
| | |||||
* | Document isatty | Rob Hoelz | 2013-02-19 | 1 | -0/+4 |
| | |||||
* | Add some more documentation | Rob Hoelz | 2013-02-19 | 1 | -0/+98 |
| | |||||
* | Suggest kikito's fork as an alternative | Rob Hoelz | 2013-02-19 | 1 | -0/+7 |
| | |||||
* | Fix example in README | Rob Hoelz | 2013-02-10 | 1 | -3/+3 |
| | |||||
* | Add examples for new functions to README | Rob Hoelz | 2012-09-15 | 1 | -0/+13 |
| | |||||
* | Add gitignore | Rob Hoelz | 2012-09-14 | 1 | -0/+3 |
| | |||||
* | Add cursor.lua to rockspec | Rob Hoelz | 2012-09-14 | 1 | -0/+1 |
| | |||||
* | Add cursor and clear functions | Rob Hoelz | 2012-09-14 | 2 | -1/+58 |
| | |||||
* | Bump up rockspec version | Rob Hoelz | 2012-09-14 | 1 | -2/+2 |
| | |||||
* | Rename rockspec for later | Rob Hoelz | 2012-09-14 | 1 | -0/+0 |
| | |||||
* | Update rockspec0.10.01 | Rob Hoelz | 2012-06-25 | 1 | -1/+1 |
| | |||||
* | Fix pointer problem | Rob Hoelz | 2012-06-25 | 1 | -2/+2 |
| | |||||
* | Import of first release of lua-term | Rob Hoelz | 2012-06-25 | 7 | -0/+195 |