Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | src/loadlib.js: Allow require to yield | daurnimator | 2017-05-15 |
| | |||
* | src/loadlib.js: Move closeSync inside try/catch | daurnimator | 2017-05-12 |
| | | | | See https://github.com/giann/fengari/commit/278fd3edb6ead6cd65c2293f823887d19e4fbc8e#commitcomment-22009497 | ||
* | src/ldebug.js: Fix index used for error message | daurnimator | 2017-05-12 |
| | |||
* | src/loadlib: Use correct string forms | daurnimator | 2017-05-12 |
| | |||
* | Webpack (single bundle for now) | Benoit Giannangeli | 2017-05-09 |
| | |||
* | 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 |