| Commit message (Collapse) | Author | Age |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
llimit.js is renamed to llimits.js
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Not L.stack.length which is more equivalent to C's L->stacksize
|
| |
|
| |
|
|
|
|
| |
luaD_reallocstack
|
| |
|
| |
|
| |
|
|
|
|
| |
- lua_load no longer takes a null reader function
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
- Don't export a class (instead export luaU_undump)
- Make error messages the same as normal lua
|
| |
|
|
|
|
| |
So we can read binary code with a user reader function
|