summaryrefslogtreecommitdiff
path: root/Makefile (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-04-05Update changelogRob Hoelz1-0/+3
2016-04-05Fix changelogRob Hoelz1-1/+1
2016-04-05Fix _POSIX_C_SOURCE (for good, hopefully)Rob Hoelz1-1/+1
2016-04-04Update rockspec file for 0.060.60.06Rob Hoelz1-3/+3
2016-04-04Update changelogRob Hoelz1-0/+3
2016-04-04Remove -ansi compiler flag to allow for C99Rob Hoelz1-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-03Update rockspec to 0.50.50.05Rob Hoelz1-3/+3
2016-04-03Update changelogRob Hoelz1-0/+6
2016-03-15Bring in POSIX definitions (eg. fileno) from stdio.hRob Hoelz1-0/+2
Fixes compilation warning
2016-03-15Don't require unistd for MS C++Rob Hoelz1-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-08Whitespace cleanup.Florian Stinglmayr1-18/+17
2016-03-08Allow user to override LUA_VER and LUA_DIR.Florian Stinglmayr1-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-06Update rockspec for 0.040.40.04Rob Hoelz1-3/+3
2015-02-19goto is a reserved identifier : Fix the sample for use to be Lua >= 5.2 ↵TsT1-2/+3
compatible
2014-05-02Include <unistd.h> for isatty()Orion Poplawski1-0/+1