| Commit message (Collapse) | Author | Age |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
llimit.js is renamed to llimits.js
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Also stop adding trailing null byte in llex.js
|
| |
|
|
|
|
| |
- lua_load no longer takes a null reader function
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
So we can read binary code with a user reader function
|
| |
|
|
|
|
| |
Fixes issue where internal TValues get exposed via lua_Debug structure
|
|
|
|
| |
If the buffer was exhausted, the previous implementation could return undefined
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|