Commit message (Collapse) | 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 | |
Protect macros with `#ifndef`. Use "compat53" prefix instead of "lua" prefix for the mode where static versions of the C API functions are created. Fixes #19. | |||||
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 | |
There's no need for `compat_utf8_escape()` to be a vararg function. Remove default templates from `package.path`. | |||||
2016-01-24 | Add tests for utf8 backport. | Philipp Janda | 1 | -0/+42 | |
2016-01-22 | Update backports. | Philipp Janda | 4 | -241/+485 | |
The backports of lstrlib.c, ltablib.c, and lutf8lib.c have been updated to Lua version 5.3.2. | |||||
2016-01-22 | OSX is a Unix. | Philipp Janda | 1 | -1/+2 | |