From 290ec54e13d1dff301465cbfa2fd7b4e1e52962f Mon Sep 17 00:00:00 2001 From: Benoit Giannangeli Date: Wed, 22 Feb 2017 13:35:01 +0100 Subject: lua_stringtonumber, tonumber --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') 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 -- cgit v1.2.3-54-g00ecf