Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix luaL_error callsites | daurnimator | 2017-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 functions | daurnimator | 2017-05-04 |
| | |||
* | package library doesn't need to be for just node | daurnimator | 2017-05-04 |
| | |||
* | src/loadlib.js: Fix use of js string instead of lua string | daurnimator | 2017-05-04 |
| | |||
* | package.searchpath | Benoit Giannangeli | 2017-05-03 |
| | |||
* | package.loadlib | Benoit Giannangeli | 2017-05-03 |
| | |||
* | require | Benoit Giannangeli | 2017-05-03 |
| | |||
* | loadlib.js | Benoit Giannangeli | 2017-05-03 |