| Commit message (Expand) | Author | Age |
* | Merge branch 'accept-jsstrings' | daurnimator | 2018-03-30 |
|\ |
|
| * | src/: Pass js strings to auxlib functions such as luaL_argcheck | daurnimator | 2017-12-29 |
* | | src/lmathlib.js: Implement math.randomseed via a simple LCG | daurnimator | 2018-02-04 |
* | | src/lmathlib.js: Use destructuring requires | daurnimator | 2018-01-22 |
* | | Move fengari specific things to src/fengaricore.js | daurnimator | 2018-01-11 |
|/ |
|
* | src/: Fix some linter complaints | daurnimator | 2017-12-10 |
* | Removed incorrect use of llimits.MAX/MIN_INT | Benoit Giannangeli | 2017-11-09 |
* | Remove math.randomseed implementation | daurnimator | 2017-08-18 |
* | src/lmathlib.js: Optimise math.ult | daurnimator | 2017-05-23 |
* | src/lmathlib.js: Return nothing from math_randomseed | daurnimator | 2017-05-22 |
* | src/lmathlib.js: Implement math.atan second argument | daurnimator | 2017-05-22 |
* | src/lmathlib.js: math.ult needs to compare as if integers are unsigned | daurnimator | 2017-05-22 |
* | src/lmathlib.js: Math.abs can return out of range integers | daurnimator | 2017-05-22 |
* | src/lmathlib.js: fix fmod: plain javascript % operator has correct behaviour | daurnimator | 2017-05-21 |
* | Add more/correct validation around integers | daurnimator | 2017-05-04 |
* | math.huge is Number.Infinity | Benoit Giannangeli | 2017-04-26 |
* | Remove unused require()s | daurnimator | 2017-04-26 |
* | Export ldo.js functions from lua.js | daurnimator | 2017-04-26 |
* | Export ldebug.js functions from lua.js | daurnimator | 2017-04-26 |
* | Export lapi.js functions from lua.js | daurnimator | 2017-04-26 |
* | Remove lua.thread_status | daurnimator | 2017-04-26 |
* | Remove lua.CT and lua.constant_types (still available from defs) | daurnimator | 2017-04-26 |
* | Use maximum 32bit number instead of Number.MAX_SAFE_INTEGER | Benoit Giannangeli | 2017-04-24 |
* | Cache all to_luastring of internal literals | Benoit Giannangeli | 2017-04-18 |
* | Never use js strings internally | Benoit Giannangeli | 2017-03-29 |
* | Missing floor | Benoit Giannangeli | 2017-03-24 |
* | strings.lua | Benoit Giannangeli | 2017-03-24 |
* | jshint | Benoit Giannangeli | 2017-02-28 |
* | math.random/randomseed | Benoit Giannangeli | 2017-02-26 |
* | math.sqrt, math.ult, math.log, math.exp, math.deg, math.rad, ... | Benoit Giannangeli | 2017-02-26 |
* | math.tointeger, math.floor, math.ceil | Benoit Giannangeli | 2017-02-25 |
* | math.abs, math.sin, math.cos, math.tan, math.asin, math.acos, math.atan | Benoit Giannangeli | 2017-02-24 |