From 2ffe44e84bfb72f44e4a2a598591cf0ec1c1c704 Mon Sep 17 00:00:00 2001 From: Benoit Giannangeli Date: Thu, 23 Feb 2017 12:40:46 +0100 Subject: Fixed bad lua_gettop --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index fd3b3bd..2eec1ff 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,7 @@ - [x] lua_pushnil - [x] lua_pushnumber - [x] lua_pushstring + - [x] lua_pushthread - [x] lua_pushvalue - [x] lua_rawequal - [x] lua_rawget @@ -121,7 +122,6 @@ - [ ] lua_pcallk - [ ] lua_pushfstring - [ ] lua_pushlightuserdata - - [ ] lua_pushthread - [ ] lua_pushvfstring - [ ] lua_rawgetp - [ ] lua_rawseti @@ -224,11 +224,11 @@ - [ ] load - [ ] Coroutine - [x] coroutine.create + - [x] coroutine.isyieldable - [x] coroutine.resume + - [x] coroutine.status - [x] coroutine.yield - - [ ] coroutine.isyieldable - [ ] coroutine.running - - [ ] coroutine.status - [ ] coroutine.wrap - [ ] Debug (errors) - [ ] DOM API binding -- cgit v1.2.3-54-g00ecf