aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* [test-suite] nextvar.js, fixed bad comparison in LTNumBenoit Giannangeli2017-05-19
* test dead_weak for undefined in luaH_nextBenoit Giannangeli2017-05-19
* src/ltm.js: luaH_getstr takes a TString, not a raw stringdaurnimator2017-05-18
* test_then_block should return escapelistBenoit Giannangeli2017-05-18
* src/lobject.js: Fix floating point mod operationdaurnimator2017-05-18
* src/lparser.js: Fix pushing raw Table onto stackdaurnimator2017-05-18
* src/defs.js: Have copyright statement use FENGARI_AUTHORSdaurnimator2017-05-17
* Merge remote-tracking branch 'daurnimator/iolib'Benoit Giannangeli2017-05-17
|\
| * src/liolib.js: Partial implementation of io.input and io.outputdaurnimator2017-05-16
| * src/liolib.js: Add stubs for flushdaurnimator2017-05-16
* | Merge remote-tracking branch 'daurnimator/yieldable-require'Benoit Giannangeli2017-05-17
|\ \
| * | src/loadlib.js: Allow require to yielddaurnimator2017-05-15
* | | src/lvm.js: Optimization in luaV_equalobjdaurnimator2017-05-16
* | | src/lobject.js: IDIV is floor divisiondaurnimator2017-05-16
* | | src/lobject.js: Add default case to switchdaurnimator2017-05-16
| |/ |/|
* | src/lvm.js: Fix TODO for tointegerdaurnimator2017-05-16
* | src/lfunc.js: Fix luaF_findupval, it needs to insert the upvalue into correct...daurnimator2017-05-16
|/
* src/liolib.js: Add io.typedaurnimator2017-05-15
* src/ldo.js: message handler should still be run after native error handlingdaurnimator2017-05-15
* 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