Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | If not initialized, is removed by babili | Benoit Giannangeli | 2017-05-14 | |
| | ||||
* | Add myself to copyright statements | daurnimator | 2017-05-14 | |
| | ||||
* | README,package.json: Update links for new organisation | daurnimator | 2017-05-14 | |
| | ||||
* | Partially revert 4cccf8c6b2c2b1af0afafef52bc87477ba7f817a | daurnimator | 2017-05-14 | |
| | ||||
* | Added PUC-Rio in LICENSE | Benoit Giannangeli | 2017-05-14 | |
| | | | | closes #28 | |||
* | luaL_addsize, luaL_checkoption, luaL_checkversion, luaL_newlibtable, ↵ | Benoit Giannangeli | 2017-05-14 | |
| | | | | luaL_optnumber, luaL_prepbuffer, luaL_pushresultsize, luaL_ref | |||
* | lua_arith, lua_islightuserdata, lua_register, lua_setallocf, lua_tocfunction | Benoit Giannangeli | 2017-05-14 | |
| | ||||
* | lua_arith, moved luaO_arith to lobject.js | Benoit Giannangeli | 2017-05-14 | |
| | ||||
* | Updated test-suite section of README | Benoit Giannangeli | 2017-05-13 | |
| | ||||
* | [test-suite] attrib.js | Benoit Giannangeli | 2017-05-13 | |
| | ||||
* | [test-suite] literals.js | Benoit Giannangeli | 2017-05-13 | |
| | ||||
* | Removed useless save(0) in llex | Benoit Giannangeli | 2017-05-13 | |
| | ||||
* | [test-suite] literals.js | Benoit Giannangeli | 2017-05-13 | |
| | ||||
* | [test-suite] events.js | Benoit Giannangeli | 2017-05-12 | |
| | ||||
* | .is_vararg should be a boolean | daurnimator | 2017-05-12 | |
| | ||||
* | Merge remote-tracking branch 'daurnimator/master' | Benoit Giannangeli | 2017-05-12 | |
|\ | ||||
| * | Rename .pcOff field to l_savedpc | daurnimator | 2017-05-12 | |
| | | ||||
| * | src/ldebug.js: Introduce currentpc function | daurnimator | 2017-05-12 | |
| | | ||||
| * | Rename CallInfo l_savedpc field to l_code | daurnimator | 2017-05-12 | |
| | | ||||
| * | Remove unused L.ciOff/L.nci fields | daurnimator | 2017-05-12 | |
| | | ||||
| * | src/{ldo,lvm}.js: Copy style from lua C code | daurnimator | 2017-05-12 | |
| | | ||||
| * | src/lstate.js: Remove (unused) CallInfo constructor arguments | daurnimator | 2017-05-12 | |
| | | ||||
| * | Move adhoc code into proper luaE_extendCI | daurnimator | 2017-05-12 | |
| | | ||||
| * | src/ldo.js: Don't bother keeping around a pool of CallInfo objects | daurnimator | 2017-05-12 | |
| | | ||||
| * | src/lstate.js: Expose luaE_freeCI and luaE_freethread | daurnimator | 2017-05-12 | |
| | | ||||
| * | src/lstate.js: preinit doesn't need to initialise L.stack to an array | daurnimator | 2017-05-12 | |
| | | ||||
| * | src/lstate.js: Implement freestack(), call from lua_close | daurnimator | 2017-05-12 | |
| | | | | | | | | Work towards https://github.com/giann/fengari/commit/354d659f577fc27969784400c8c1e6090756da7b#commitcomment-21975897 | |||
| * | src/loadlib.js: Move closeSync inside try/catch | daurnimator | 2017-05-12 | |
| | | | | | | | | See https://github.com/giann/fengari/commit/278fd3edb6ead6cd65c2293f823887d19e4fbc8e#commitcomment-22009497 | |||
| * | README: Remove duplicated file:read() | daurnimator | 2017-05-12 | |
| | | | | | | | | See https://github.com/giann/fengari/commit/278fd3edb6ead6cd65c2293f823887d19e4fbc8e#commitcomment-22009543 | |||
| * | src/lstrlib.js: Fix incorrect size in comment | daurnimator | 2017-05-12 | |
| | | | | | | | | See https://github.com/giann/fengari/commit/3ba0fe6fd5ad9f62b948bf970347ffef3d5fe4bf#commitcomment-22054952 | |||
* | | Boolean TValue should have a boolean value | Benoit Giannangeli | 2017-05-12 | |
| | | ||||
* | | luaV_concat: 'total' should not be used inside the loop | Benoit Giannangeli | 2017-05-12 | |
|/ | | | | | If there's a table in the concat sequence, we ended up with a toconcat array with undefined slots. | |||
* | src/ldo.js: Don't pass a 'this' to the panic function | daurnimator | 2017-05-12 | |
| | ||||
* | package.json: Update "main" field to fengari.js | daurnimator | 2017-05-12 | |
| | ||||
* | src/ldebug.js: Don't localise TValue | daurnimator | 2017-05-12 | |
| | ||||
* | src/ldebug.js: Shared TValue references are okay on the stack | daurnimator | 2017-05-12 | |
| | ||||
* | src/ldebug.js: Off by one error on symbolic execution | daurnimator | 2017-05-12 | |
| | | | | Fixes #29 | |||
* | src/ldebug.js: Fix index used for error message | daurnimator | 2017-05-12 | |
| | ||||
* | src/loadlib: Use correct string forms | daurnimator | 2017-05-12 | |
| | ||||
* | src/ldebug.js: CClosures have no '.type' field, use instanceof | daurnimator | 2017-05-12 | |
| | ||||
* | src/ldebug.js: Don't modify TValues on stack | daurnimator | 2017-05-12 | |
| | ||||
* | src/ltable.js: Clear .value for dead table entries | daurnimator | 2017-05-12 | |
| | | | | Saves a TValue allocation | |||
* | src/ltable.js: Use a weakmap to hold dead objects (where possible) | daurnimator | 2017-05-12 | |
| | ||||
* | Merge pull request #40 from daurnimator/optimized-next | Benoit Giannangeli | 2017-05-11 | |
|\ | | | | | Optimized next | |||
| * | src/ltable.js: Move dead keys to their own Map | daurnimator | 2017-05-12 | |
| | | ||||
| * | src/ltable.js: Make next() O(1) | daurnimator | 2017-05-12 | |
| | | ||||
| * | src/ltable.js: Reset dead_hashes after clearing out | daurnimator | 2017-05-12 | |
| | | ||||
| * | src/ltable.js: Iterate past dead keys | daurnimator | 2017-05-11 | |
|/ | ||||
* | Merge branch 'feature/dead-keys' | Benoit Giannangeli | 2017-05-11 | |
|\ | ||||
| * | Don't use luaO_nilobject when deleting table entry | Benoit Giannangeli | 2017-05-11 | |
| | |