aboutsummaryrefslogtreecommitdiff
path: root/tests/manual-tests
Commit message (Collapse)AuthorAge
* Use `typeof process === "undefined"` instead of WEB globaldaurnimator2017-12-10
| | | | This removes requirement to set global.WEB before requiring in node
* tests/manual-tests/debug-cli.js: make executable, set WEB global, return 0 ↵daurnimator2017-05-20
| | | | values
* lua-cli moved to own repository: https://github.com/fengari-lua/fengari-node-clidaurnimator2017-05-20
|
* tests/manual-tests/lua-cli.js: Add missing lua.to_luastring call in msghandlerdaurnimator2017-05-15
|
* Move luaL_openlibs from lauxlib to lualibdaurnimator2017-05-11
|
* Set WEB flag for individual testsBenoit Giannangeli2017-05-09
|
* tests/manual-tests/lua-cli.js: Add msghandler to get tracebacksdaurnimator2017-05-04
|
* tests/manual-tests/lua-cli.js: Remove unused requiredaurnimator2017-05-04
|
* Export luaL_openlibs from lauxlib.jsdaurnimator2017-04-26
|
* Export lapi.js functions from lua.jsdaurnimator2017-04-26
|
* Remove lua.thread_statusdaurnimator2017-04-26
|
* Remove lua.CT and lua.constant_types (still available from defs)daurnimator2017-04-26
|
* lua-cli: Pass null to luaL_loadfile for stdindaurnimator2017-04-19
|
* lua-cli: Add command line optionsdaurnimator2017-04-19
|
* lua-cli: Factor out into same functions as lua.cdaurnimator2017-04-19
|
* lua-cli: Create 'arg' tabledaurnimator2017-04-19
|
* lua-cli: Run LUA_INIT if setdaurnimator2017-04-19
|
* lua-cli: Add support for configurable promptsdaurnimator2017-04-19
|
* lua-cli: Introduce support for multilinedaurnimator2017-04-19
|
* lua-cli: Fix missing settop()daurnimator2017-04-13
|
* Print returned values from clidaurnimator2017-04-12
|
* Try CLI input with 'return' prependeddaurnimator2017-04-12
|
* Basic interactive lua cliBenoit Giannangeli2017-04-11