| Commit message (Expand) | Author | Age |
* | src/ldo.js: message handler should still be run after native error handling | daurnimator | 2017-05-15 |
* | Add facility for a user provided (state-global) native error handler | daurnimator | 2017-05-15 |
* | Separate ZIO and MBuffer data structures | daurnimator | 2017-05-15 |
* | Rename .pcOff field to l_savedpc | daurnimator | 2017-05-12 |
* | Rename CallInfo l_savedpc field to l_code | daurnimator | 2017-05-12 |
* | Remove unused L.ciOff/L.nci fields | daurnimator | 2017-05-12 |
* | src/{ldo,lvm}.js: Copy style from lua C code | daurnimator | 2017-05-12 |
* | Move adhoc code into proper luaE_extendCI | daurnimator | 2017-05-12 |
* | src/ldo.js: Don't bother keeping around a pool of CallInfo objects | daurnimator | 2017-05-12 |
* | src/ldo.js: Don't pass a 'this' to the panic function | daurnimator | 2017-05-12 |
* | src/ldo.js: Clean up requires | daurnimator | 2017-05-08 |
* | Clean up lundump.js | daurnimator | 2017-05-08 |
* | Move string functions to centralised lstring.js | daurnimator | 2017-05-08 |
* | BytecodeParser consumes a MBuffer (== ZIO) instead of a DataView | Benoit Giannangeli | 2017-05-06 |
* | Binary chunk can be a lua string (string.dump) | Benoit Giannangeli | 2017-05-05 |
* | Flatten CallInfo union member | daurnimator | 2017-05-05 |
* | Need to copy to the stack if not coming from a stack | daurnimator | 2017-05-05 |
* | src/ldo.js: Throw JS errors as runtime errors | daurnimator | 2017-05-04 |
* | Pipe | has higher precedence than equals | daurnimator | 2017-05-03 |
* | LClosure and CClosure shouldn't subclass TValue | daurnimator | 2017-04-28 |
* | src/ldo: On non-lua originating error, return the js error as a lightuserdata | daurnimator | 2017-04-27 |
* | Add a couple of asserts to catch common errors | daurnimator | 2017-04-27 |
* | Move jsstring() from lobject.js to defs.js; export from lua.js | daurnimator | 2017-04-26 |
* | All core files reference defs.js instead of lua.js | daurnimator | 2017-04-26 |
* | lun/dump.js use 32bit integers | Benoit Giannangeli | 2017-04-24 |
* | No more Table, just TValue with table type and Map value | Benoit Giannangeli | 2017-04-18 |
* | Cache all to_luastring of internal literals | Benoit Giannangeli | 2017-04-18 |
* | hooks | Benoit Giannangeli | 2017-04-14 |
* | 8-bit string internally tests | Benoit Giannangeli | 2017-03-30 |
* | Never use js strings internally | Benoit Giannangeli | 2017-03-29 |
* | Proper use of luaO_nilobject | Benoit Giannangeli | 2017-03-24 |
* | string.gmatch | Benoit Giannangeli | 2017-03-21 |
* | Testing 8-bit strings | Benoit Giannangeli | 2017-03-13 |
* | [Strings] ldebug.js, ldo.js, lfunc.js | Benoit Giannangeli | 2017-03-13 |
* | [Strings] lvm.js | Benoit Giannangeli | 2017-03-13 |
* | checkmode, again | Benoit Giannangeli | 2017-03-06 |
* | string.char | Benoit Giannangeli | 2017-03-06 |
* | Fixed checkmode test | Benoit Giannangeli | 2017-03-03 |
* | load, luaL_loadbuffer(x), luaL_loadstring, lua_replace, lua_isnone, lua_isnon... | Benoit Giannangeli | 2017-03-03 |
* | lua_load use reader function | Benoit Giannangeli | 2017-03-02 |
* | Merge pull request #2 from giann/feature/lex-parse | Benoit Giannangeli | 2017-03-01 |
|\ |
|
| * | lua_load will load both binary and text | Benoit Giannangeli | 2017-03-01 |
| * | Bytecode generation | Benoit Giannangeli | 2017-03-01 |
|/ |
|
* | coroutines | Benoit Giannangeli | 2017-02-23 |
* | Use correct luaG errors instead of throwing Errors | Benoit Giannangeli | 2017-02-21 |
* | luaG_concaterror, luaG_opinterror, luaG_tointerror | Benoit Giannangeli | 2017-02-21 |
* | ldebug, lua_error, error | Benoit Giannangeli | 2017-02-20 |
* | lua_pcall | Benoit Giannangeli | 2017-02-17 |
* | lua_load (bytecode only), lua_call(k) | Benoit Giannangeli | 2017-02-17 |
* | More accurate state and closure init | Benoit Giannangeli | 2017-02-17 |