aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBenoit Giannangeli <benoit.giannangeli@boursorama.fr>2017-02-23 12:40:46 +0100
committerBenoit Giannangeli <benoit.giannangeli@boursorama.fr>2017-02-23 12:47:12 +0100
commit2ffe44e84bfb72f44e4a2a598591cf0ec1c1c704 (patch)
tree3ef6287240366503951d72cb79ee0717e7f740f7 /README.md
parent6d88293ea029a2372250297bd014b78d40507aa7 (diff)
downloadfengari-2ffe44e84bfb72f44e4a2a598591cf0ec1c1c704.tar.gz
fengari-2ffe44e84bfb72f44e4a2a598591cf0ec1c1c704.tar.bz2
fengari-2ffe44e84bfb72f44e4a2a598591cf0ec1c1c704.zip
Fixed bad lua_gettop
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
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