| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
| |
Fixes https://github.com/fengari-lua/fengari/commit/0d91aed9be2b4761e00d371410140c4b541eb14e#commitcomment-22312635
|
| |
|
| |
|
|
|
|
| |
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)
|
|
|
|
| |
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
|
|
|
|
| |
Except for require tests which needs io.write
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Both need 'x'
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|