aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 1 insertions, 4 deletions
diff --git a/README.md b/README.md
index e32f8f5..01fcbde 100644
--- a/README.md
+++ b/README.md
@@ -40,12 +40,9 @@
- [ ] lua_pushfstring
- [ ] lua_pushlightuserdata
- [ ] lua_pushvfstring
- - [ ] lua_rawgetp
- [ ] lua_rawseti
- - [ ] lua_rawsetp
- [ ] lua_register
- [ ] lua_setallocf
- - [ ] lua_sethook
- [ ] lua_tocfunction
- [ ] Auxiliary library
- [x] ...
@@ -87,6 +84,7 @@
- [x] debug.getregistry
- [x] debug.getupvalue
- [x] debug.getuservalue
+ - [x] debug.sethook
- [x] debug.setlocal
- [x] debug.setmetatable
- [x] debug.setupvalue
@@ -95,7 +93,6 @@
- [x] debug.upvalueid
- [x] debug.upvaluejoin
- [ ] debug.gethook
- - [ ] debug.sethook
- [ ] Run [Lua test suite](https://github.com/lua/tests)
- [ ] DOM API binding