diff options
author | Benoit Giannangeli <benoit.giannangeli@boursorama.fr> | 2017-02-23 12:40:46 +0100 |
---|---|---|
committer | Benoit Giannangeli <benoit.giannangeli@boursorama.fr> | 2017-02-23 12:47:12 +0100 |
commit | 2ffe44e84bfb72f44e4a2a598591cf0ec1c1c704 (patch) | |
tree | 3ef6287240366503951d72cb79ee0717e7f740f7 /README.md | |
parent | 6d88293ea029a2372250297bd014b78d40507aa7 (diff) | |
download | fengari-2ffe44e84bfb72f44e4a2a598591cf0ec1c1c704.tar.gz fengari-2ffe44e84bfb72f44e4a2a598591cf0ec1c1c704.tar.bz2 fengari-2ffe44e84bfb72f44e4a2a598591cf0ec1c1c704.zip |
Fixed bad lua_gettop
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |