aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBenoit Giannangeli <giann008@gmail.com>2017-04-14 08:59:00 +0200
committerBenoit Giannangeli <giann008@gmail.com>2017-04-14 11:06:19 +0200
commit43c97cbc2904d2bac87c61515bbc16c38a091548 (patch)
tree31dee0450518dc6a6aebd913e450bcd8ed4131b2 /README.md
parentfd613ef1da5e3eeb10d13351ccf217e33b30b1dd (diff)
downloadfengari-43c97cbc2904d2bac87c61515bbc16c38a091548.tar.gz
fengari-43c97cbc2904d2bac87c61515bbc16c38a091548.tar.bz2
fengari-43c97cbc2904d2bac87c61515bbc16c38a091548.zip
hooks
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