| Commit message (Expand) | Author | Age |
* | Move luaL_openlibs from lauxlib to lualib | daurnimator | 2017-05-11 |
* | Fixed bad order when trying __lt TM in luaV_lessequal | Benoit Giannangeli | 2017-05-10 |
* | Don't do recursive call of luaV_tointeger if luaO_str2num returns false | Benoit Giannangeli | 2017-05-10 |
* | [test-suite] events.js | Benoit Giannangeli | 2017-05-10 |
* | Set WEB flag for individual tests | Benoit Giannangeli | 2017-05-09 |
* | lvm.tonumber should return the integer value | Benoit Giannangeli | 2017-05-09 |
* | Added 'dist' to .gitignore | Benoit Giannangeli | 2017-05-09 |
* | [test-suite] events.js | Benoit Giannangeli | 2017-05-09 |
* | Add 'yarn build' in .travis.yml | Benoit Giannangeli | 2017-05-09 |
* | Fixed bad os.platform test | Benoit Giannangeli | 2017-05-09 |
* | Set WEB flag to false for tests | Benoit Giannangeli | 2017-05-09 |
* | Webpack (single bundle for now) | Benoit Giannangeli | 2017-05-09 |
* | src/lapi.js: lobject.luaO_str2num returns false if string is not a number | daurnimator | 2017-05-09 |
* | Revert "src/lstring.js: Freeze strings to catch accidental modification" | daurnimator | 2017-05-09 |
* | src/lapi.js: Delete unwanted stack items | daurnimator | 2017-05-09 |
* | Use 'delete' instead of setting to undefined | daurnimator | 2017-05-09 |
* | src/lvm.js: In luaV_concat use correct stack indices + clean up | daurnimator | 2017-05-09 |
* | Rename lopcodes.js require to consistently be lopcodes | daurnimator | 2017-05-09 |
* | src/lopcodes.js: SETARG_* can be tail calls | daurnimator | 2017-05-09 |
* | src/lopcodes.js: Add GET* macros | daurnimator | 2017-05-09 |
* | src/lvm.js: Remove i.breakpoint hack | daurnimator | 2017-05-09 |
* | Cache string hashes in TString | daurnimator | 2017-05-09 |
* | Initialise CClosure upvalues TValues in constructor | daurnimator | 2017-05-09 |
* | src/lobject.js: Be consistent in LClosure/CClosure constructors | daurnimator | 2017-05-09 |
* | [test-suite] vararg.js | Benoit Giannangeli | 2017-05-08 |
* | Fix bad integer size for string.pack/packsize | Benoit Giannangeli | 2017-05-08 |
* | Fixed bad default separator in table.concat | Benoit Giannangeli | 2017-05-08 |
* | Merge remote-tracking branch 'daurnimator/boxed-strings' | Benoit Giannangeli | 2017-05-08 |
|\ |
|
| * | Introduce a TString class | daurnimator | 2017-05-08 |
* | | Clean up package.json | Benoit Giannangeli | 2017-05-08 |
|/ |
|
* | src/lapi.js: Use .svalue() getter for lua_todataview | daurnimator | 2017-05-08 |
* | src/lapi.js: Be consistent with aux_upvalue return type | daurnimator | 2017-05-08 |
* | src/lcode.js: Fix nilK using invalid key | daurnimator | 2017-05-08 |
* | src/lvm.js: Use TValue accessors to use strings | daurnimator | 2017-05-08 |
* | 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 |
* | src/lvm.js: Optimise luaV_concat | daurnimator | 2017-05-08 |
* | Add accessors to TValue for TString values | daurnimator | 2017-05-08 |
* | src/lvm.js: Fix incorrect stack index in luaV_concat | daurnimator | 2017-05-08 |
* | package.json: npm automatically adds dependencies to PATH when you run 'npm t... | daurnimator | 2017-05-08 |
* | package.json: Add myself to contributors | daurnimator | 2017-05-08 |
* | src/lstring.js: Freeze strings to catch accidental modification | daurnimator | 2017-05-08 |
* | src/lparser.js: Send localvarliterals via caching table | daurnimator | 2017-05-08 |
* | src/llex.js: Cache tokens in ls.h | daurnimator | 2017-05-08 |
* | src/lstrlib.js: Array.prototype.reverse operates in place. Make a copy so tha... | daurnimator | 2017-05-08 |
* | src/lstrlib.js: Don't use string+offset from string.pack and friends | daurnimator | 2017-05-08 |
* | src/lcode.js: Fix luaH_set result check | daurnimator | 2017-05-08 |
* | LexState.h is a Table not a TValue | daurnimator | 2017-05-08 |
* | src/llex.js: Fix missing extention in require | daurnimator | 2017-05-08 |
* | src/llex.js: Add luaX_newstring | daurnimator | 2017-05-08 |