Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Don't wrap lexer/parser strings in a TValue | daurnimator | 2017-05-05 | |
| | | | | Fixes issue where internal TValues get exposed via lua_Debug structure | |||
* | src/ldebug.js: If no local is found then you can't get its name | daurnimator | 2017-05-05 | |
| | ||||
* | src/ldebug.js: Fix off by one error when calculating line number | daurnimator | 2017-05-05 | |
| | ||||
* | src/ldebug.js: Use luaO_pushfstring | daurnimator | 2017-05-05 | |
| | ||||
* | Add lua_pushfstring and lua_pushvstring | daurnimator | 2017-05-04 | |
| | ||||
* | src/ldebug.js: Remove unused argument | daurnimator | 2017-05-04 | |
| | ||||
* | src/ldebug.js: Fix indentation | daurnimator | 2017-05-04 | |
| | ||||
* | Refactor table implementation | daurnimator | 2017-05-03 | |
| | ||||
* | src/debug.js: Fix incorrect argument order to new TValue | daurnimator | 2017-05-02 | |
| | ||||
* | LClosure and CClosure shouldn't subclass TValue | daurnimator | 2017-04-28 | |
| | ||||
* | Add table construction function | daurnimator | 2017-04-28 | |
| | ||||
* | Move jsstring() from lobject.js to defs.js; export from lua.js | daurnimator | 2017-04-26 | |
| | ||||
* | Remove unused require()s | daurnimator | 2017-04-26 | |
| | ||||
* | All core files reference defs.js instead of lua.js | daurnimator | 2017-04-26 | |
| | ||||
* | Bad upval name type | Benoit Giannangeli | 2017-04-23 | |
| | ||||
* | 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 | |
| | ||||
* | Fixed debug.getinfo bad name lookup | Benoit Giannangeli | 2017-04-18 | |
| | ||||
* | debug.gethook | Benoit Giannangeli | 2017-04-14 | |
| | ||||
* | hooks | Benoit Giannangeli | 2017-04-14 | |
| | ||||
* | debug.getuservalue, debug.setuservalue, debug.setlocal | Benoit Giannangeli | 2017-04-14 | |
| | ||||
* | debug.getinfo | Benoit Giannangeli | 2017-04-12 | |
| | ||||
* | debug.traceback | Benoit Giannangeli | 2017-04-12 | |
| | ||||
* | debug.getlocal | Benoit Giannangeli | 2017-04-11 | |
| | ||||
* | 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 | |
| | ||||
* | Removed unnecessary TValue test in varinfo | Benoit Giannangeli | 2017-03-23 | |
| | ||||
* | dofile | Benoit Giannangeli | 2017-03-23 | |
| | ||||
* | loadfile | Benoit Giannangeli | 2017-03-23 | |
| | ||||
* | [Strings] ldebug.js, ldo.js, lfunc.js | Benoit Giannangeli | 2017-03-13 | |
| | ||||
* | Bytecode generation | Benoit Giannangeli | 2017-03-01 | |
| | ||||
* | xpcall calls msgh | Benoit Giannangeli | 2017-02-22 | |
| | ||||
* | luaG_concaterror, luaG_opinterror, luaG_tointerror | Benoit Giannangeli | 2017-02-21 | |
| | ||||
* | luaG_typeerror | Benoit Giannangeli | 2017-02-21 | |
| | ||||
* | luaG_ functions | Benoit Giannangeli | 2017-02-21 | |
| | ||||
* | ldebug, lua_error, error | Benoit Giannangeli | 2017-02-20 | |