aboutsummaryrefslogtreecommitdiff
path: root/tests/testmod.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make it usable on Lua 5.4v0.8Philipp Janda2020-07-081-0/+2
|
* Make test C module compile as C++ again.Philipp Janda2018-07-291-1/+1
|
* Add an implementation of `lua_getextraspace()`.Philipp Janda2018-07-271-0/+16
|
* lua_tointeger(x) rejects non-ints for Lua 5.1.Philipp Janda2018-01-131-1/+2
|
* Verify that lua_getuservalue returns type.Philipp Janda2018-01-131-2/+2
| | | | Closes #39.
* Add Travis-CI integrationPhilipp Janda2017-09-181-3/+7
|
* Add tests for `luaL_load{buffer,file}x`.Philipp Janda2017-09-161-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 Janda2017-08-271-0/+10
|
* luaL_newmetatable sets __name on all Lua versions.Philipp Janda2015-07-111-1/+4
|
* Add luaL_execresult to C API.Philipp Janda2015-05-201-0/+7
|
* backport Lua 5.2/5.3 buffer API for Lua 5.1Philipp Janda2015-01-211-0/+15
|
* add lua_arith and lua_compare for Lua 5.1Philipp Janda2015-01-201-0/+37
|
* add initial implementation of c-api and licensePhilipp Janda2015-01-131-0/+246