| Commit message (Expand) | Author | Age |
* | src/lstrlib.js: Always return a new string from num2straux | daurnimator | 2017-05-22 |
* | src/lstrlib.js: Remove useless copies in num2straux | daurnimator | 2017-05-22 |
* | attrib.js is still in progress | Benoit Giannangeli | 2017-05-21 |
* | IRC badge in README | Benoit Giannangeli | 2017-05-21 |
* | Skip failing in string.js for now | Benoit Giannangeli | 2017-05-21 |
* | lua_stringtonumber is meant to return length + 1 | daurnimator | 2017-05-22 |
* | src/lobject.js: MAXBY10 should be lower integer bound | daurnimator | 2017-05-22 |
* | tests/test-suite/inprogress/math.js: isNaN is a shared function for tests | daurnimator | 2017-05-22 |
* | Use Math.imul when multiplying integers | daurnimator | 2017-05-22 |
* | src/lcode.js: Fix incorrect function call order | daurnimator | 2017-05-22 |
* | tests/test-suite/errors.js: Now passes | daurnimator | 2017-05-22 |
* | tests/test-suite/inprogress/errors.js: Pass file name so that test passes | daurnimator | 2017-05-22 |
* | src/lcode.js: fix typo in error message | daurnimator | 2017-05-22 |
* | tests/test-suite/inprogress/errors.js: Adjust test C=>JS | daurnimator | 2017-05-22 |
* | src/lparser.js: create error message using luaO_pushfstring | daurnimator | 2017-05-22 |
* | tests/test-suite/inprogress/errors.js: Remove progress prints | daurnimator | 2017-05-22 |
* | src/lauxlib.js: compare js strings | daurnimator | 2017-05-22 |
* | src/lauxlib.js: lua_getinfo takes a lua string (array) not a JS string | daurnimator | 2017-05-22 |
* | src/ldebug.js: namewhat should always contain a string | daurnimator | 2017-05-22 |
* | src/ldebug.js: Fix returning TString instead of raw string | daurnimator | 2017-05-22 |
* | src/ldebug.js: lineinfo is always an array in JS, check length instead | daurnimator | 2017-05-22 |
* | src/lbaselib.js: Implement argument checking in collectgarbage | daurnimator | 2017-05-22 |
* | src/liolib.js: Do more argument checking before bailing out of opening a file | daurnimator | 2017-05-21 |
* | src/ldebug.js: Fix indexing TValue instead of value when finding upvalue name | daurnimator | 2017-05-21 |
* | src/ldebug.js: compare same string types | daurnimator | 2017-05-21 |
* | src/lobject.js: Fix luaO_chunkid to actually return a short source name | daurnimator | 2017-05-21 |
* | tests/test-suite/goto.js: Now passes | daurnimator | 2017-05-21 |
* | tests/test-suite/inprogress/goto.js: un-split up test case | daurnimator | 2017-05-21 |
* | src/lparser.js: Use .getstr() when creating error messages | daurnimator | 2017-05-21 |
* | src/lobject.js: missing semicolon | daurnimator | 2017-05-21 |
* | tests/test-suite/attrib.js: Now passes | daurnimator | 2017-05-21 |
* | tests/test-suite/bitwise.js: Now passes | daurnimator | 2017-05-21 |
* | src/lobject.js: parseFloat ignores trailing junk, validate with regex first | daurnimator | 2017-05-21 |
* | src/lobject.js: our lua_strx2number returns null on failure | daurnimator | 2017-05-21 |
* | src/lobject.js: Check that there is no trailing junk from lua_strx2number | daurnimator | 2017-05-21 |
* | src/lmathlib.js: fix fmod: plain javascript % operator has correct behaviour | daurnimator | 2017-05-21 |
* | lua_numbertointeger should return false on failure | daurnimator | 2017-05-21 |
* | Centralise integer mod and div operations to luaV_mod and luaV_div | daurnimator | 2017-05-21 |
* | src/lvm.js: integer unary minus need to be bitwise or-d | daurnimator | 2017-05-21 |
* | Use same mod operator behaviour from both lvm.js and lobject.js | daurnimator | 2017-05-21 |
* | 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 |