| Commit message (Expand) | Author | Age |
* | src/ldebug.js: Test for null result of findlocal in lua_setlocal | Benoit Giannangeli | 2017-05-31 |
* | long source chunkid must be truncated from the end | Benoit Giannangeli | 2017-05-31 |
* | [test-suite] db.js | Benoit Giannangeli | 2017-05-31 |
* | Move to upstream sprintf-js release | daurnimator | 2017-05-31 |
* | LUA_NUMTAGS is inside constant_types | daurnimator | 2017-05-31 |
* | src/lbaselib.js: Fix misleading error message from collectgarbage() | daurnimator | 2017-05-30 |
* | src/lvm.js: Throw error if OP_EXTRAARG is interpreted | daurnimator | 2017-05-30 |
* | Introduce function to adjust L.top | daurnimator | 2017-05-30 |
* | src/defs.js: remove unused import + unreachable code | daurnimator | 2017-05-30 |
* | src/lapi.js: Clean stack top in lua_settable | daurnimator | 2017-05-30 |
* | Fixed bad ref to proto in collectvalidlines | Benoit Giannangeli | 2017-05-29 |
* | src/defs.js: Add default paths for WEB | daurnimator | 2017-05-29 |
* | src/defs.js: Remove maxBytesToWrite argument from to_luastring | daurnimator | 2017-05-29 |
* | src/defs.js: Use .codePointAt to avoid short-comings of .charCodeAt | daurnimator | 2017-05-29 |
* | Decrease LUAI_MAXSTACK to let node breath on Travis | Benoit Giannangeli | 2017-05-29 |
* | Merge branch 'master' of https://github.com/fengari-lua/fengari | Benoit Giannangeli | 2017-05-29 |
|\ |
|
| * | Don't pass user input as format to luaL_error | daurnimator | 2017-05-29 |
| * | src/ldebug.js: Don't pass user input as format string to luaG_runerror. | daurnimator | 2017-05-29 |
* | | [test-suite] utf8.js passes | Benoit Giannangeli | 2017-05-29 |
|/ |
|
* | Fix some warnings found by closure-compiler | daurnimator | 2017-05-29 |
* | src/lstrlib.js: Add annotations for jshint | daurnimator | 2017-05-29 |
* | src/lstrlib.js: Fix position capture returning wrong value | daurnimator | 2017-05-29 |
* | tests/test-suite/inprogress/utf8.js: join min/max tests together | daurnimator | 2017-05-29 |
* | src/lutf8lib.js: Use String.fromCodePoint so that astral characters work | daurnimator | 2017-05-29 |
* | src/lutf8lib.js: Push correct charpattern | daurnimator | 2017-05-29 |
* | src/lbaselib.js: Avoid an extra copy in print | daurnimator | 2017-05-29 |
* | src/lbaselib.js: Make print() correctly handle 8bit chars under node | daurnimator | 2017-05-29 |
* | src/lutf8lib.js: Avoid slicing string (which makes a copy) | daurnimator | 2017-05-29 |
* | Fix some jshint warnings | daurnimator | 2017-05-29 |
* | src/lapi.js: Clean up upvaluejoin | daurnimator | 2017-05-29 |
* | src/lfunc.js: Give UpVals an id field | daurnimator | 2017-05-29 |
* | src/lparser.js: Fix https://www.lua.org/bugs.html#5.3.4-1 | daurnimator | 2017-05-29 |
* | src/lvm.js: Fix indentation in luaV_concat | daurnimator | 2017-05-29 |
* | luaO_tostring should modify TValue | daurnimator | 2017-05-29 |
* | src/ldo.js: Make sure to allocate TValue before assigning | daurnimator | 2017-05-29 |
* | src/lapi.js: When joining upvalues, increase reference count on copied upvalue | daurnimator | 2017-05-29 |
* | src/lvm.js: cache closures | daurnimator | 2017-05-29 |
* | src/lvm.js: Move OP_SETUPVAL into opcode order location | daurnimator | 2017-05-29 |
* | src/lvm.js: OP_GETTABLE should use RB not RKB | daurnimator | 2017-05-29 |
* | Have lua closures point to directly to their upvalues on stack | daurnimator | 2017-05-29 |
* | src/lvm.js: Fix indentation | daurnimator | 2017-05-29 |
* | [test-suite] code.js passes | Benoit Giannangeli | 2017-05-29 |
* | lstrlib.js: pattern index treated as pattern itself | Benoit Giannangeli | 2017-05-29 |
* | [test-suite] code.js | Benoit Giannangeli | 2017-05-29 |
* | Fix bad validop test on lvm.tointeger | Benoit Giannangeli | 2017-05-29 |
* | Removed 'OP_' prefix from OpCodes names array | Benoit Giannangeli | 2017-05-28 |
* | Replace switch on opcode names with switch on their value | Benoit Giannangeli | 2017-05-28 |
* | ltests.js: listcode | Benoit Giannangeli | 2017-05-28 |
* | [test-suite] code.js | Benoit Giannangeli | 2017-05-28 |
* | ltest.js: listk | Benoit Giannangeli | 2017-05-28 |