| Commit message (Collapse) | Author | Age |
|
|
|
| |
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
|
| |
|
| |
|
|
|
|
| |
luaL_optnumber, luaL_prepbuffer, luaL_pushresultsize, luaL_ref
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
- Now that luaL_error does sprintf-like formatting it shouldn't take user input
- % now needs to be escaped when passed to luaL_error
- Removes several wasteful lua->js->lua string transformations
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
It gets set in luaL_buffinit
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|