aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
...
* src/loadlib.js: Use luaL_Buffer to build searchpath error messagedaurnimator2017-06-09
|
* src/llex.js: Fix isreserved (it is passed a TString, not a JS string)daurnimator2017-06-09
|
* src/lapi.js: lua_todataview should use cvt2strdaurnimator2017-06-09
|
* src/lzio.js: Introduce luaZ_buffremovedaurnimator2017-06-09
|
* src/lzio.js: Introduce luaZ_resetbufferdaurnimator2017-06-09
|
* src/llex.js: Use luaO_pushfstring instead of javascript string interpolationdaurnimator2017-06-09
|
* Avoid .concat where simple to do sodaurnimator2017-06-09
|
* Add is_luastring function instead of using Array.isArray directlydaurnimator2017-06-09
|
* src/lvm.js: Fix whitespacedaurnimator2017-06-08
|
* src/lvm.js: Remove unwated exportsdaurnimator2017-06-08
|
* src/lvm.js: Clean up 'forlimit'daurnimator2017-06-08
| | | | | - 'casted' property was pointless - Avoid calling unless operands are known to be integers
* src/lvm.js: Simplify l_strcmp by using string hash for comparisondaurnimator2017-06-08
|
* src/lvm.js: Optimise LEnum and LTnum for our number representationdaurnimator2017-06-08
|
* src/ldo.js: Fix calling wrong stack index for atnativeerrordaurnimator2017-06-03
|
* src/lauxlib.js: Stop using .slice in skipBOMdaurnimator2017-06-01
|
* src/lobject.js: Remove .slice operations from lua_strx2numberdaurnimator2017-06-01
|
* src/lobject.js: Remove .slice operations from l_str2intdaurnimator2017-06-01
|
* src/llex.js: Avoid a .slice operationdaurnimator2017-06-01
|
* src/ldebug.js: Test for null result of findlocal in lua_setlocalBenoit Giannangeli2017-05-31
|
* long source chunkid must be truncated from the endBenoit Giannangeli2017-05-31
|
* LUA_NUMTAGS is inside constant_typesdaurnimator2017-05-31
|
* src/lbaselib.js: Fix misleading error message from collectgarbage()daurnimator2017-05-30
|
* src/lvm.js: Throw error if OP_EXTRAARG is interpreteddaurnimator2017-05-30
|
* Introduce function to adjust L.topdaurnimator2017-05-30
|
* src/defs.js: remove unused import + unreachable codedaurnimator2017-05-30
|
* src/lapi.js: Clean stack top in lua_settabledaurnimator2017-05-30
|
* Fixed bad ref to proto in collectvalidlinesBenoit Giannangeli2017-05-29
|
* src/defs.js: Add default paths for WEBdaurnimator2017-05-29
|
* src/defs.js: Remove maxBytesToWrite argument from to_luastringdaurnimator2017-05-29
|
* src/defs.js: Use .codePointAt to avoid short-comings of .charCodeAtdaurnimator2017-05-29
|
* Decrease LUAI_MAXSTACK to let node breath on TravisBenoit Giannangeli2017-05-29
|
* Don't pass user input as format to luaL_errordaurnimator2017-05-29
|
* src/ldebug.js: Don't pass user input as format string to luaG_runerror.daurnimator2017-05-29
| | | | Fixes #65
* Fix some warnings found by closure-compilerdaurnimator2017-05-29
|
* src/lstrlib.js: Add annotations for jshintdaurnimator2017-05-29
|
* src/lstrlib.js: Fix position capture returning wrong valuedaurnimator2017-05-29
|
* src/lutf8lib.js: Use String.fromCodePoint so that astral characters workdaurnimator2017-05-29
|
* src/lutf8lib.js: Push correct charpatterndaurnimator2017-05-29
| | | | to_luastring breaks due to encoding issues
* src/lbaselib.js: Avoid an extra copy in printdaurnimator2017-05-29
|
* src/lbaselib.js: Make print() correctly handle 8bit chars under nodedaurnimator2017-05-29
|
* src/lutf8lib.js: Avoid slicing string (which makes a copy)daurnimator2017-05-29
|
* Fix some jshint warningsdaurnimator2017-05-29
|
* src/lapi.js: Clean up upvaluejoindaurnimator2017-05-29
| | | | | - Remember to decrement in upvaluejoin - Last arg to getupvalref was an out arg
* src/lfunc.js: Give UpVals an id fielddaurnimator2017-05-29
| | | | | This way they have an id when printed via %p. e.g. `debug.upvalueid(function() print() end, 1)`
* src/lparser.js: Fix https://www.lua.org/bugs.html#5.3.4-1daurnimator2017-05-29
|
* src/lvm.js: Fix indentation in luaV_concatdaurnimator2017-05-29
|
* luaO_tostring should modify TValuedaurnimator2017-05-29
|
* src/ldo.js: Make sure to allocate TValue before assigningdaurnimator2017-05-29
|
* src/lapi.js: When joining upvalues, increase reference count on copied upvaluedaurnimator2017-05-29
|
* src/lvm.js: cache closuresdaurnimator2017-05-29
|