aboutsummaryrefslogtreecommitdiff
path: root/.gitignore (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-11-02Fix missing closing parenthesis in preprocessor macro (#58)Gran PC1-1/+1
Fixes this: ```In file included from liolib.c:10:0: lprefix.h:201:0: warning: "LUA_USE_POSIX" redefined [enabled by default] # define LUA_USE_POSIX 1 ^ In file included from /usr/include/lua.h:16:0, from c-api/compat-5.3.h:10, from lprefix.h:46, from liolib.c:10: /usr/include/luaconf.h:21:0: note: this is the location of the previous definition #define LUA_USE_POSIX ^ In file included from liolib.c:10:0: lprefix.h:202:9: error: missing ')' in expression # elif (defined(_MSC_VER) ```
2023-10-19Release: 0.11v0.11Hisham Muhammad2-1/+34
2023-09-13Support getting io.popen results on file:close() on PUC-Rio Lua 5.1 (#53)Hisham Muhammad8-2/+906
2022-08-01strerror_r is not available on mingw (#57)Hisham Muhammad1-2/+3
2022-07-26keplerproject -> lunarmodulesHisham Muhammad13-45/+46
Regarding the copyright: Kepler Project did not exist as an entity in 2015, and the original copyright for lua-compat-5.2 on which this is based said "Copyright 2013 Hisham Muhammad." The updated notice should be a better representation of authorship, including the copyright for the parts included from upstream Lua.
2021-12-18Convert lua_pushlstring from a macro to a function (#55)Philipp Janda2-6/+11
This should avoid issues with multiple evaluations of the arguments, which should be very rare, but could in principle happen.
2020-11-11GitHub Actions (#51)Philipp Janda2-1/+67