Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Refactor table implementation | daurnimator | 2017-05-03 | |
| | ||||
* | src/lapi.js: Fix typo in aux_upvalue | daurnimator | 2017-05-03 | |
| | ||||
* | Corrected lua_isnumber bad use of lvm.tonumber | Benoit Giannangeli | 2017-05-02 | |
| | ||||
* | os.exit | Benoit Giannangeli | 2017-04-28 | |
| | ||||
* | lua_State shouldn't subclass TValue | daurnimator | 2017-04-28 | |
| | ||||
* | LClosure and CClosure shouldn't subclass TValue | daurnimator | 2017-04-28 | |
| | ||||
* | Userdata needs to be boxed so it can have uservalue+metatable | daurnimator | 2017-04-28 | |
| | | | | metatable should not be on the TValue | |||
* | Add table construction function | daurnimator | 2017-04-28 | |
| | ||||
* | src/lapi.js: Ignore size argument to lua_newuserdata | daurnimator | 2017-04-26 | |
| | ||||
* | Remove lightuserdata object subtype | daurnimator | 2017-04-26 | |
| | ||||
* | src/lapi.js: return box directly without fetching via stack | daurnimator | 2017-04-26 | |
| | ||||
* | src/lapi.js: If no size is passed to lua_newuserdata, then create an empty ↵ | daurnimator | 2017-04-26 | |
| | | | | object that isn't an ArrayBuffer | |||
* | Remove unused require()s | daurnimator | 2017-04-26 | |
| | ||||
* | All core files reference defs.js instead of lua.js | daurnimator | 2017-04-26 | |
| | ||||
* | Force 32bit integer with |0 | Benoit Giannangeli | 2017-04-24 | |
| | ||||
* | Handle when no upvalue found | Benoit Giannangeli | 2017-04-23 | |
| | ||||
* | No more Table, just TValue with table type and Map value | Benoit Giannangeli | 2017-04-18 | |
| | ||||
* | Fixed _ENV upvalue which was the same for all closures | Benoit Giannangeli | 2017-04-18 | |
| | ||||
* | luaH_next and luaH_getn are not Table member functions | Benoit Giannangeli | 2017-04-18 | |
| | ||||
* | Cache all to_luastring of internal literals | Benoit Giannangeli | 2017-04-18 | |
| | ||||
* | hooks | Benoit Giannangeli | 2017-04-14 | |
| | ||||
* | debug.upvaluejoin | Benoit Giannangeli | 2017-04-14 | |
| | ||||
* | debug.getuservalue, debug.setuservalue, debug.setlocal | Benoit Giannangeli | 2017-04-14 | |
| | ||||
* | Table indexes are also starting at 1 internally | Benoit Giannangeli | 2017-04-13 | |
| | | | | Since we use a Map we don't have to care about indexes starting at 0 | |||
* | debug.getinfo | Benoit Giannangeli | 2017-04-12 | |
| | ||||
* | debug.traceback | Benoit Giannangeli | 2017-04-12 | |
| | ||||
* | debug.upvalueid | Benoit Giannangeli | 2017-04-11 | |
| | ||||
* | debug.getlocal | Benoit Giannangeli | 2017-04-11 | |
| | ||||
* | Use luaO_str2num instead of parseFloat in luaB_tonumber | Benoit Giannangeli | 2017-04-10 | |
| | ||||
* | 8-bit only in lstrlib | Benoit Giannangeli | 2017-03-30 | |
| | ||||
* | 8-bit string internally tests | Benoit Giannangeli | 2017-03-30 | |
| | | | | Lexing/Parsing is done on byte rather than js strings | |||
* | Never use js strings internally | Benoit Giannangeli | 2017-03-29 | |
| | ||||
* | Proper use of luaO_nilobject | Benoit Giannangeli | 2017-03-24 | |
| | ||||
* | Fixed bad lua_tointegerx | Benoit Giannangeli | 2017-03-24 | |
| | ||||
* | TValue.id to print something when tostring({}) | Benoit Giannangeli | 2017-03-24 | |
| | ||||
* | strings.lua | Benoit Giannangeli | 2017-03-24 | |
| | ||||
* | Userdata are ArrayBuffers, new lightuserdata subtype for js objects | Benoit Giannangeli | 2017-03-21 | |
| | ||||
* | string.gsub tests | Benoit Giannangeli | 2017-03-21 | |
| | ||||
* | string.gsub | Benoit Giannangeli | 2017-03-20 | |
| | ||||
* | lua_todataview to use string as binary representation | Benoit Giannangeli | 2017-03-17 | |
| | ||||
* | lua_dump, string.dump | Benoit Giannangeli | 2017-03-17 | |
| | ||||
* | Testing 8-bit strings | Benoit Giannangeli | 2017-03-13 | |
| | ||||
* | [Strings] lapi.js, lcode.js, llex.js, lparser.js | Benoit Giannangeli | 2017-03-13 | |
| | ||||
* | string.char | Benoit Giannangeli | 2017-03-06 | |
| | ||||
* | luaL_loadbuffer binary test | Benoit Giannangeli | 2017-03-03 | |
| | ||||
* | load, luaL_loadbuffer(x), luaL_loadstring, lua_replace, lua_isnone, ↵ | Benoit Giannangeli | 2017-03-03 | |
| | | | | lua_isnoneornil, lua_setupvalue | |||
* | lua_load use reader function | Benoit Giannangeli | 2017-03-02 | |
| | ||||
* | lua_load will load both binary and text | Benoit Giannangeli | 2017-03-01 | |
| | ||||
* | Bytecode generation | Benoit Giannangeli | 2017-03-01 | |
| | ||||
* | jshint | Benoit Giannangeli | 2017-02-28 | |
| |