diff options
author | Benoit Giannangeli <giann008@gmail.com> | 2017-04-12 07:55:38 +0200 |
---|---|---|
committer | Benoit Giannangeli <giann008@gmail.com> | 2017-04-12 09:18:43 +0200 |
commit | fc08312ebf8cf01a53b4826acce0f1c3aedcdc53 (patch) | |
tree | 5b1c3a1276037b482102bfe2c36bcb31c459acac /README.md | |
parent | 58fcb1d7f55424de904fd6ae53954b46d82aae8c (diff) | |
download | fengari-fc08312ebf8cf01a53b4826acce0f1c3aedcdc53.tar.gz fengari-fc08312ebf8cf01a53b4826acce0f1c3aedcdc53.tar.bz2 fengari-fc08312ebf8cf01a53b4826acce0f1c3aedcdc53.zip |
debug.traceback
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -73,7 +73,6 @@ - [ ] luaL_ref - [ ] luaL_setmetatable - [ ] luaL_testudata - - [ ] luaL_traceback - [ ] luaL_unref - [ ] Standard library - [x] Base lib @@ -88,6 +87,7 @@ - [ ] Debug - [x] debug.debug - [x] debug.getlocal + - [x] debug.traceback - [ ] debug.gethook - [ ] debug.getinfo - [ ] debug.getmetatable @@ -99,7 +99,6 @@ - [ ] debug.setmetatable - [ ] debug.setupvalue - [ ] debug.setuservalue - - [ ] debug.traceback - [ ] debug.upvalueid - [ ] debug.upvaluejoin - [ ] Run [Lua test suite](https://github.com/lua/tests) |