From a40719dc74b8dbb0d6c8fc0272c0d79ad8a7a9ea Mon Sep 17 00:00:00 2001 From: Benoit Giannangeli Date: Wed, 22 Feb 2017 09:00:12 +0100 Subject: select --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index f9111f6..3174ecb 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,7 @@ - [x] lua_tonumber - [x] lua_tonumberx - [x] lua_toboolean + - [x] lua_topointer - [x] lua_pushjsclosure (lua_pushcclosure) - [x] lua_pushjsfunction (lua_pushcfunction) - [x] lua_pop @@ -130,7 +131,6 @@ - [ ] lua_status - [ ] lua_stringtonumber - [ ] lua_tocfunction - - [ ] lua_topointer - [ ] lua_tothread - [ ] lua_touserdata - [ ] lua_upvalueid @@ -213,11 +213,11 @@ - [x] xpcall - [x] collectgarbage (unavailable) - [x] ipairs + - [x] select - [ ] assert - [ ] next - [ ] pairs - [ ] rawlen - - [ ] select - [ ] tonumber - [ ] dofile - [ ] loadfile -- cgit v1.2.3-54-g00ecf