Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make it usable on Lua 5.4v0.8 | Philipp Janda | 2020-07-08 | 1 | -1/+1 |
| | |||||
* | Link to `lua_getextraspace` quirks in README.md. | Philipp Janda | 2018-07-29 | 1 | -1/+2 |
| | |||||
* | Add an implementation of `lua_getextraspace()`. | Philipp Janda | 2018-07-27 | 1 | -1/+1 |
| | |||||
* | Add Travis-CI integration | Philipp Janda | 2017-09-18 | 1 | -0/+2 |
| | |||||
* | Fix links in the README.md. | Philipp Janda | 2017-09-16 | 1 | -3/+3 |
| | |||||
* | Add Lua 5.3 version of `lua_load`. | Philipp Janda | 2017-09-16 | 1 | -0/+3 |
| | | | | | Change `luaL_loadfilex` to use the modified `lua_load` function. Add more credits to the README.md. | ||||
* | Merge branch 'feature/luaL_loadfilebufferx' of ↵ | Philipp Janda | 2017-09-16 | 1 | -2/+2 |
|\ | | | | | | | https://github.com/ThePhD/lua-compat-5.3 into ThePhD-feature/luaL_loadfilebufferx | ||||
| * | update readme | ThePhD | 2017-09-13 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'luaL_Stream' of https://github.com/daurnimator/lua-compat-5.3 ↵ | Philipp Janda | 2017-09-16 | 1 | -6/+9 |
|\ \ | | | | | | | | | | into daurnimator-luaL_Stream | ||||
| * | | Add (partial) luaL_Stream definition | daurnimator | 2017-09-08 | 1 | -6/+8 |
| | | | |||||
| * | | Add LUA_FILEHANDLE define | daurnimator | 2017-09-08 | 1 | -0/+1 |
| | | | |||||
* | | | define LUA_ERRGCMM code for return values | ThePhD | 2017-09-13 | 1 | -0/+1 |
| |/ |/| | |||||
* | | Add lua_resume | daurnimator | 2017-09-08 | 1 | -0/+1 |
|/ | |||||
* | Add lua_pushlstring (return value) | daurnimator | 2017-08-26 | 1 | -1/+1 |
| | |||||
* | Have lua_pushstring return the pushed string | daurnimator | 2017-08-26 | 1 | -0/+1 |
| | | | | Fixes #21 | ||||
* | Fix compilation issues with recent LuaJIT 2.1. | Philipp Janda | 2017-08-07 | 1 | -1/+5 |
| | | | | | | | | 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. | ||||
* | Mention assert() implementation. | Philipp Janda | 2015-08-18 | 1 | -0/+1 |
| | |||||
* | Add luaL_execresult to C API. | Philipp Janda | 2015-05-20 | 1 | -1/+1 |
| | |||||
* | Merge branch 'isolated' | Philipp Janda | 2015-04-29 | 1 | -1/+17 |
|\ | | | | | | | | | Conflicts: README.md | ||||
| * | Document changes to compat53.module in readme. | Philipp Janda | 2015-04-25 | 1 | -19/+10 |
| | | |||||
| * | document new submodules | Philipp Janda | 2015-04-12 | 1 | -1/+26 |
| | | |||||
* | | Point to correct wiki. | Philipp Janda | 2015-04-21 | 1 | -1/+1 |
| | | |||||
* | | Link to issue with coroutine.running. | Philipp Janda | 2015-04-21 | 1 | -3/+6 |
|/ | |||||
* | link to wiki for functions with compatibility issues | Philipp Janda | 2015-03-17 | 1 | -50/+38 |
| | |||||
* | remove support for luaL_Stream (due to LuaJIT incompatibility) | Philipp Janda | 2015-03-08 | 1 | -2/+0 |
| | |||||
* | document LUA_KFUNCTION macro, update readme | Philipp Janda | 2015-01-23 | 1 | -1/+38 |
| | |||||
* | update readme | Philipp Janda | 2015-01-22 | 1 | -7/+11 |
| | |||||
* | backport Lua 5.2/5.3 buffer API for Lua 5.1 | Philipp Janda | 2015-01-21 | 1 | -3/+1 |
| | |||||
* | luajit already has yieldable (x)pcall, add tests for code from compat52 | Philipp Janda | 2015-01-20 | 1 | -2/+3 |
| | |||||
* | update readme | Philipp Janda | 2015-01-18 | 1 | -2/+22 |
| | |||||
* | table library (except table.sort for now) respects metamethods | Philipp Janda | 2015-01-17 | 1 | -2/+3 |
| | |||||
* | add ipairs function that respects __index | Philipp Janda | 2015-01-17 | 1 | -1/+2 |
| | |||||
* | add new fields to math library | Philipp Janda | 2015-01-16 | 1 | -2/+7 |
| | |||||
* | fix typos in readme | Philipp Janda | 2015-01-15 | 1 | -2/+2 |
| | |||||
* | add rockspec and info for Lua API | Philipp Janda | 2015-01-15 | 1 | -9/+38 |
| | |||||
* | add fallback for lua_str2number, readme fix | Philipp Janda | 2015-01-13 | 1 | -1/+0 |
| | |||||
* | updated readme | Philipp Janda | 2015-01-13 | 1 | -0/+122 |
| | |||||
* | Initial commit | Hisham Muhammad | 2015-01-13 | 1 | -0/+1 |