| Commit message (Expand) | Author | Age |
... | |
* | shifts have different semantics to JS, use add luaV_shiftl | daurnimator | 2017-05-21 |
* | src/lobject.js: l_str2int - keep numbers in representable range | daurnimator | 2017-05-21 |
* | Fixed bad boolean comparison in luaV_finisOp | Benoit Giannangeli | 2017-05-21 |
* | Fixed bad opcode test in luaV_finishOp | Benoit Giannangeli | 2017-05-21 |
* | lua_checkstack did not adjust ci.top | Benoit Giannangeli | 2017-05-21 |
* | ldblib.js: fixed bad type for info lastlinedefined and linedefined | Benoit Giannangeli | 2017-05-20 |
* | Fixed bad oldtop value in seterrorobj | Benoit Giannangeli | 2017-05-20 |
* | test-inprogress npm script | Benoit Giannangeli | 2017-05-20 |
* | Use >>> instead of >> | Benoit Giannangeli | 2017-05-20 |
* | Fixed bad tonumber tests for bitwise opcodes | Benoit Giannangeli | 2017-05-20 |
* | Merge branch 'master' of https://github.com/fengari-lua/fengari into test-suite | Benoit Giannangeli | 2017-05-20 |
|\ |
|
| * | 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 |
| * | [test-suite] nextvar.js, fixed bad comparison in LTNum | Benoit Giannangeli | 2017-05-19 |
| * | test dead_weak for undefined in luaH_next | Benoit Giannangeli | 2017-05-19 |
| * | Fixed requires in inprogress folder | Benoit Giannangeli | 2017-05-19 |
| * | Moved in progress tests to seperate folder | Benoit Giannangeli | 2017-05-19 |
* | | Moved in progress tests to seperate folder | Benoit Giannangeli | 2017-05-19 |
|/ |
|
* | Updated README to reflect progress | Benoit Giannangeli | 2017-05-19 |
* | [test-suite] nextvar.js | Benoit Giannangeli | 2017-05-19 |
* | [test-suite] bitwise.js | Benoit Giannangeli | 2017-05-19 |
* | [test-suite] sort.js | Benoit Giannangeli | 2017-05-19 |
* | [test-suite] utf8.js | Benoit Giannangeli | 2017-05-19 |
* | [test-suite] math.js | Benoit Giannangeli | 2017-05-19 |
* | [test-suite] math.js | Benoit Giannangeli | 2017-05-19 |
* | [test-suite] coroutine.js | Benoit Giannangeli | 2017-05-19 |
* | [test-suite] goto.js | Benoit Giannangeli | 2017-05-19 |
* | [test-suite] closure.js | Benoit Giannangeli | 2017-05-19 |
* | [test-suite] pm.js | Benoit Giannangeli | 2017-05-19 |
* | Added IRC chan on README | Benoit Giannangeli | 2017-05-18 |
* | src/ltm.js: luaH_getstr takes a TString, not a raw string | daurnimator | 2017-05-18 |
* | test_then_block should return escapelist | Benoit Giannangeli | 2017-05-18 |
* | src/lobject.js: Fix floating point mod operation | daurnimator | 2017-05-18 |
* | src/lparser.js: Fix pushing raw Table onto stack | daurnimator | 2017-05-18 |
* | src/defs.js: Have copyright statement use FENGARI_AUTHORS | daurnimator | 2017-05-17 |
* | Merge remote-tracking branch 'daurnimator/webpack-improvements' | Benoit Giannangeli | 2017-05-17 |
|\ |
|
| * | webpack.config.js: Babili should run *after* define | daurnimator | 2017-05-17 |
| * | webpack.config.js: Add explicit target | daurnimator | 2017-05-17 |
| * | webpack.config.js: Mark crypto as external | daurnimator | 2017-05-17 |
* | | Merge remote-tracking branch 'daurnimator/iolib' | Benoit Giannangeli | 2017-05-17 |
|\ \ |
|
| * | | 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 |
* | | | Merge remote-tracking branch 'daurnimator/yieldable-require' | Benoit Giannangeli | 2017-05-17 |
|\ \ \
| |_|/
|/| | |
|
| * | | src/loadlib.js: Allow require to yield | daurnimator | 2017-05-15 |
* | | | src/lvm.js: Optimization in luaV_equalobj | daurnimator | 2017-05-16 |
* | | | src/lobject.js: IDIV is floor division | daurnimator | 2017-05-16 |
* | | | src/lobject.js: Add default case to switch | daurnimator | 2017-05-16 |
| |/
|/| |
|
* | | src/lvm.js: Fix TODO for tointeger | daurnimator | 2017-05-16 |
* | | src/lfunc.js: Fix luaF_findupval, it needs to insert the upvalue into correct... | daurnimator | 2017-05-16 |
|/ |
|
* | src/liolib.js: Add io.type | daurnimator | 2017-05-15 |