| Commit message (Expand) | Author | Age |
* | 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/lapi.js: Remove lua_toljsstring | daurnimator | 2018-03-04 |
* | Rename cpath to jspath | daurnimator | 2018-02-17 |
* | src/lua.js: Fix missing LUA_NUMTAGS | daurnimator | 2018-01-18 |
* | Remove defs.CT alias for defs.constant_types | daurnimator | 2018-01-11 |
* | Move fengari specific things to src/fengaricore.js | daurnimator | 2018-01-11 |
* | Introduce luastring_indexOf as Uint8Array.indexOf doesn't exist everywhere | daurnimator | 2018-01-07 |
* | src/lauxlib.js: Export luastring_eq | daurnimator | 2018-01-07 |
* | Expose lua.luastring_of to construct a lua 'string' from raw byte values | daurnimator | 2018-01-06 |
* | Add lua.to_uristring | daurnimator | 2017-11-12 |
* | Move jshint config to package.json | daurnimator | 2017-08-18 |
* | lua_tonumberx | Benoit Giannangeli | 2017-05-28 |
* | Fixed bad lua_tocfunction export | Benoit Giannangeli | 2017-05-27 |
* | Add facility for a user provided (state-global) native error handler | daurnimator | 2017-05-15 |
* | lua_arith, lua_islightuserdata, lua_register, lua_setallocf, lua_tocfunction | Benoit Giannangeli | 2017-05-14 |
* | lua_arith, moved luaO_arith to lobject.js | Benoit Giannangeli | 2017-05-14 |
* | src/lapi.js: Add extensions 'lua_toproxy' and 'lua_isproxy' | daurnimator | 2017-05-11 |
* | Add lua_pushfstring and lua_pushvstring | daurnimator | 2017-05-04 |
* | require | Benoit Giannangeli | 2017-05-03 |
* | loadlib.js | Benoit Giannangeli | 2017-05-03 |
* | Remove lua_pushtvalue | daurnimator | 2017-05-03 |
* | os.exit | Benoit Giannangeli | 2017-04-28 |
* | Move jsstring() from lobject.js to defs.js; export from lua.js | daurnimator | 2017-04-26 |
* | Remove lightuserdata object subtype | daurnimator | 2017-04-26 |
* | Export ldo.js functions from lua.js | daurnimator | 2017-04-26 |
* | Export ldebug.js functions from lua.js | daurnimator | 2017-04-26 |
* | Export lstate.js functions from lua.js | daurnimator | 2017-04-26 |
* | Export lapi.js functions from lua.js | daurnimator | 2017-04-26 |
* | Remove lua.char | daurnimator | 2017-04-26 |
* | Remove lua.thread_status | daurnimator | 2017-04-26 |
* | Remove print_version | daurnimator | 2017-04-26 |
* | Remove lua.CT and lua.constant_types (still available from defs) | daurnimator | 2017-04-26 |
* | Move lua.js contents to defs.js | daurnimator | 2017-04-26 |
* | Use maximum 32bit number instead of Number.MAX_SAFE_INTEGER | Benoit Giannangeli | 2017-04-24 |
* | Cache all to_luastring of internal literals | Benoit Giannangeli | 2017-04-18 |
* | hooks | Benoit Giannangeli | 2017-04-14 |
* | 8-bit only in lstrlib | Benoit Giannangeli | 2017-03-30 |
* | 8-bit string internally tests | Benoit Giannangeli | 2017-03-30 |
* | Never use js strings internally | Benoit Giannangeli | 2017-03-29 |
* | lualib: export various libraries | daurnimator | 2017-03-23 |
* | Userdata are ArrayBuffers, new lightuserdata subtype for js objects | Benoit Giannangeli | 2017-03-21 |
* | Use emscripten's utf8tojs string function | Benoit Giannangeli | 2017-03-14 |
* | Testing 8-bit strings | Benoit Giannangeli | 2017-03-13 |
* | [Strings] ldebug.js, ldo.js, lfunc.js | Benoit Giannangeli | 2017-03-13 |
* | String are represented by Array of 8-bit numbers | Benoit Giannangeli | 2017-03-13 |
* | [Parsing tests] SETTABUP, GETTABUP | Benoit Giannangeli | 2017-03-02 |
* | Loading tests (binary/text) | Benoit Giannangeli | 2017-03-01 |
* | lua_load will load both binary and text | Benoit Giannangeli | 2017-03-01 |