aboutsummaryrefslogtreecommitdiff
path: root/c-api (unfollow)
Commit message (Expand)AuthorFilesLines
2017-08-27Put parens around L macro parameter as well.Philipp Janda1-33/+33
2017-08-27Update backports to Lua 5.3.4.Philipp Janda4-85/+126
2017-08-27Provide fixed luaL_tolstring for Lua 5.2 as well.Philipp Janda2-37/+37
2017-08-27Fix compilation for older versions of Lua 5.3.Philipp Janda1-0/+5
2017-08-27Add parens around macro arguments.Philipp Janda2-35/+35
2017-08-27Handle lua_pushlstring edge case for Lua 5.2 too.Philipp Janda1-0/+3
2017-08-27Handle edge case for lua_pushlstring(). Add test.Philipp Janda3-1/+14
2017-08-26Add lua_pushlstring (return value)daurnimator2-1/+4
2017-08-26Have lua_pushstring return the pushed stringdaurnimator2-0/+4