| Commit message (Expand) | Author | Age |
* | tests/manual-tests/lua-cli.js: Add missing lua.to_luastring call in msghandler | daurnimator | 2017-05-15 |
* | Move luaL_openlibs from lauxlib to lualib | daurnimator | 2017-05-11 |
* | Set WEB flag for individual tests | Benoit Giannangeli | 2017-05-09 |
* | tests/manual-tests/lua-cli.js: Add msghandler to get tracebacks | daurnimator | 2017-05-04 |
* | tests/manual-tests/lua-cli.js: Remove unused require | daurnimator | 2017-05-04 |
* | Export luaL_openlibs from lauxlib.js | daurnimator | 2017-04-26 |
* | Export lapi.js functions from lua.js | daurnimator | 2017-04-26 |
* | Remove lua.thread_status | daurnimator | 2017-04-26 |
* | Remove lua.CT and lua.constant_types (still available from defs) | daurnimator | 2017-04-26 |
* | lua-cli: Pass null to luaL_loadfile for stdin | daurnimator | 2017-04-19 |
* | lua-cli: Add command line options | daurnimator | 2017-04-19 |
* | lua-cli: Factor out into same functions as lua.c | daurnimator | 2017-04-19 |
* | lua-cli: Create 'arg' table | daurnimator | 2017-04-19 |
* | lua-cli: Run LUA_INIT if set | daurnimator | 2017-04-19 |
* | lua-cli: Add support for configurable prompts | daurnimator | 2017-04-19 |
* | lua-cli: Introduce support for multiline | daurnimator | 2017-04-19 |
* | lua-cli: Fix missing settop() | daurnimator | 2017-04-13 |
* | Print returned values from cli | daurnimator | 2017-04-12 |
* | Try CLI input with 'return' prepended | daurnimator | 2017-04-12 |
* | Basic interactive lua cli | Benoit Giannangeli | 2017-04-11 |