Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | | lua-cli: Factor out into same functions as lua.c | daurnimator | 2017-04-19 | |
| | | | ||||
| * | | lua-cli: Create 'arg' table | daurnimator | 2017-04-19 | |
| | | | ||||
| * | | lua-cli: Run LUA_INIT if set | daurnimator | 2017-04-19 | |
| | | | ||||
| * | | lua-cli: Add support for configurable prompts | daurnimator | 2017-04-19 | |
| | | | ||||
| * | | lua-cli: Introduce support for multiline | daurnimator | 2017-04-19 | |
| | | | ||||
| * | | lua-cli: Fix missing settop() | daurnimator | 2017-04-13 | |
| | | | ||||
* | | | No more Table, just TValue with table type and Map value | Benoit Giannangeli | 2017-04-18 | |
| | | | ||||
* | | | Fixed table comparison (was comparing TValue instead of values) | Benoit Giannangeli | 2017-04-18 | |
| | | | ||||
* | | | tests locals.lua | Benoit Giannangeli | 2017-04-18 | |
| |/ |/| | ||||
* | | Fixed debug.getinfo bad name lookup | Benoit Giannangeli | 2017-04-18 | |
| | | ||||
* | | os.time | Benoit Giannangeli | 2017-04-18 | |
| | | ||||
* | | Temp require to run constructs.lua | Benoit Giannangeli | 2017-04-18 | |
| | | ||||
* | | constructs.lua tests | Benoit Giannangeli | 2017-04-14 | |
| | | ||||
* | | debug.gethook | Benoit Giannangeli | 2017-04-14 | |
| | | ||||
* | | Fixed bad UpVal.setVal | Benoit Giannangeli | 2017-04-14 | |
| | | | | | | | | | | We were making the upval point to the slot of the stack from which the value to set was | |||
* | | 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 | |||
* | Merge remote-tracking branch 'daurnimator/cli' | Benoit Giannangeli | 2017-04-12 | |
|\ | ||||
| * | Print returned values from cli | daurnimator | 2017-04-12 | |
| | | ||||
| * | Try CLI input with 'return' prepended | daurnimator | 2017-04-12 | |
| | | ||||
* | | 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 | |
| | ||||
* | Basic interactive lua cli | Benoit Giannangeli | 2017-04-11 | |
| | ||||
* | debug.debug | Benoit Giannangeli | 2017-04-11 | |
| | | | | Use readline-sync to read from stdin interactively | |||
* | Use lua-tests fork | Benoit Giannangeli | 2017-04-11 | |
| | ||||
* | Array.prototype.sort sort by Unicode code points by default | Benoit Giannangeli | 2017-04-11 | |
| | | | | WTF JS ! | |||
* | nan, -inf, inf | Benoit Giannangeli | 2017-04-10 | |
| | ||||
* | Handle -0 | Benoit Giannangeli | 2017-04-10 | |
| | ||||
* | Fixed %g in sprintf.js to not keep trailing zeros | Benoit Giannangeli | 2017-04-10 | |
| | ||||
* | Use correct sprintf package | Benoit Giannangeli | 2017-03-31 | |
| | ||||
* | Fixed bad \0 check on %s format | Benoit Giannangeli | 2017-03-31 | |
| | ||||
* | 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 | |||
* | luaO_utf8esc | Benoit Giannangeli | 2017-03-28 | |
| | ||||
* | lua_strx2number | Benoit Giannangeli | 2017-03-28 | |
| | ||||
* | Fixed lua_number2strx | Benoit Giannangeli | 2017-03-28 | |
| | ||||
* | Fixed string.format pattern with '.' | Benoit Giannangeli | 2017-03-24 | |
| | ||||
* | Added missing sprintf | Benoit Giannangeli | 2017-03-24 | |
| | ||||
* | %c put the actual value in the string array | Benoit Giannangeli | 2017-03-24 | |
| | ||||
* | Fixed bad quoted cntrl chars | Benoit Giannangeli | 2017-03-24 | |
| | ||||
* | string.format operate on byte array instead of js strings | 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 | |
| | ||||
* | Missing overflow check in string.rep | Benoit Giannangeli | 2017-03-24 | |
| | ||||
* | string.rep: don't repeat if n == 0 | Benoit Giannangeli | 2017-03-24 | |
| | ||||
* | string.char bypass to_luastring conversion | Benoit Giannangeli | 2017-03-24 | |
| |