Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Everything need to make luaL_newstate work, lua_pushnil test | Benoit Giannangeli | 2017-02-15 | |
| | ||||
* | Implementing minimal path from main to luaV_execute of user script | Benoit Giannangeli | 2017-02-15 | |
| | ||||
* | Better use of module to avoid cyclic dependencies issues | Benoit Giannangeli | 2017-02-13 | |
| | ||||
* | Fixed bad tailcall, _ENV is a closed upvalue | Benoit Giannangeli | 2017-02-11 | |
| | ||||
* | Upvalues | Benoit Giannangeli | 2017-02-10 | |
| | ||||
* | callstatus, OP_LE, OP_JMP, tests use L.top | Benoit Giannangeli | 2017-02-08 | |
| | ||||
* | First CallInfo expects LUA_MULTRET results | Benoit Giannangeli | 2017-02-07 | |
| | ||||
* | postcall and precall | Benoit Giannangeli | 2017-02-06 | |
| | | | | | | In the tests, we just look at the last n elements of the stack to check our results. This is because the executed script itself doesn't expect any result, so we did not put results at L.top. | |||
* | Fixed bad use of L.top | Benoit Giannangeli | 2017-02-05 | |
| | ||||
* | CLOSURE, CALL | Benoit Giannangeli | 2017-02-04 | |
| | ||||
* | VM Tests, OP_MOVE, OP_LOAK, partial OP_RETURN | Benoit Giannangeli | 2017-02-03 | |
| | ||||
* | Dispatch loop | Benoit Giannangeli | 2017-02-03 | |
| | ||||
* | Lua VM | Benoit Giannangeli | 2017-02-03 | |
| | ||||
* | readHeader | Benoit Giannangeli | 2017-02-02 | |
| | ||||
* | Following Lua's source code as closely as possible | Benoit Giannangeli | 2017-02-02 | |