| Commit message (Collapse) | Author | Age |
| |
|
| |
|
| |
|
|
|
|
| |
String manipulation functions now get exposed on 'fengari' object itself at top level
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
cached manually
|
| |
|
| |
|
|
|
|
| |
reponse type where possible
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
This removes requirement to set global.WEB before requiring in node
|
|
|
|
| |
string)
|
| |
|
| |
|
|
|
|
| |
In future this should create a uri from lua string rather than potentially throwing errors in to_jsstring
|
| |
|
| |
|
| |
|
|
|
|
| |
fails for luaL_ref to work
|
|
|
|
| |
Uninvert the condition rather than changing from C to J
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
e.g. a directory
|
|
|
|
|
|
|
|
| |
lua_tonumber should return 0 if argument is not convertible to a number.
But luaL_checknumber uses lua_tonumberx and tests isnum.
-> lua_tonumberx return false if argument is not convertible to a
number.
|
| |
|
|
|
|
| |
Move hacks out of luaL_tolstring
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
- lua_load no longer takes a null reader function
|