aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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 3174ecb..75768b7 100644
--- a/README.md
+++ b/README.md
@@ -76,6 +76,7 @@
- [x] lua_remove
- [x] lua_rotate
- [x] lua_insert
+ - [x] lua_stringtonumber
- [ ] lua_arith
- [ ] lua_close
- [ ] lua_compare
@@ -129,7 +130,6 @@
- [ ] lua_setupvalue
- [ ] lua_setuservalue
- [ ] lua_status
- - [ ] lua_stringtonumber
- [ ] lua_tocfunction
- [ ] lua_tothread
- [ ] lua_touserdata
@@ -214,11 +214,11 @@
- [x] collectgarbage (unavailable)
- [x] ipairs
- [x] select
+ - [x] tonumber
- [ ] assert
- [ ] next
- [ ] pairs
- [ ] rawlen
- - [ ] tonumber
- [ ] dofile
- [ ] loadfile
- [ ] load