Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Fix luaL_error callsites | daurnimator | 2017-05-05 |
* | luaL_Buffer constructor shouldn't take a lua state | daurnimator | 2017-05-03 |
* | Remove pointless use internal string implementation | daurnimator | 2017-04-26 |
* | Remove unused require()s | daurnimator | 2017-04-26 |
* | Export lapi.js functions from lua.js | 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 |
* | 8-bit string internally tests | Benoit Giannangeli | 2017-03-30 |
* | Never use js strings internally | Benoit Giannangeli | 2017-03-29 |
* | string.format | Benoit Giannangeli | 2017-03-16 |
* | utf8.len, utf8.codes | Benoit Giannangeli | 2017-03-15 |
* | utf8.char | Benoit Giannangeli | 2017-03-15 |
* | utf8.codepoint | Benoit Giannangeli | 2017-03-15 |
* | Use emscripten's utf8tojs string function | Benoit Giannangeli | 2017-03-14 |
* | utf8.offset | Benoit Giannangeli | 2017-03-14 |