aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBenoit Giannangeli <benoit.giannangeli@boursorama.fr>2017-02-22 14:19:19 +0100
committerBenoit Giannangeli <benoit.giannangeli@boursorama.fr>2017-02-22 14:19:19 +0100
commiteb9ad22e7538a25ef565e93c842eef48dba2469e (patch)
treec6ac06713b5e5b45cf0f5d0c3010163f2e6e5309 /README.md
parentb31cc0420e77d34465e4cf7d7ab75df7755b44d6 (diff)
downloadfengari-eb9ad22e7538a25ef565e93c842eef48dba2469e.tar.gz
fengari-eb9ad22e7538a25ef565e93c842eef48dba2469e.tar.bz2
fengari-eb9ad22e7538a25ef565e93c842eef48dba2469e.zip
lua_rawlen, rawlen
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 689d71c..7322f61 100644
--- a/README.md
+++ b/README.md
@@ -77,6 +77,7 @@
- [x] lua_rotate
- [x] lua_insert
- [x] lua_stringtonumber
+ - [x] lua_rawlen
- [ ] lua_arith
- [ ] lua_close
- [ ] lua_compare
@@ -117,7 +118,6 @@
- [ ] lua_pushthread
- [ ] lua_pushvfstring
- [ ] lua_rawgetp
- - [ ] lua_rawlen
- [ ] lua_rawseti
- [ ] lua_rawsetp
- [ ] lua_register
@@ -216,9 +216,9 @@
- [x] select
- [x] tonumber
- [x] assert
+ - [x] rawlen
- [ ] next
- [ ] pairs
- - [ ] rawlen
- [ ] dofile
- [ ] loadfile
- [ ] load