aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Compare allowed stack indices to stack_lastdaurnimator2017-05-22
* src/lstate.js: Remove useless luaE_freeCIdaurnimator2017-05-22
* src/ldo.js: Add luaD_shrinkstack callsdaurnimator2017-05-22
* Add luaD_checkstack callsdaurnimator2017-05-22
* Fix lua_checkstack to check against LUAI_MAXSTACK. Adds luaD_growstack and lu...daurnimator2017-05-22
* tests/test-suite/math.js: Now passesdaurnimator2017-05-22
* tests/test-suite/inprogress/math.js: Move floatbits calculation to prefixdaurnimator2017-05-22
* src/lmathlib.js: Return nothing from math_randomseeddaurnimator2017-05-22
* Checks for nil and NaN table keysdaurnimator2017-05-22
* src/lmathlib.js: Implement math.atan second argumentdaurnimator2017-05-22
* src/lmathlib.js: math.ult needs to compare as if integers are unsigneddaurnimator2017-05-22
* src/lmathlib.js: Math.abs can return out of range integersdaurnimator2017-05-22
* src/lbaselib.js: tonumber shouldn't ignore trailing junkdaurnimator2017-05-22
* tests: remove some extra printsdaurnimator2017-05-22
* Add TMcachedaurnimator2017-05-22
* src/lvm.js: Inline luaV_finishget and luaV_finishset; change recursion into loopdaurnimator2017-05-22
* src/lstrlib.js: Always return a new string from num2strauxdaurnimator2017-05-22
* src/lstrlib.js: Remove useless copies in num2strauxdaurnimator2017-05-22
* attrib.js is still in progressBenoit Giannangeli2017-05-21
* IRC badge in READMEBenoit Giannangeli2017-05-21
* Skip failing in string.js for nowBenoit Giannangeli2017-05-21
* lua_stringtonumber is meant to return length + 1daurnimator2017-05-22
* src/lobject.js: MAXBY10 should be lower integer bounddaurnimator2017-05-22
* tests/test-suite/inprogress/math.js: isNaN is a shared function for testsdaurnimator2017-05-22
* Use Math.imul when multiplying integersdaurnimator2017-05-22
* src/lcode.js: Fix incorrect function call orderdaurnimator2017-05-22
* tests/test-suite/errors.js: Now passesdaurnimator2017-05-22
* tests/test-suite/inprogress/errors.js: Pass file name so that test passesdaurnimator2017-05-22
* src/lcode.js: fix typo in error messagedaurnimator2017-05-22
* tests/test-suite/inprogress/errors.js: Adjust test C=>JSdaurnimator2017-05-22
* src/lparser.js: create error message using luaO_pushfstringdaurnimator2017-05-22
* tests/test-suite/inprogress/errors.js: Remove progress printsdaurnimator2017-05-22
* src/lauxlib.js: compare js stringsdaurnimator2017-05-22
* src/lauxlib.js: lua_getinfo takes a lua string (array) not a JS stringdaurnimator2017-05-22
* src/ldebug.js: namewhat should always contain a stringdaurnimator2017-05-22
* src/ldebug.js: Fix returning TString instead of raw stringdaurnimator2017-05-22
* src/ldebug.js: lineinfo is always an array in JS, check length insteaddaurnimator2017-05-22
* src/lbaselib.js: Implement argument checking in collectgarbagedaurnimator2017-05-22
* src/liolib.js: Do more argument checking before bailing out of opening a filedaurnimator2017-05-21
* src/ldebug.js: Fix indexing TValue instead of value when finding upvalue namedaurnimator2017-05-21
* src/ldebug.js: compare same string typesdaurnimator2017-05-21
* src/lobject.js: Fix luaO_chunkid to actually return a short source namedaurnimator2017-05-21
* tests/test-suite/goto.js: Now passesdaurnimator2017-05-21
* tests/test-suite/inprogress/goto.js: un-split up test casedaurnimator2017-05-21
* src/lparser.js: Use .getstr() when creating error messagesdaurnimator2017-05-21
* src/lobject.js: missing semicolondaurnimator2017-05-21
* tests/test-suite/attrib.js: Now passesdaurnimator2017-05-21
* tests/test-suite/bitwise.js: Now passesdaurnimator2017-05-21
* src/lobject.js: parseFloat ignores trailing junk, validate with regex firstdaurnimator2017-05-21
* src/lobject.js: our lua_strx2number returns null on failuredaurnimator2017-05-21