| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Clean up lundump.js | daurnimator | 2017-05-08 | 
| | | | | | | - Don't export a class (instead export luaU_undump) - Make error messages the same as normal lua | ||
| * | Move string functions to centralised lstring.js | daurnimator | 2017-05-08 | 
| | | |||
| * | src/lundump.js: .readString should return a lua string, not a js string | daurnimator | 2017-05-08 | 
| | | | | | This also reverts commit b1a8a4b0435199982d26de4a183600c155619a5a. | ||
| * | BytecodeParser consumes a MBuffer (== ZIO) instead of a DataView | Benoit Giannangeli | 2017-05-06 | 
| | | | | | So we can read binary code with a user reader function | ||
| * | Merge remote-tracking branch 'daurnimator/fix-errors' | Benoit Giannangeli | 2017-05-05 | 
| |\ | |||
| | * | Always pass lua_State to Proto constructor | daurnimator | 2017-05-05 | 
| | | | |||
| * | | Binary chunk can be a lua string (string.dump) | Benoit Giannangeli | 2017-05-05 | 
| |/ | |||
| * | Don't wrap lexer/parser strings in a TValue | daurnimator | 2017-05-05 | 
| | | | | | Fixes issue where internal TValues get exposed via lua_Debug structure | ||
| * | Use lfunc from lundump.js | daurnimator | 2017-05-02 | 
| | | |||
| * | LClosure and CClosure shouldn't subclass TValue | daurnimator | 2017-04-28 | 
| | | |||
| * | Export ldo.js functions 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 | 
| | | |||
| * | 8-bit string internally tests | Benoit Giannangeli | 2017-03-30 | 
| | | | | | Lexing/Parsing is done on byte rather than js strings | ||
| * | Fixed bad string length undump | Benoit Giannangeli | 2017-03-17 | 
| | | |||
| * | lua_dump, string.dump | Benoit Giannangeli | 2017-03-17 | 
| | | |||
| * | [Strings] lapi.js, lcode.js, llex.js, lparser.js | Benoit Giannangeli | 2017-03-13 | 
| | | |||
| * | [Strings] lvm.js | Benoit Giannangeli | 2017-03-13 | 
| | | |||
| * | String are represented by Array of 8-bit numbers | Benoit Giannangeli | 2017-03-13 | 
| | | |||
| * | Remove use of 'buffer-dataview' library | daurnimator | 2017-03-03 | 
| | | |||
| * | lua_load will load both binary and text | Benoit Giannangeli | 2017-03-01 | 
| | | |||
| * | coroutine.running, upvalue need to be attached to their thread | Benoit Giannangeli | 2017-02-23 | 
| | | |||
| * | More accurate state and closure init | Benoit Giannangeli | 2017-02-17 | 
| | | |||
| * | lua_pushnumber, lua_pushinteger, lua_pushstring, lua_pushboolean | Benoit Giannangeli | 2017-02-16 | 
| | | |||
| * | JSHint | Benoit Giannangeli | 2017-02-13 | 
| | | |||
| * | OP_LT, OP_EQ, fixed bad sBx | Benoit Giannangeli | 2017-02-08 | 
| | | |||
| * | TValue | Benoit Giannangeli | 2017-02-03 | 
| | | |||
| * | Dispatch loop | Benoit Giannangeli | 2017-02-03 | 
| | | |||
| * | Lua VM | Benoit Giannangeli | 2017-02-03 | 
| | | |||
| * | readDebug | Benoit Giannangeli | 2017-02-02 | 
| | | |||
| * | readProtos | Benoit Giannangeli | 2017-02-02 | 
| | | |||
| * | readUpvalues | Benoit Giannangeli | 2017-02-02 | 
| | | |||
| * | readConstants | Benoit Giannangeli | 2017-02-02 | 
| | | |||
| * | readFunction, readCode, readString, readInstruction | Benoit Giannangeli | 2017-02-02 | 
| | | |||
| * | readHeader | Benoit Giannangeli | 2017-02-02 | 
| | | |||
| * | Following Lua's source code as closely as possible | Benoit Giannangeli | 2017-02-02 | 
