From e0d4ffcc75a04b3ecc2cc08aea372d9621e5b6ac Mon Sep 17 00:00:00 2001 From: Benoit Giannangeli Date: Mon, 20 Feb 2017 11:26:28 +0100 Subject: rawequal --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 19306fe..1a4a4e3 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.3-54-g00ecf