| Commit message (Expand) | Author | Age |
... | |
* | src/lauxlib.js: Don't use 'cache' option to to_luastring, keep strings cached... | daurnimator | 2017-12-29 |
* | src/lvm.js: Optimise lua_integer2str and lua_number2str | daurnimator | 2017-12-29 |
* | src/lbaselib.js: Buffer console output as JS strings rather than in Array of ... | daurnimator | 2017-12-29 |
* | src/: Add defs.from_userstring function to take string from api | daurnimator | 2017-12-29 |
* | src/ldblib.js: Use window.prompt to get input in browser | daurnimator | 2017-12-28 |
* | src/lauxlib.js: lua_writestringerror gets a console.error invocation per newline | daurnimator | 2017-12-28 |
* | src/{laux,ldb}lib.js: lua_writestringerror now only takes JS strings | daurnimator | 2017-12-28 |
* | src/{load,los}lib.js: Remove extraneous Uint8Array.from calls | daurnimator | 2017-12-28 |
* | src/loslib.js: fix os.execute(nil) case | daurnimator | 2017-12-28 |
* | src/lauxlib.js: synchronous xhr is allowed in workers. use arraybuffer repons... | daurnimator | 2017-12-28 |
* | src/loadlib.js: Add support for web worker global env | daurnimator | 2017-12-28 |
* | src/loadlib.js: Use non-strict mode to find global env in unknown environments | daurnimator | 2017-12-28 |
* | Merge branch 'Uint8Array' | daurnimator | 2017-12-15 |
|\ |
|
| * | src/lapi.js: Have lua_todataview return view over actual underlying Uint8Array | daurnimator | 2017-12-15 |
| * | src/lobject.js: Refactor luaO_chunkid to use Uint8Array.set | daurnimator | 2017-12-15 |
| * | src/lauxlib.js: Use a Uint8Array for luaL_loadfilex in both browser and node | daurnimator | 2017-12-15 |
| * | src/lzio.js: Don't permit DataView returned from a lua_load reader any more | daurnimator | 2017-12-15 |
| * | src/: Use .subarray instead of .slice (optimisation) | daurnimator | 2017-12-13 |
| * | Use Uint8Array to back strings | daurnimator | 2017-12-13 |
* | | src/lstrlib.js: Optimise array_cmp | daurnimator | 2017-12-14 |
* | | src/lstrlib.js: Remove .slice from end of string check | daurnimator | 2017-12-14 |
* | | src/lstrlib.js: Optimise nospecials, js .indexOf has no issues with a null byte | daurnimator | 2017-12-14 |
* | | src/lstrlib.js: Optimise find_subarray using .indexOf | daurnimator | 2017-12-14 |
|/ |
|
* | Introduce defs.string_of to create string from bytes | daurnimator | 2017-12-13 |
* | src/lbaselib.js: Use TextDecoder in lua_writeline | daurnimator | 2017-12-13 |
* | src/llex.js: Use luaZ_buffer when not using .slice | daurnimator | 2017-12-13 |
* | src/lapi.js: Remove emptystring: rely on internal string cache instead | daurnimator | 2017-12-13 |
* | src/llex.js: Fix incorrect slice length | daurnimator | 2017-12-13 |
* | src/lstrlib.js: Replace adddigit function with call to .toString(16) | daurnimator | 2017-12-13 |
* | src/lstrlib.js: Reimplement using luaL_Buffer | daurnimator | 2017-12-13 |
* | src/lauxlib.js: Implement luaL_prepbuffsize using a Uint8Array | daurnimator | 2017-12-13 |
* | src/ldump.js: Keep LUAC_DATA in array form | daurnimator | 2017-12-13 |
* | src/lobject.js: Build string in js rather than appending to lua string | daurnimator | 2017-12-13 |
* | src/loadlib.js: Do a concatenation in js string form rather than concating ar... | daurnimator | 2017-12-13 |
* | src/: Use to_luastring more often instead of manually creating arrays | daurnimator | 2017-12-13 |
* | src/: Have luaO_str2num fill in passed TValue and return length | daurnimator | 2017-12-12 |
* | src/lobject.js: Have luaO_pushvfstring respect null as terminator for %s | daurnimator | 2017-12-12 |
* | src/lapi.js: Factor out default chunkname | daurnimator | 2017-12-11 |
* | src/loadlib.js: Fix incorrect type of LUA_IGMARK | daurnimator | 2017-12-11 |
* | src/{llex,lobject}.js: Fix luaO_utf8esc/luaO_utf8desc confusion | daurnimator | 2017-12-11 |
* | src/lapi.js: Keep empty string constant around | daurnimator | 2017-12-11 |
* | Merge branch 'object-ids' | daurnimator | 2017-12-10 |
|\ |
|
| * | src/lobject.js: Add undefined as pointer form of void 0 | daurnimator | 2017-12-10 |
| * | src/lobject.js: Give functions and objects ids | daurnimator | 2017-12-10 |
| * | src/lobject.js: Add ids in the form of JS constructors for primitives | daurnimator | 2017-12-10 |
* | | src/lparser.js: Avoid empty blocks | daurnimator | 2017-12-10 |
* | | src/lparser.js: Change comment to avoid accidental annotation | daurnimator | 2017-12-10 |
* | | src/ltm.js: Add 'return' to avoid fallthrough linter warnings | daurnimator | 2017-12-10 |
* | | src/: Comment out unused constants/functions | daurnimator | 2017-12-10 |
* | | src/: Fix some linter complaints | daurnimator | 2017-12-10 |