| Commit message (Expand) | Author | Age |
* | src/lstrlib.js: Pass string (not offset of string) | daurnimator | 2017-06-15 |
* | src/lstrlib.js: Fix stopping before end of gmatch subject | daurnimator | 2017-06-15 |
* | lstrlib.js: missing charCodeAt and misspelled ms.src | Benoit Giannangeli | 2017-06-12 |
* | lstrlib.js: matchbalance fixed wrong char lookup | Benoit Giannangeli | 2017-06-12 |
* | src/loadlib.js: Use luaL_Buffer to build findloader error message | daurnimator | 2017-06-09 |
* | src/loadlib.js: Use luaL_Buffer to build searchpath error message | daurnimator | 2017-06-09 |
* | src/llex.js: Fix isreserved (it is passed a TString, not a JS string) | daurnimator | 2017-06-09 |
* | src/lapi.js: lua_todataview should use cvt2str | daurnimator | 2017-06-09 |
* | src/lzio.js: Introduce luaZ_buffremove | daurnimator | 2017-06-09 |
* | src/lzio.js: Introduce luaZ_resetbuffer | daurnimator | 2017-06-09 |
* | src/llex.js: Use luaO_pushfstring instead of javascript string interpolation | daurnimator | 2017-06-09 |
* | Avoid .concat where simple to do so | daurnimator | 2017-06-09 |
* | Add is_luastring function instead of using Array.isArray directly | daurnimator | 2017-06-09 |
* | src/lvm.js: Fix whitespace | daurnimator | 2017-06-08 |
* | src/lvm.js: Remove unwated exports | daurnimator | 2017-06-08 |
* | src/lvm.js: Clean up 'forlimit' | daurnimator | 2017-06-08 |
* | src/lvm.js: Simplify l_strcmp by using string hash for comparison | daurnimator | 2017-06-08 |
* | src/lvm.js: Optimise LEnum and LTnum for our number representation | daurnimator | 2017-06-08 |
* | src/ldo.js: Fix calling wrong stack index for atnativeerror | daurnimator | 2017-06-03 |
* | Rephrase interop point in README | Benoit Giannangeli | 2017-06-02 |
* | npm 5 package-lock.json | Benoit Giannangeli | 2017-06-02 |
* | [test-suite] attrib.js passes | Benoit Giannangeli | 2017-06-02 |
* | src/lauxlib.js: Stop using .slice in skipBOM | daurnimator | 2017-06-01 |
* | src/lobject.js: Remove .slice operations from lua_strx2number | daurnimator | 2017-06-01 |
* | src/lobject.js: Remove .slice operations from l_str2int | daurnimator | 2017-06-01 |
* | src/llex.js: Avoid a .slice operation | daurnimator | 2017-06-01 |
* | [test-suite] db.js | Benoit Giannangeli | 2017-05-31 |
* | 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 |