Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2017-08-09 | Add tests for luaL_tolstring and string.pack. | Philipp Janda | 1 | -2/+6 |
2017-08-08 | Update behavior of luaL_tolstring(). | Philipp Janda | 1 | -3/+10 |
2017-08-07 | Fix compilation issues with recent LuaJIT 2.1. | Philipp Janda | 3 | -27/+44 |
2016-07-08 | Fix lua_len and luaL_len to use lua_Integer. | Philipp Janda | 2 | -8/+11 |
2016-05-18 | Fix loadstring on Lua 5.1 | Jordi Vilalta Prat | 1 | -1/+1 |
2016-04-25 | Fix the return code of os.execute() on Windows. | Jordi Vilalta Prat | 1 | -1/+4 |
2016-02-05 | Simplify utf8 helper function. | Philipp Janda | 2 | -8/+2 |
2016-01-24 | Add tests for utf8 backport. | Philipp Janda | 1 | -0/+42 |
2016-01-22 | Update backports. | Philipp Janda | 4 | -241/+485 |
2016-01-22 | OSX is a Unix. | Philipp Janda | 1 | -1/+2 |