aboutsummaryrefslogtreecommitdiff
path: root/compat53 (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-08-09Add tests for luaL_tolstring and string.pack.Philipp Janda1-2/+6
2017-08-08Update behavior of luaL_tolstring().Philipp Janda1-3/+10
2017-08-07Fix compilation issues with recent LuaJIT 2.1.Philipp Janda3-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-08Fix lua_len and luaL_len to use lua_Integer.Philipp Janda2-8/+11
2016-05-18Fix loadstring on Lua 5.1Jordi Vilalta Prat1-1/+1
2016-04-25Fix the return code of os.execute() on Windows.Jordi Vilalta Prat1-1/+4
2016-02-05Simplify utf8 helper function.Philipp Janda2-8/+2
There's no need for `compat_utf8_escape()` to be a vararg function. Remove default templates from `package.path`.
2016-01-24Add tests for utf8 backport.Philipp Janda1-0/+42
2016-01-22Update backports.Philipp Janda4-241/+485
The backports of lstrlib.c, ltablib.c, and lutf8lib.c have been updated to Lua version 5.3.2.
2016-01-22OSX is a Unix.Philipp Janda1-1/+2