| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
| |
String manipulation functions now get exposed on 'fengari' object itself at top level
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
This removes requirement to set global.WEB before requiring in node
|
|
|
|
| |
string)
|
| |
|
|
|
|
| |
Solves issues with os.getenv'hasOwnProperty'
|
| |
|
|
|
|
|
| |
Now fails on non-utf8 input.
Previously it would convert to equivalent unicode codepoints as bytes, which did not round-trip
|
| |
|
|
|
|
| |
Adds tests for to_luastring
|
|
|
|
|
| |
It is more guaranteed to exist, especially on windows.
See #83
|
|
|
|
| |
fails for luaL_ref to work
|
|
|
|
| |
See #78
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
than a string
Test was failing due to short_src containing '...'
|
| |
|
|
|
|
| |
JavaScript cannot perform arithmetic on 8byte (i.e. 64bit) numbers
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
loadfile
|
| |
|
|\ |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
|/ |
|
| |
|
| |
|
| |
|
|
|
|
| |
strset tests use 'abc' variable
|