index
:
fengari
master
Mirrored from https://github.com/fengari-lua/fengari
Laria Carolin Chabowski
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
manual-tests
Commit message (
Expand
)
Author
Age
*
Move fengari specific things to src/fengaricore.js
daurnimator
2018-01-11
*
Use `typeof process === "undefined"` instead of WEB global
daurnimator
2017-12-10
*
tests/manual-tests/debug-cli.js: make executable, set WEB global, return 0 va...
daurnimator
2017-05-20
*
lua-cli moved to own repository: https://github.com/fengari-lua/fengari-node-cli
daurnimator
2017-05-20
*
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