aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Add facility for a user provided (state-global) native error handlerdaurnimator2017-05-15
* src/lapi.js: Fix typo in variable name (chunckname => chunkname)daurnimator2017-05-15
* src/llex.js: Compare against lzio.EOZ instead of -1daurnimator2017-05-15
* Separate ZIO and MBuffer data structuresdaurnimator2017-05-15
* src/lauxlib.js: Move binary signature check before line correctiondaurnimator2017-05-15
* src/lauxlib.js: Feed readahead back into parserdaurnimator2017-05-15
* If not initialized, is removed by babiliBenoit Giannangeli2017-05-14
* Add myself to copyright statementsdaurnimator2017-05-14
* Partially revert 4cccf8c6b2c2b1af0afafef52bc87477ba7f817adaurnimator2017-05-14
* luaL_addsize, luaL_checkoption, luaL_checkversion, luaL_newlibtable, luaL_opt...Benoit Giannangeli2017-05-14
* lua_arith, lua_islightuserdata, lua_register, lua_setallocf, lua_tocfunctionBenoit Giannangeli2017-05-14
* lua_arith, moved luaO_arith to lobject.jsBenoit Giannangeli2017-05-14
* Removed useless save(0) in llexBenoit Giannangeli2017-05-13
* .is_vararg should be a booleandaurnimator2017-05-12
* Merge remote-tracking branch 'daurnimator/master'Benoit Giannangeli2017-05-12
|\
| * Rename .pcOff field to l_savedpcdaurnimator2017-05-12
| * src/ldebug.js: Introduce currentpc functiondaurnimator2017-05-12
| * Rename CallInfo l_savedpc field to l_codedaurnimator2017-05-12
| * Remove unused L.ciOff/L.nci fieldsdaurnimator2017-05-12
| * src/{ldo,lvm}.js: Copy style from lua C codedaurnimator2017-05-12
| * src/lstate.js: Remove (unused) CallInfo constructor argumentsdaurnimator2017-05-12
| * Move adhoc code into proper luaE_extendCIdaurnimator2017-05-12
| * src/ldo.js: Don't bother keeping around a pool of CallInfo objectsdaurnimator2017-05-12
| * src/lstate.js: Expose luaE_freeCI and luaE_freethreaddaurnimator2017-05-12
| * src/lstate.js: preinit doesn't need to initialise L.stack to an arraydaurnimator2017-05-12
| * src/lstate.js: Implement freestack(), call from lua_closedaurnimator2017-05-12
| * src/loadlib.js: Move closeSync inside try/catchdaurnimator2017-05-12
| * src/lstrlib.js: Fix incorrect size in commentdaurnimator2017-05-12
* | Boolean TValue should have a boolean valueBenoit Giannangeli2017-05-12
* | luaV_concat: 'total' should not be used inside the loopBenoit Giannangeli2017-05-12
|/
* src/ldo.js: Don't pass a 'this' to the panic functiondaurnimator2017-05-12
* src/ldebug.js: Don't localise TValuedaurnimator2017-05-12
* src/ldebug.js: Shared TValue references are okay on the stackdaurnimator2017-05-12
* src/ldebug.js: Off by one error on symbolic executiondaurnimator2017-05-12
* src/ldebug.js: Fix index used for error messagedaurnimator2017-05-12
* src/loadlib: Use correct string formsdaurnimator2017-05-12
* src/ldebug.js: CClosures have no '.type' field, use instanceofdaurnimator2017-05-12
* src/ldebug.js: Don't modify TValues on stackdaurnimator2017-05-12
* src/ltable.js: Clear .value for dead table entriesdaurnimator2017-05-12
* src/ltable.js: Use a weakmap to hold dead objects (where possible)daurnimator2017-05-12
* src/ltable.js: Move dead keys to their own Mapdaurnimator2017-05-12
* src/ltable.js: Make next() O(1)daurnimator2017-05-12
* src/ltable.js: Reset dead_hashes after clearing outdaurnimator2017-05-12
* src/ltable.js: Iterate past dead keysdaurnimator2017-05-11
* Merge branch 'feature/dead-keys'Benoit Giannangeli2017-05-11
|\
| * Don't use luaO_nilobject when deleting table entryBenoit Giannangeli2017-05-11
| * Freeze luaO_nilobject to catch any accidental overwriteBenoit Giannangeli2017-05-11
| * src/ltable.js: luaH_delete can't fully delete immediately as it might need de...daurnimator2017-05-11
| * src/lobject.js: Fix dead key TValue typedaurnimator2017-05-11
* | uservalue should be a TValueBenoit Giannangeli2017-05-11