From 3a77114269b53fc57ff00342af18e71f97dcf590 Mon Sep 17 00:00:00 2001 From: Benoit Giannangeli Date: Thu, 16 Feb 2017 07:35:26 +0100 Subject: luaL_newstate, lua_pushnil, lua_gettop, luaL_typename --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index ee33ad4..a21cb1b 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,9 @@ - [x] lua_atpanic - [x] lua_newstate - [x] lua_pushnil + - [x] lua_gettop + - [x] lua_type + - [x] lua_typename - [ ] lua_absindex - [ ] lua_arith - [ ] lua_call @@ -50,7 +53,6 @@ - [ ] lua_getmetatable - [ ] lua_getstack - [ ] lua_gettable - - [ ] lua_gettop - [ ] lua_getupvalue - [ ] lua_getuservalue - [ ] lua_insert @@ -129,8 +131,6 @@ - [ ] lua_tostring - [ ] lua_tothread - [ ] lua_touserdata - - [ ] lua_type - - [ ] lua_typename - [ ] lua_upvalueid - [ ] lua_upvalueindex - [ ] lua_upvaluejoin @@ -140,6 +140,7 @@ - [ ] lua_yieldk - [ ] Auxiliary library - [x] luaL_newstate + - [x] luaL_typename - [ ] luaL_Buffer - [ ] luaL_Reg - [ ] luaL_Stream @@ -198,7 +199,6 @@ - [ ] luaL_testudata - [ ] luaL_tolstring - [ ] luaL_traceback - - [ ] luaL_typename - [ ] luaL_unref - [ ] luaL_where - [ ] Standard library -- cgit v1.2.3-54-g00ecf