Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2017-08-27 | Put parens around L macro parameter as well. | Philipp Janda | 1 | -33/+33 | |
Lua only reserves the right to evaluate L multiples times after all, *not* that L won't contain commas. | |||||
2017-08-27 | Update backports to Lua 5.3.4. | Philipp Janda | 4 | -85/+126 | |
2017-08-27 | Provide fixed luaL_tolstring for Lua 5.2 as well. | Philipp Janda | 2 | -37/+37 | |
2017-08-27 | Fix compilation for older versions of Lua 5.3. | Philipp Janda | 1 | -0/+5 | |
Fixes #20. | |||||
2017-08-27 | Add parens around macro arguments. | Philipp Janda | 2 | -35/+35 | |
Fixes #22. | |||||
2017-08-27 | Handle lua_pushlstring edge case for Lua 5.2 too. | Philipp Janda | 1 | -0/+3 | |
2017-08-27 | Handle edge case for lua_pushlstring(). Add test. | Philipp Janda | 3 | -1/+14 | |
2017-08-26 | Add lua_pushlstring (return value) | daurnimator | 2 | -1/+4 | |
2017-08-26 | Have lua_pushstring return the pushed string | daurnimator | 2 | -0/+4 | |
Fixes #21 |