Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add TMcache | daurnimator | 2017-05-22 |
| | |||
* | src/ltm.js: luaH_getstr takes a TString, not a raw string | daurnimator | 2017-05-18 |
| | |||
* | src/ltm.js: All stack items should be non-shared TValues | daurnimator | 2017-05-08 |
| | |||
* | ltm.TMS should be indexes into an array | daurnimator | 2017-05-08 |
| | |||
* | Add accessors to TValue for TString values | daurnimator | 2017-05-08 |
| | |||
* | Move string functions to centralised lstring.js | daurnimator | 2017-05-08 |
| | |||
* | Need to copy to the stack if not coming from a stack | daurnimator | 2017-05-05 |
| | |||
* | Refactor table implementation | daurnimator | 2017-05-03 |
| | |||
* | Userdata needs to be boxed so it can have uservalue+metatable | daurnimator | 2017-04-28 |
| | | | | metatable should not be on the TValue | ||
* | src/ltm.js: Fix use of non-existant enum | daurnimator | 2017-04-27 |
| | |||
* | src/ltm.js: Fix luaT_objtypename | daurnimator | 2017-04-27 |
| | | | | | - it tried to index the tvalue instead of the metatable - it returns a jsstring in __name case, but lua string in fallback | ||
* | 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 |
| | |||
* | Cache all to_luastring of internal literals | Benoit Giannangeli | 2017-04-18 |
| | |||
* | 8-bit string internally tests | Benoit Giannangeli | 2017-03-30 |
| | | | | Lexing/Parsing is done on byte rather than js strings | ||
* | Never use js strings internally | Benoit Giannangeli | 2017-03-29 |
| | |||
* | Proper use of luaO_nilobject | Benoit Giannangeli | 2017-03-24 |
| | |||
* | Use emscripten's utf8tojs string function | Benoit Giannangeli | 2017-03-14 |
| | |||
* | Testing 8-bit strings | Benoit Giannangeli | 2017-03-13 |
| | |||
* | [Strings] ltable.js, ltm.js | Benoit Giannangeli | 2017-03-13 |
| | |||
* | lstrlib, string.len | Benoit Giannangeli | 2017-03-05 |
| | |||
* | luaG_concaterror, luaG_opinterror, luaG_tointerror | Benoit Giannangeli | 2017-02-21 |
| | |||
* | luaG_ functions | Benoit Giannangeli | 2017-02-21 |
| | |||
* | luaL_newstate, lua_pushnil, lua_gettop, luaL_typename | Benoit Giannangeli | 2017-02-16 |
| | |||
* | Everything need to make luaL_newstate work, lua_pushnil test | Benoit Giannangeli | 2017-02-15 |
| | |||
* | __le, __lt, __eq | Benoit Giannangeli | 2017-02-15 |
| | |||
* | binary op tag methods | Benoit Giannangeli | 2017-02-14 |
| | |||
* | __newindex | Benoit Giannangeli | 2017-02-14 |
| | |||
* | Setting metatable manually until setmetatable is available | Benoit Giannangeli | 2017-02-14 |
| | | | | | Using a breakpoint flag on specific opcode to stop the program so we can manipulate the stack manually within the test | ||
* | Better use of module to avoid cyclic dependencies issues | Benoit Giannangeli | 2017-02-13 |
| | |||
* | l_isfalse as TValue method | Benoit Giannangeli | 2017-02-13 |
| | |||
* | JSHint | Benoit Giannangeli | 2017-02-13 |
| | |||
* | TFORCALL, TFORLOOP, luaD_call, tag methods | Benoit Giannangeli | 2017-02-12 |
| | |||
* | Moved functions to ldo.js | Benoit Giannangeli | 2017-02-11 |