aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Proto.source should be a string, not a TValuedaurnimator2017-05-05
* src/ldebug.js: Fix off by one error when calculating line numberdaurnimator2017-05-05
* src/ldebug.js: Use luaO_pushfstringdaurnimator2017-05-05
* src/lauxlib.js: Use lua_pushfstring (fixes missing fields in tracebacks)daurnimator2017-05-05
* Fix luaL_error callsitesdaurnimator2017-05-05
* src/lauxlib.js: Fix traceback textdaurnimator2017-05-05
* src/lauxlib.js: Use lua_pushvfstringdaurnimator2017-05-04
* Add lua_pushfstring and lua_pushvstringdaurnimator2017-05-04
* src/lvm.js: Don't localise lobject membersdaurnimator2017-05-04
* src/ljstype.js: Add lisprintdaurnimator2017-05-04
* src/lapi.js: Add missing call to get typedaurnimator2017-05-04
* src/ldebug.js: Remove unused argumentdaurnimator2017-05-04
* src/ldebug.js: Fix indentationdaurnimator2017-05-04
* src/ldo.js: Throw JS errors as runtime errorsdaurnimator2017-05-04
* Add more/correct validation around integersdaurnimator2017-05-04
* src/ldblib.js: Add missing bracesdaurnimator2017-05-04
* src/loadlib.js: Fix incorrect args for package functionsdaurnimator2017-05-04
* package library doesn't need to be for just nodedaurnimator2017-05-04
* src/loadlib.js: Fix use of js string instead of lua stringdaurnimator2017-05-04
* package.searchpathBenoit Giannangeli2017-05-03
* package.loadlibBenoit Giannangeli2017-05-03
* requireBenoit Giannangeli2017-05-03
* loadlib.jsBenoit Giannangeli2017-05-03
* Merge remote-tracking branch 'daurnimator/iolib'Benoit Giannangeli2017-05-03
|\
| * src/liolib.js: add io.close()daurnimator2017-05-03
| * src/liolib: Add file:write()daurnimator2017-05-03
| * src/liolib.js: Implement io.writedaurnimator2017-05-03
| * src/iolib.js: Add file:__tostring()daurnimator2017-05-03
| * src/iolib.js: Create stdin/stdout/stderrdaurnimator2017-05-03
* | src/lauxlib.js: buffer.b should be null or array, not a stringdaurnimator2017-05-03
* | src/lauxlib: Rewrite luaL_execresultdaurnimator2017-05-03
* | Pipe | has higher precedence than equalsdaurnimator2017-05-03
* | luaL_Buffer constructor shouldn't take a lua statedaurnimator2017-05-03
* | Remove lua_pushtvaluedaurnimator2017-05-03
* | src/lapi.js: Remove now unused lua_compare_ functiondaurnimator2017-05-03
* | src/ltablib.js: Use quicksort implementation from lua instead of using javasc...daurnimator2017-05-03
|/
* Removed unused imports; add jshint unused warningdaurnimator2017-05-03
* Move .id field from TValue to values themselvesdaurnimator2017-05-03
* Add lua_rawsetidaurnimator2017-05-03
* Refactor table implementationdaurnimator2017-05-03
* src/lapi.js: Fix typo in aux_upvaluedaurnimator2017-05-03
* os.dateBenoit Giannangeli2017-05-02
* os.clockBenoit Giannangeli2017-05-02
* Merge remote-tracking branch 'daurnimator/fix-errors'Benoit Giannangeli2017-05-02
|\
| * src/debug.js: Fix incorrect argument order to new TValuedaurnimator2017-05-02
| * Use lfunc from lundump.jsdaurnimator2017-05-02
| * src/lauxlib.js: Add luaL_dostring and luaL_dofiledaurnimator2017-05-02
| * src/lfunc.js: Pass arguments to LClosure constructordaurnimator2017-05-02
| * src/lobject: Add sethvalue method to TValuedaurnimator2017-05-02
* | Fixed call to execSync to use stdin/out/errBenoit Giannangeli2017-05-02