From 44606c073b032654473e6374dbc1719f59594ecc Mon Sep 17 00:00:00 2001 From: Benoit Giannangeli Date: Sun, 14 May 2017 00:45:16 +0200 Subject: luaL_addsize, luaL_checkoption, luaL_checkversion, luaL_newlibtable, luaL_optnumber, luaL_prepbuffer, luaL_pushresultsize, luaL_ref --- README.md | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 4c46672..95d0a60 100644 --- a/README.md +++ b/README.md @@ -47,17 +47,7 @@ - [ ] `file:setvbuf()` - [ ] `file:__gc()` - [x] C API -- [ ] Auxiliary library - - [x] ... - - [ ] `luaL_addsize` - - [ ] `luaL_checkoption` - - [ ] `luaL_checkversion` - - [ ] `luaL_newlibtable` - - [ ] `luaL_optnumber` - - [ ] `luaL_prepbuffer` - - [ ] `luaL_pushresultsize` - - [ ] `luaL_ref` - - [ ] `luaL_unref` +- [x] Auxiliary library - [ ] Run [Lua test suite](https://github.com/lua/tests) - [x] `calls.lua` - [x] `constructs.lua` (`_soft`) @@ -83,7 +73,7 @@ - [ ] `tpack.lua` - [ ] `utf8.lua` - [ ] `verybig.lua` -- [ ] DOM API binding +- [ ] DOM API binding: [https://github.com/daurnimator/fengari-interop](https://github.com/daurnimator/fengari-interop) ## References -- cgit v1.2.3-54-g00ecf