Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add table construction function | daurnimator | 2017-04-28 |
| | |||
* | Remove unused require()s | daurnimator | 2017-04-26 |
| | |||
* | 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 |
| | | | | Since we use a Map we don't have to care about indexes starting at 0 | ||
* | Array.prototype.sort sort by Unicode code points by default | Benoit Giannangeli | 2017-04-11 |
| | | | | WTF JS ! | ||
* | No interning for now | Benoit Giannangeli | 2017-03-13 |
| | | | | G.strt would have grown with each string | ||
* | [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 |