aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* | | src/lstate.js: Use api_incr_top instead of assertdaurnimator2018-01-18
* | | src/ldo.js: Use lua_assert/api_check/etc.daurnimator2018-01-18
* | | src/lauxlib.js: Export luaL_checkversion_daurnimator2018-01-18
* | | src/lapi.js: Export api_incr_top and api_checknelemsdaurnimator2018-01-18
* | | src/lapi.js: Don't export index2addrdaurnimator2018-01-18
* | | src/: Start using lua_assert() instead of plain assert()daurnimator2018-01-18
* | | src/lvm.js: Use destructuring requires for defs, lopcodes, llimits and luaconfdaurnimator2018-01-18
* | | Remove defs.CT alias for defs.constant_typesdaurnimator2018-01-11
* | | Move fengari specific things to src/fengaricore.jsdaurnimator2018-01-11
* | | src/lauxlib.js: Add missing LUA_ERRFILEdaurnimator2018-01-07
* | | src/lvm.js: Add Math.imul shim; export new luaV_imul functiondaurnimator2018-01-07
* | | src/lobject.js: Optimise l_str2d + removing use of spread operator (IE compat)daurnimator2018-01-07
* | | Avoid Uint8Array.slice (IE compat)daurnimator2018-01-07
* | | src/lstrlib.js: Remove use of Uint8Array.reversedaurnimator2018-01-07
* | | src/lstrlib.js: Optimisations to use subarray instead of slice where sensibledaurnimator2018-01-07
* | | Introduce luastring_indexOf as Uint8Array.indexOf doesn't exist everywheredaurnimator2018-01-07
* | | TypedArray.toString() doesn't return a unique string in some browsersdaurnimator2018-01-07
* | | src/lauxlib.js: Export luastring_eqdaurnimator2018-01-07
* | | Avoid String.fromCodePoint (IE compat)daurnimator2018-01-07
* | | src/ldump.js: Remove unneeded Number.parseInt (IE compat)daurnimator2018-01-06
* | | Use Uint8Array.prototype.toString instead of .join (IE compat)daurnimator2018-01-06
* | | src/defs: Rename luastring_cmp to luastring_eqdaurnimator2018-01-06
* | | src/defs.js: Support environments with no String.codePointAtdaurnimator2018-01-06
* | | Support environments without a Uint8Array.fromdaurnimator2018-01-06
* | | src/lauxlib.js: Use luaL_Buffer to implement luaL_gsubdaurnimator2018-01-06
* | | src/lauxlib.js: Use a Uint8Array backed structure for luaL_Bufferdaurnimator2018-01-06
* | | src/ltablib.js: Pass length to luaL_addlstringdaurnimator2018-01-06
* | | src/lstrlib.js: Pass byte offsets to DataView constructordaurnimator2018-01-06
* | | src/lauxlib.js: Remove unrequired Uint8Array.from calldaurnimator2018-01-06
* | | src/defs.js: Fallback for when Uint8Array.of doesn't existdaurnimator2018-01-06
* | | Expose lua.luastring_of to construct a lua 'string' from raw byte valuesdaurnimator2018-01-06
* | | src/lbaselib.js: Fallback for when TextDecoder doesn't existdaurnimator2018-01-06
* | | src/defs.js: Avoid for..of, as generated code uses Symbol.iterator, which mig...daurnimator2018-01-06
* | | src/defs.lua,LICENSE: Update copyright year for fengari codedaurnimator2018-01-02
|/ /
* / src/luaconf.js: Fix bug introduced in c260105662e28778fe129a3a4500c1baf40ea109daurnimator2017-12-30
|/
* src/ldblib.js: Fix incorrect argument type to luaL_argerrordaurnimator2017-12-29
* src/lauxlib.js: Don't use 'cache' option to to_luastring, keep strings cached...daurnimator2017-12-29
* src/lvm.js: Optimise lua_integer2str and lua_number2strdaurnimator2017-12-29
* src/lbaselib.js: Buffer console output as JS strings rather than in Array of ...daurnimator2017-12-29
* src/: Add defs.from_userstring function to take string from apidaurnimator2017-12-29
* src/ldblib.js: Use window.prompt to get input in browserdaurnimator2017-12-28
* src/lauxlib.js: lua_writestringerror gets a console.error invocation per newlinedaurnimator2017-12-28
* src/{laux,ldb}lib.js: lua_writestringerror now only takes JS stringsdaurnimator2017-12-28
* src/{load,los}lib.js: Remove extraneous Uint8Array.from callsdaurnimator2017-12-28
* src/loslib.js: fix os.execute(nil) casedaurnimator2017-12-28
* src/lauxlib.js: synchronous xhr is allowed in workers. use arraybuffer repons...daurnimator2017-12-28
* src/loadlib.js: Add support for web worker global envdaurnimator2017-12-28
* src/loadlib.js: Use non-strict mode to find global env in unknown environmentsdaurnimator2017-12-28
* Merge branch 'Uint8Array'daurnimator2017-12-15
|\
| * src/lapi.js: Have lua_todataview return view over actual underlying Uint8Arraydaurnimator2017-12-15