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 | ||
* | Move luaL_openlibs from lauxlib to lualib | daurnimator | 2017-05-11 |
| | |||
* | Set WEB flag for individual tests | Benoit Giannangeli | 2017-05-09 |
| | |||
* | Fix bad integer size for string.pack/packsize | Benoit Giannangeli | 2017-05-08 |
| | |||
* | Fixed bad default separator in table.concat | Benoit Giannangeli | 2017-05-08 |
| | |||
* | [test-suite] calls.js | Benoit Giannangeli | 2017-05-07 |
| | |||
* | Binary chunk can be a lua string (string.dump) | Benoit Giannangeli | 2017-05-05 |
| | |||
* | Added missing parameter to luaL_loadbufferx in luaB_load | Benoit Giannangeli | 2017-05-05 |
| | |||
* | L.openupval list was not linked correctly | Benoit Giannangeli | 2017-05-05 |
| | |||
* | [test-suite] calls.js | Benoit Giannangeli | 2017-05-05 |