| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Avoid .concat where simple to do so | daurnimator | 2017-06-09 |
| | | |||
| * | Fix some warnings found by closure-compiler | daurnimator | 2017-05-29 |
| | | |||
| * | src/ldebug.js: namewhat should always contain a string | daurnimator | 2017-05-22 |
| | | |||
| * | ldblib.js: fixed bad type for info lastlinedefined and linedefined | Benoit Giannangeli | 2017-05-20 |
| | | |||
| * | Webpack (single bundle for now) | Benoit Giannangeli | 2017-05-09 |
| | | |||
| * | Don't wrap lexer/parser strings in a TValue | daurnimator | 2017-05-05 |
| | | | | | Fixes issue where internal TValues get exposed via lua_Debug structure | ||
| * | Proto.source should be a string, not a TValue | daurnimator | 2017-05-05 |
| | | | | | Fixes ar.source being internal tvalue | ||
| * | src/ldblib.js: Add missing braces | daurnimator | 2017-05-04 |
| | | |||
| * | Export ldebug.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.CT and lua.constant_types (still available from defs) | daurnimator | 2017-04-26 |
| | | |||
| * | 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.upvaluejoin | Benoit Giannangeli | 2017-04-14 |
| | | |||
| * | debug.getuservalue, debug.setuservalue, debug.setlocal | Benoit Giannangeli | 2017-04-14 |
| | | |||
| * | debug.getupvalue, debug.setupvalue | Benoit Giannangeli | 2017-04-13 |
| | | |||
| * | debug.setmetatable debug.getmetatable | Benoit Giannangeli | 2017-04-13 |
| | | |||
| * | debug.getregistry | Benoit Giannangeli | 2017-04-13 |
| | | |||
| * | 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 |
| | | |||
| * | debug.debug | Benoit Giannangeli | 2017-04-11 |
| Use readline-sync to read from stdin interactively | |||
