| Commit message (Expand) | Author | Age |
* | src/lauxlib.js: Convert default argument to luaL_optlstring on demand | daurnimator | 2017-12-29 |
* | src/lauxlib.js: luaL_checkstring is just luaL_checklstring | daurnimator | 2017-12-29 |
* | src/defs.js: Automatically convert js strings | daurnimator | 2017-12-29 |
* | src/ldblib.js: Fix incorrect argument type to luaL_argerror | daurnimator | 2017-12-29 |
* | 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 |
| * | README.md: Mention strings are backed by Uint8Array | daurnimator | 2017-12-13 |
| * | 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 |
* | tests/: Don't hard-code string hashes | 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 |
* | tests/lmathlib.js: math.ult test was copy+paste of math.tointeger | daurnimator | 2017-12-11 |
* | src/lapi.js: Factor out default chunkname | daurnimator | 2017-12-11 |
* | tests/lapi.js: Fix incorrect escaping | 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 |
|\ |
|