Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Move fengari specific things to src/fengaricore.js | daurnimator | 2018-01-11 |
| | | | | String manipulation functions now get exposed on 'fengari' object itself at top level | ||
* | Use `typeof process === "undefined"` instead of WEB global | daurnimator | 2017-12-10 |
| | | | | This removes requirement to set global.WEB before requiring in node | ||
* | tests/test-suite/events.js: un-skip fixed tests | daurnimator | 2017-05-23 |
| | |||
* | src/lbaselib.js: Implement argument checking in collectgarbage | daurnimator | 2017-05-22 |
| | |||
* | [test-suite] events.js | Benoit Giannangeli | 2017-05-12 |
| | |||
* | Boolean TValue should have a boolean value | Benoit Giannangeli | 2017-05-12 |
| | |||
* | luaV_concat: 'total' should not be used inside the loop | Benoit Giannangeli | 2017-05-12 |
| | | | | | If there's a table in the concat sequence, we ended up with a toconcat array with undefined slots. | ||
* | [test-suite] events.js (userdata) | Benoit Giannangeli | 2017-05-11 |
| | |||
* | [test-suite] events.js | Benoit Giannangeli | 2017-05-11 |
| | |||
* | Move luaL_openlibs from lauxlib to lualib | daurnimator | 2017-05-11 |
| | |||
* | Fixed bad order when trying __lt TM in luaV_lessequal | Benoit Giannangeli | 2017-05-10 |
| | |||
* | Don't do recursive call of luaV_tointeger if luaO_str2num returns false | Benoit Giannangeli | 2017-05-10 |
| | |||
* | [test-suite] events.js | Benoit Giannangeli | 2017-05-10 |
| | |||
* | lvm.tonumber should return the integer value | Benoit Giannangeli | 2017-05-09 |
| | |||
* | [test-suite] events.js | Benoit Giannangeli | 2017-05-09 |