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/liolib.js: add io.close() | daurnimator | 2017-05-03 |
| | |||
* | src/liolib: Add file:write() | daurnimator | 2017-05-03 |
| | |||
* | src/liolib.js: Implement io.write | daurnimator | 2017-05-03 |
| | |||
* | src/iolib.js: Add file:__tostring() | daurnimator | 2017-05-03 |
| | |||
* | src/iolib.js: Create stdin/stdout/stderr | daurnimator | 2017-05-03 |
| | |||
* | Add (empty) io library | daurnimator | 2017-04-26 |