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 | ||
* | tests/lmathlib.js: math.ult test was copy+paste of math.tointeger | daurnimator | 2017-12-11 |
| | |||
* | tests/: Fix linter complaints | daurnimator | 2017-12-10 |
| | |||
* | Separate ZIO and MBuffer data structures | daurnimator | 2017-05-15 |
| | | | | - lua_load no longer takes a null reader function | ||
* | Move luaL_openlibs from lauxlib to lualib | daurnimator | 2017-05-11 |
| | |||
* | Remove unused variables | daurnimator | 2017-04-26 |
| | |||
* | Export luaL_openlibs from lauxlib.js | daurnimator | 2017-04-26 |
| | |||
* | Export ldo.js functions from lua.js | daurnimator | 2017-04-26 |
| | |||
* | Export lapi.js functions from lua.js | daurnimator | 2017-04-26 |
| | |||
* | Remove lua.CT and lua.constant_types (still available from defs) | daurnimator | 2017-04-26 |
| | |||
* | Removed useless luac -l from tests | Benoit Giannangeli | 2017-04-24 |
| | |||
* | 8-bit string internally tests | Benoit Giannangeli | 2017-03-30 |
| | | | | Lexing/Parsing is done on byte rather than js strings | ||
* | Loading tests (binary/text) | Benoit Giannangeli | 2017-03-01 |
| | |||
* | lua_load will load both binary and text | Benoit Giannangeli | 2017-03-01 |
| | |||
* | math.random/randomseed | Benoit Giannangeli | 2017-02-26 |
| | |||
* | math.abs, math.sin, math.cos, math.tan, math.asin, math.acos, math.atan | Benoit Giannangeli | 2017-02-24 |