Commit message (Expand) | Author | Age | |
---|---|---|---|
* | All core files reference defs.js instead of lua.js | daurnimator | 2017-04-26 |
* | No more Table, just TValue with table type and Map value | Benoit Giannangeli | 2017-04-18 |
* | luaH_next and luaH_getn are not Table member functions | Benoit Giannangeli | 2017-04-18 |
* | Table indexes are also starting at 1 internally | Benoit Giannangeli | 2017-04-13 |
* | Array.prototype.sort sort by Unicode code points by default | Benoit Giannangeli | 2017-04-11 |
* | No interning for now | Benoit Giannangeli | 2017-03-13 |
* | [Strings] ltable.js, ltm.js | Benoit Giannangeli | 2017-03-13 |
* | use luaL_argerror/error instead of throwing | Benoit Giannangeli | 2017-02-22 |
* | Tables are JS Maps, lua_next | Benoit Giannangeli | 2017-02-22 |
* | lua_copy, lua_next, luaL_argerror | Benoit Giannangeli | 2017-02-22 |
* | Better use of module to avoid cyclic dependencies issues | Benoit Giannangeli | 2017-02-13 |
* | Moved luaH_getn to ltable.js | Benoit Giannangeli | 2017-02-13 |