| Commit message (Expand) | Author | Age |
* | [test-suite] calls.js | Benoit Giannangeli | 2017-05-07 |
* | Binary chunk can be a lua string (string.dump) | Benoit Giannangeli | 2017-05-05 |
* | Added missing parameter to luaL_loadbufferx in luaB_load | Benoit Giannangeli | 2017-05-05 |
* | L.openupval list was not linked correctly | Benoit Giannangeli | 2017-05-05 |
* | [test-suite] calls.js | Benoit Giannangeli | 2017-05-05 |
* | src/ldebug.js: Fix incorrect error messages | daurnimator | 2017-05-05 |
* | src/ldebug.js: Fix off by one error when calculating line number | daurnimator | 2017-05-05 |
* | src/lauxlib.js: Fix traceback text | daurnimator | 2017-05-05 |
* | 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 |
* | package.searchpath | Benoit Giannangeli | 2017-05-03 |
* | package.loadlib | Benoit Giannangeli | 2017-05-03 |
* | require | Benoit Giannangeli | 2017-05-03 |
* | Refactor table implementation | daurnimator | 2017-05-03 |
* | os.date | Benoit Giannangeli | 2017-05-02 |
* | Merge remote-tracking branch 'daurnimator/fix-errors' | Benoit Giannangeli | 2017-05-02 |
|\ |
|
| * | tests/tests.js: Use luaL_loadstring instead of using lundump.js directly | daurnimator | 2017-05-02 |
* | | Fixed os.time test to compare output with a Date instead of a constant | Benoit Giannangeli | 2017-05-02 |
* | | Fixed os.time(format) | Benoit Giannangeli | 2017-05-02 |
* | | os.difftime | Benoit Giannangeli | 2017-05-02 |
|/ |
|
* | os.getenv | Benoit Giannangeli | 2017-04-28 |
* | [test-suite] constructs.js | Benoit Giannangeli | 2017-04-27 |
* | [test-suite] locals.js | Benoit Giannangeli | 2017-04-27 |
* | Remove unused variables | daurnimator | 2017-04-26 |
* | Export luaL_openlibs from lauxlib.js | daurnimator | 2017-04-26 |
* | Added missing test in luaL_tolstring | Benoit Giannangeli | 2017-04-26 |
* | npm t runs test suite, removed t.comment | Benoit Giannangeli | 2017-04-26 |
* | [test-suite] strings.lua (complete) | Benoit Giannangeli | 2017-04-26 |
* | [test-suite] Large number tests | Benoit Giannangeli | 2017-04-26 |
* | [test-suite] strings.lua | Benoit Giannangeli | 2017-04-26 |
* | Breaking down lua test suite into tape tests | Benoit Giannangeli | 2017-04-26 |
* | Removed lua-test submodule | Benoit Giannangeli | 2017-04-26 |
* | Export ldo.js functions from lua.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 |
* | Added back limit tests in local.lua | Benoit Giannangeli | 2017-04-25 |
* | lun/dump.js use 32bit integers | Benoit Giannangeli | 2017-04-24 |
* | Removed useless luac -l from tests | Benoit Giannangeli | 2017-04-24 |
* | Use maximum 32bit number instead of Number.MAX_SAFE_INTEGER | Benoit Giannangeli | 2017-04-24 |
* | L.openupval was not set in luaF_close | Benoit Giannangeli | 2017-04-24 |
* | Bad upval name type | Benoit Giannangeli | 2017-04-23 |
* | Merge branch 'master' into feature/lua-tests | Benoit Giannangeli | 2017-04-19 |
|\ |
|
| * | Merge branch 'master' into cli | daurnimator | 2017-04-19 |
| |\ |
|
| * | | 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 |