aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Added missing lopcode.MAXINDEXRKBenoit Giannangeli2017-04-25
| | | | Which ended up generating an OP_LOADK when not needed
* Modified .travis.yml to use Lua build with 32bit integersBenoit Giannangeli2017-04-25
|
* lun/dump.js use 32bit integersBenoit Giannangeli2017-04-24
|
* Removed useless luac -l from testsBenoit Giannangeli2017-04-24
|
* Force 32bit integer with |0Benoit Giannangeli2017-04-24
|
* Use maximum 32bit number instead of Number.MAX_SAFE_INTEGERBenoit Giannangeli2017-04-24
|
* L.openupval was not set in luaF_closeBenoit Giannangeli2017-04-24
|
* Bad upval name typeBenoit Giannangeli2017-04-23
|
* Handle when no upvalue foundBenoit Giannangeli2017-04-23
|
* Merge branch 'master' into feature/lua-testsBenoit Giannangeli2017-04-19
|\
| * Merge branch 'master' into clidaurnimator2017-04-19
| |\
| * | lauxlib: Only jsstring-ify if non-nulldaurnimator2017-04-19
| | |
| * | lauxlib: Fix error handling in luaL_loadfilexdaurnimator2017-04-19
| | |
| * | lua-cli: Pass null to luaL_loadfile for stdindaurnimator2017-04-19
| | |
| * | lua-cli: Add command line optionsdaurnimator2017-04-19
| | |
| * | lua-cli: Factor out into same functions as lua.cdaurnimator2017-04-19
| | |
| * | lua-cli: Create 'arg' tabledaurnimator2017-04-19
| | |
| * | lua-cli: Run LUA_INIT if setdaurnimator2017-04-19
| | |
| * | lua-cli: Add support for configurable promptsdaurnimator2017-04-19
| | |
| * | lua-cli: Introduce support for multilinedaurnimator2017-04-19
| | |
| * | lua-cli: Fix missing settop()daurnimator2017-04-13
| | |
* | | No more Table, just TValue with table type and Map valueBenoit Giannangeli2017-04-18
| | |
* | | Fixed _ENV upvalue which was the same for all closuresBenoit Giannangeli2017-04-18
| | |
* | | Fixed table comparison (was comparing TValue instead of values)Benoit Giannangeli2017-04-18
| | |
* | | tests locals.luaBenoit Giannangeli2017-04-18
| | |
* | | luaH_next and luaH_getn are not Table member functionsBenoit Giannangeli2017-04-18
| |/ |/|
* | Cache all to_luastring of internal literalsBenoit Giannangeli2017-04-18
| |
* | Fixed debug.getinfo bad name lookupBenoit Giannangeli2017-04-18
| |
* | os.timeBenoit Giannangeli2017-04-18
| |
* | Temp require to run constructs.luaBenoit Giannangeli2017-04-18
| |
* | Fixed boolean comparisonBenoit Giannangeli2017-04-14
| |
* | constructs.lua testsBenoit Giannangeli2017-04-14
| |
* | Fixed operators when tonumber usedBenoit Giannangeli2017-04-14
| |
* | Use Lua's modulo semanticBenoit Giannangeli2017-04-14
| |
* | Fixed l_str2int fail caseBenoit Giannangeli2017-04-14
| |
* | debug.gethookBenoit Giannangeli2017-04-14
| |
* | Fixed bad UpVal.setValBenoit Giannangeli2017-04-14
| | | | | | | | | | We were making the upval point to the slot of the stack from which the value to set was
* | hooksBenoit Giannangeli2017-04-14
| |
* | debug.upvaluejoinBenoit Giannangeli2017-04-14
| |
* | debug.getuservalue, debug.setuservalue, debug.setlocalBenoit Giannangeli2017-04-14
| |
* | debug.getupvalue, debug.setupvalueBenoit Giannangeli2017-04-13
| |
* | debug.setmetatable debug.getmetatableBenoit Giannangeli2017-04-13
| |
* | debug.getregistryBenoit Giannangeli2017-04-13
| |
* | Table indexes are also starting at 1 internallyBenoit Giannangeli2017-04-13
|/ | | | Since we use a Map we don't have to care about indexes starting at 0
* Merge remote-tracking branch 'daurnimator/cli'Benoit Giannangeli2017-04-12
|\
| * Print returned values from clidaurnimator2017-04-12
| |
| * Try CLI input with 'return' prependeddaurnimator2017-04-12
| |
* | debug.getinfoBenoit Giannangeli2017-04-12
|/
* debug.tracebackBenoit Giannangeli2017-04-12
|
* debug.upvalueidBenoit Giannangeli2017-04-11
|