Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
* fix: replace old variable return syntax #1539
* Update jit.status()
Co-authored-by: Michael Martin <flrgh@protonmail.com>
|
|
|
|
|
|
The third parameter of utf8.offset is optional according to Lua Reference Manual.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
remove whitespace
|
|
fix name
|
|
fix newproxy return type to userdata
|
|
Document add standard library function [newproxy], although they do not appear in the document
|
|
|