aboutsummaryrefslogtreecommitdiff
path: root/src/loadlib.js
Commit message (Collapse)AuthorAge
* Fix luaL_error callsitesdaurnimator2017-05-05
| | | | | | - 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
* src/loadlib.js: Fix incorrect args for package functionsdaurnimator2017-05-04
|
* package library doesn't need to be for just nodedaurnimator2017-05-04
|
* src/loadlib.js: Fix use of js string instead of lua stringdaurnimator2017-05-04
|
* package.searchpathBenoit Giannangeli2017-05-03
|
* package.loadlibBenoit Giannangeli2017-05-03
|
* requireBenoit Giannangeli2017-05-03
|
* loadlib.jsBenoit Giannangeli2017-05-03