aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* | src/lstrlib.js: Optimise find_subarray using .indexOfdaurnimator2017-12-14
|/
* Introduce defs.string_of to create string from bytesdaurnimator2017-12-13
* src/lbaselib.js: Use TextDecoder in lua_writelinedaurnimator2017-12-13
* src/llex.js: Use luaZ_buffer when not using .slicedaurnimator2017-12-13
* src/lapi.js: Remove emptystring: rely on internal string cache insteaddaurnimator2017-12-13
* src/llex.js: Fix incorrect slice lengthdaurnimator2017-12-13
* src/lstrlib.js: Replace adddigit function with call to .toString(16)daurnimator2017-12-13
* src/lstrlib.js: Reimplement using luaL_Bufferdaurnimator2017-12-13
* src/lauxlib.js: Implement luaL_prepbuffsize using a Uint8Arraydaurnimator2017-12-13
* src/ldump.js: Keep LUAC_DATA in array formdaurnimator2017-12-13
* src/lobject.js: Build string in js rather than appending to lua stringdaurnimator2017-12-13
* src/loadlib.js: Do a concatenation in js string form rather than concating ar...daurnimator2017-12-13
* src/: Use to_luastring more often instead of manually creating arraysdaurnimator2017-12-13
* src/: Have luaO_str2num fill in passed TValue and return lengthdaurnimator2017-12-12
* src/lobject.js: Have luaO_pushvfstring respect null as terminator for %sdaurnimator2017-12-12
* src/lapi.js: Factor out default chunknamedaurnimator2017-12-11
* src/loadlib.js: Fix incorrect type of LUA_IGMARKdaurnimator2017-12-11
* src/{llex,lobject}.js: Fix luaO_utf8esc/luaO_utf8desc confusiondaurnimator2017-12-11
* src/lapi.js: Keep empty string constant arounddaurnimator2017-12-11
* Merge branch 'object-ids'daurnimator2017-12-10
|\
| * src/lobject.js: Add undefined as pointer form of void 0daurnimator2017-12-10
| * src/lobject.js: Give functions and objects idsdaurnimator2017-12-10
| * src/lobject.js: Add ids in the form of JS constructors for primitivesdaurnimator2017-12-10
* | src/lparser.js: Avoid empty blocksdaurnimator2017-12-10
* | src/lparser.js: Change comment to avoid accidental annotationdaurnimator2017-12-10
* | src/ltm.js: Add 'return' to avoid fallthrough linter warningsdaurnimator2017-12-10
* | src/: Comment out unused constants/functionsdaurnimator2017-12-10
* | src/: Fix some linter complaintsdaurnimator2017-12-10
* | Use `typeof process === "undefined"` instead of WEB globaldaurnimator2017-12-10
|/
* src/loslib.js: Add os.clock implementation for browsersdaurnimator2017-12-03
* Export strings from lauxlib in lua string form (rather than as javascript str...daurnimator2017-12-02
* src/lauxlib.js: Fix missing 'else' in luaL_getmetafielddaurnimator2017-11-28
* src/lapi.js: chunkname can be nulldaurnimator2017-11-20
* Add lua.to_uristringdaurnimator2017-11-12
* src/loslib.js: Check that var exists in process.env before indexingdaurnimator2017-11-12
* src/lstrlib.js: Move arg checking to own linedaurnimator2017-11-12
* src/loslib.js: Remove to_jsstring where possibledaurnimator2017-11-12
* src/loslib.js: Tidy up os.datedaurnimator2017-11-12
* src/lobject.js: Add try/catch around to_jsstring call in number coercionsdaurnimator2017-11-12
* src/lauxlib.js: Add encodeURI call into luaL_loadfilex to match loadlib.jsdaurnimator2017-11-12
* src/loadlib.js: Remove unwanted to_jsstringdaurnimator2017-11-12
* src/ldo.js: remove unrequired to_jsstring callsdaurnimator2017-11-12
* lua_writestringerror now takes a vararg and converts arraysdaurnimator2017-11-12
* src/lbaselib.js: Add try/catch around to_jsstring call in tonumberdaurnimator2017-11-12
* src/lauxlib.js: Remove unwanted to_jsstring callsdaurnimator2017-11-12
* src/lauxlib.js: Catch read errors on read rather than fstat-ing then hopingdaurnimator2017-11-12
* src/ldebug.js: Remove use of fallible defs.to_jsstring calldaurnimator2017-11-12
* Add internal function defs.luastring_cmp for string equality checksdaurnimator2017-11-12
* src/llex.js: Export LUA_ENVdaurnimator2017-11-12
* src/defs.js: cleanup of to_luastringdaurnimator2017-11-12