Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | src/l*lib.js: Use lualib.lua_assert from standard library | daurnimator | 2018-01-22 |
| | |||
* | src/liolib.js: Use destructuring assignment | daurnimator | 2018-01-18 |
| | |||
* | Move fengari specific things to src/fengaricore.js | daurnimator | 2018-01-11 |
| | | | | String manipulation functions now get exposed on 'fengari' object itself at top level | ||
* | Avoid Uint8Array.slice (IE compat) | daurnimator | 2018-01-07 |
| | |||
* | src/: Fix some linter complaints | daurnimator | 2017-12-10 |
| | |||
* | src/liolib.js: Do more argument checking before bailing out of opening a file | daurnimator | 2017-05-21 |
| | |||
* | src/liolib.js: Partial implementation of io.input and io.output | daurnimator | 2017-05-16 |
| | |||
* | src/liolib.js: Add stubs for flush | daurnimator | 2017-05-16 |
| | |||
* | src/liolib.js: Add io.type | daurnimator | 2017-05-15 |
| | |||
* | 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 |