aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBenoit Giannangeli <benoit.giannangeli@boursorama.fr>2017-02-21 15:24:37 +0100
committerBenoit Giannangeli <benoit.giannangeli@boursorama.fr>2017-02-21 15:24:37 +0100
commit653f4a07af6506e0b8ef71e8957976b9559f67e4 (patch)
tree7bf59628c6e68bb33fa278d24f9e07f0104995ad /README.md
parent82ef443de9a3ba53b4a5b9abd161ddc164776a59 (diff)
downloadfengari-653f4a07af6506e0b8ef71e8957976b9559f67e4.tar.gz
fengari-653f4a07af6506e0b8ef71e8957976b9559f67e4.tar.bz2
fengari-653f4a07af6506e0b8ef71e8957976b9559f67e4.zip
pcall, xpcall
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index dd2ba4f..a7d0124 100644
--- a/README.md
+++ b/README.md
@@ -74,6 +74,7 @@
- [x] lua_istable
- [x] lua_remove
- [x] lua_rotate
+ - [x] lua_insert
- [ ] lua_arith
- [ ] lua_close
- [ ] lua_compare
@@ -91,7 +92,6 @@
- [ ] lua_getstack
- [ ] lua_getupvalue
- [ ] lua_getuservalue
- - [ ] lua_insert
- [ ] lua_isboolean
- [ ] lua_iscfunction
- [ ] lua_isfunction
@@ -209,6 +209,7 @@
- [x] rawget
- [x] type
- [x] error
+ - [x] pcall
- [ ] assert
- [ ] collectgarbage
- [ ] dofile
@@ -218,7 +219,6 @@
- [ ] loadstring
- [ ] next
- [ ] pairs
- - [ ] pcall
- [ ] rawlen
- [ ] select
- [ ] tonumber