diff options
author | Benoit Giannangeli <giann008@gmail.com> | 2017-02-22 21:26:53 +0100 |
---|---|---|
committer | Benoit Giannangeli <giann008@gmail.com> | 2017-02-22 21:32:55 +0100 |
commit | bf6d1aa5d76abcab1588be46bed406db1e9a81d7 (patch) | |
tree | bcc9cd968c242e4b7d194d34c49928995d71d292 /README.md | |
parent | fc911817a8401d0696407e91501f0ef65f05b711 (diff) | |
download | fengari-bf6d1aa5d76abcab1588be46bed406db1e9a81d7.tar.gz fengari-bf6d1aa5d76abcab1588be46bed406db1e9a81d7.tar.bz2 fengari-bf6d1aa5d76abcab1588be46bed406db1e9a81d7.zip |
Fixed tests to use the new table structure
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 18 |
1 files changed, 9 insertions, 9 deletions
@@ -78,14 +78,15 @@ - [x] lua_insert - [x] lua_stringtonumber - [x] lua_rawlen + - [x] lua_next + - [x] lua_copy - [ ] lua_arith - [ ] lua_close - [ ] lua_compare - - [ ] lua_copy - [ ] lua_dump - - [x] lua_gc (unvailable) - - [x] lua_getallocf (unvailable) - - [x] lua_getextraspace (unvailable) + - [x] lua_gc (unavailable) + - [x] lua_getallocf (unavailable) + - [x] lua_getextraspace (unavailable) - [ ] lua_gethook - [ ] lua_gethookcount - [ ] lua_gethookmask @@ -110,7 +111,6 @@ - [ ] lua_len - [ ] lua_newthread - [ ] lua_newuserdata - - [ ] lua_next - [ ] lua_numbertointeger - [ ] lua_pcallk - [ ] lua_pushfstring @@ -157,13 +157,14 @@ - [x] luaL_optinteger - [x] luaL_optlstring - [x] luaL_where + - [x] luaL_argerror + - [x] luaL_argcheck + - [x] luaL_error - [ ] luaL_addchar - [ ] luaL_addlstring - [ ] luaL_addsize - [ ] luaL_addstring - [ ] luaL_addvalue - - [ ] luaL_argcheck - - [ ] luaL_argerror - [ ] luaL_buffinit - [ ] luaL_buffinitsize - [ ] luaL_checknumber @@ -173,7 +174,6 @@ - [ ] luaL_checkversion - [ ] luaL_dofile - [ ] luaL_dostring - - [ ] luaL_error - [ ] luaL_execresult - [ ] luaL_fileresult - [ ] luaL_getmetatable @@ -217,7 +217,7 @@ - [x] tonumber - [x] assert - [x] rawlen - - [ ] next + - [x] next - [ ] pairs - [ ] dofile - [ ] loadfile |