Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make it usable on Lua 5.4v0.8 | Philipp Janda | 2020-07-08 | 1 | -0/+2 |
| | |||||
* | Make test C module compile as C++ again. | Philipp Janda | 2018-07-29 | 1 | -1/+1 |
| | |||||
* | Add an implementation of `lua_getextraspace()`. | Philipp Janda | 2018-07-27 | 1 | -0/+16 |
| | |||||
* | lua_tointeger(x) rejects non-ints for Lua 5.1. | Philipp Janda | 2018-01-13 | 1 | -1/+2 |
| | |||||
* | Verify that lua_getuservalue returns type. | Philipp Janda | 2018-01-13 | 1 | -2/+2 |
| | | | | Closes #39. | ||||
* | Add Travis-CI integration | Philipp Janda | 2017-09-18 | 1 | -3/+7 |
| | |||||
* | Add tests for `luaL_load{buffer,file}x`. | Philipp Janda | 2017-09-16 | 1 | -0/+29 |
| | | | | | Fix bug regarding empty input in `lua_load`. Adapt error message and error code. | ||||
* | Handle edge case for lua_pushlstring(). Add test. | Philipp Janda | 2017-08-27 | 1 | -0/+10 |
| | |||||
* | luaL_newmetatable sets __name on all Lua versions. | Philipp Janda | 2015-07-11 | 1 | -1/+4 |
| | |||||
* | Add luaL_execresult to C API. | Philipp Janda | 2015-05-20 | 1 | -0/+7 |
| | |||||
* | backport Lua 5.2/5.3 buffer API for Lua 5.1 | Philipp Janda | 2015-01-21 | 1 | -0/+15 |
| | |||||
* | add lua_arith and lua_compare for Lua 5.1 | Philipp Janda | 2015-01-20 | 1 | -0/+37 |
| | |||||
* | add initial implementation of c-api and license | Philipp Janda | 2015-01-13 | 1 | -0/+246 |