aboutsummaryrefslogtreecommitdiff
path: root/c-api (unfollow)
Commit message (Collapse)AuthorFilesLines
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