| Commit message (Expand) | Author | Age |
* | Merge branch 'accept-jsstrings' | daurnimator | 2018-03-30 |
|\ |
|
| * | src/: Pass js strings to auxlib functions such as luaL_argcheck | daurnimator | 2017-12-29 |
| * | src/: Pass js string to luaL_opt(l)string | daurnimator | 2017-12-29 |
| * | 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/fengaricore.js: Fix fengari release number (shouldn't contain patch number) | daurnimator | 2018-03-30 |
* | | Add 'fengari' library containing version numbers etc | daurnimator | 2018-03-30 |
* | | src/{defs,luaconf}.js: Move path config to expected location in luaconf.js | daurnimator | 2018-03-29 |
* | | src/defs.js: LUA_VERSUFFIX should only be defined in lualib | daurnimator | 2018-03-29 |
* | | src/{defs,lua}.js: LUA_INIT_VAR and LUA_INITVARVERSION are not normal exports | daurnimator | 2018-03-29 |
* | | src/luaconf.js: Set LUAI_MAXSTACK back to PUC-Rio default | daurnimator | 2018-03-26 |
* | | src/luaconf.js: Use env var FENGARICONF for configuration | daurnimator | 2018-03-26 |
* | | src/lbaselib.js: Don't cache non-fastpath string conversions | daurnimator | 2018-03-04 |
* | | src/lauxlib.js: lua_tojsstring won't throw since b257a24 | daurnimator | 2018-03-04 |
* | | src/luaconf.js: Add comment about LUA_COMPAT_FLOATSTRING | daurnimator | 2018-03-04 |
* | | Remove unwanted TODOs | daurnimator | 2018-03-04 |
* | | src/lapi.js: Remove lua_toljsstring | daurnimator | 2018-03-04 |
* | | src/fengari.js: Export luaconf | daurnimator | 2018-03-04 |
* | | src/lobject.js: lua_tojsstring now uses unicode replacement character by default | daurnimator | 2018-03-04 |
* | | src/defs.js: to_jsstring now optionally replaces invalid utf8 sequences with ... | daurnimator | 2018-03-04 |
* | | src/luaconf.js: Add LUA_COMPAT_FLOATSTRING | daurnimator | 2018-03-04 |
* | | src/lstate.js: Start id at 1; it's better if ids are never falsy | daurnimator | 2018-02-28 |
* | | src/lobject.js: Fix %p printing two ids | daurnimator | 2018-02-28 |
* | | src/defs.js: Look in both /usr and /usr/local | daurnimator | 2018-02-17 |
* | | src/defs.js: js files belong in share/ not lib/ | daurnimator | 2018-02-17 |
* | | Rename cpath to jspath | daurnimator | 2018-02-17 |
* | | src/defs.js: CPATH contains .js not .dll/.so | daurnimator | 2018-02-17 |
* | | src/ldblib.js: Use WeakMap as __mode is unsupported | daurnimator | 2018-02-04 |
* | | src/{luaconf,lauxlib}.js: LUAL_BUFFERSIZE should be defined in luaconf | daurnimator | 2018-02-04 |
* | | src/fengari.js: Add copyright notice that will get preserved by minifiers | daurnimator | 2018-02-04 |
* | | src/lauxlib.js: Check default value when using luaL_optstring | daurnimator | 2018-02-04 |
* | | {src/lauxlib.js,tests/test-suite/ltests.js}: Use luastring_eq instead of .join() | daurnimator | 2018-02-04 |
* | | src/lapi.js: Explicit check against LUA_MULTRET | daurnimator | 2018-02-04 |
* | | src/lapi.js: in lua_pcallk only create CallS object when required | daurnimator | 2018-02-04 |
* | | src/lapi.js: Shorter boolean coercion | daurnimator | 2018-02-04 |
* | | src/lapi.js: Check integer parameters | daurnimator | 2018-02-04 |
* | | src/lmathlib.js: Implement math.randomseed via a simple LCG | daurnimator | 2018-02-04 |
* | | src/ljstype.js: Use Uint8Array instead of plain array | daurnimator | 2018-02-04 |
* | | Merge remote-tracking branch 'daurnimator/optimise-ljstype' | daurnimator | 2018-02-04 |
|\ \ |
|
| * | | src/ljstype.js: Add built in tables rather than using regex rules | daurnimator | 2018-01-02 |
| * | | src/lobject.js: Check string length before indexing | daurnimator | 2018-01-02 |
* | | | src/loadlib.js: Don't reuse CLIBS string due to it getting used as lightuserd... | daurnimator | 2018-01-30 |
* | | | src/{defs,loadlib}.js: LUA_(C)PATH_DEFAULT now exported as lua strings | daurnimator | 2018-01-30 |
* | | | src/lapi.js: fengari_argcheck doesn't take a lua_State | daurnimator | 2018-01-29 |
* | | | src/lobject.js: Use a switch/case over `typeof` when getting object ids | daurnimator | 2018-01-29 |
* | | | src/lstrlib.js: Add binary safe string.lower and string.upper | daurnimator | 2018-01-29 |
* | | | src/lstrlib.js: Remove KOption object; use consts | daurnimator | 2018-01-29 |
* | | | src/lstrlib.js: Hardcode character codes (avoids charCodeAt) | daurnimator | 2018-01-29 |
* | | | src/lstrlib.js: Hardcode toupper implementation | daurnimator | 2018-01-29 |