diff options
author | Benoit Giannangeli <benoit.giannangeli@boursorama.fr> | 2017-02-20 11:26:28 +0100 |
---|---|---|
committer | Benoit Giannangeli <benoit.giannangeli@boursorama.fr> | 2017-02-20 11:29:35 +0100 |
commit | e0d4ffcc75a04b3ecc2cc08aea372d9621e5b6ac (patch) | |
tree | b7681375fe8f42139d9eab5554704d3899a6a050 /README.md | |
parent | b62bcdfa67d6b0359bf45930ab392953d69eb399 (diff) | |
download | fengari-e0d4ffcc75a04b3ecc2cc08aea372d9621e5b6ac.tar.gz fengari-e0d4ffcc75a04b3ecc2cc08aea372d9621e5b6ac.tar.bz2 fengari-e0d4ffcc75a04b3ecc2cc08aea372d9621e5b6ac.zip |
rawequal
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -66,6 +66,7 @@ - [x] lua_setfield - [x] lua_settop - [x] lua_tostring + - [x] lua_rawequal - [ ] lua_arith - [ ] lua_close - [ ] lua_compare @@ -110,7 +111,6 @@ - [ ] lua_pushlightuserdata - [ ] lua_pushthread - [ ] lua_pushvfstring - - [ ] lua_rawequal - [ ] lua_rawgetp - [ ] lua_rawlen - [ ] lua_rawset @@ -149,8 +149,8 @@ - [x] luaL_checkstack - [x] luaL_tolstring - [x] luaL_openlibs - - [ ] luaL_getsubtable - - [ ] luaL_requiref + - [x] luaL_getsubtable + - [x] luaL_requiref - [ ] luaL_Buffer - [ ] luaL_Reg - [ ] luaL_Stream @@ -206,6 +206,7 @@ - [x] print - [x] getmetatable - [x] setmetatable + - [x] rawequal - [ ] ... - [ ] Debug (errors) - [ ] DOM API binding |