| Commit message (Expand) | Author | Age |
* | src/: Comment out unused constants/functions | daurnimator | 2017-12-10 |
* | src/: Fix some linter complaints | daurnimator | 2017-12-10 |
* | Use `typeof process === "undefined"` instead of WEB global | daurnimator | 2017-12-10 |
* | src/loslib.js: Add os.clock implementation for browsers | daurnimator | 2017-12-03 |
* | Export strings from lauxlib in lua string form (rather than as javascript str... | daurnimator | 2017-12-02 |
* | src/lauxlib.js: Fix missing 'else' in luaL_getmetafield | daurnimator | 2017-11-28 |
* | src/lapi.js: chunkname can be null | daurnimator | 2017-11-20 |
* | Add lua.to_uristring | daurnimator | 2017-11-12 |
* | src/loslib.js: Check that var exists in process.env before indexing | daurnimator | 2017-11-12 |
* | src/lstrlib.js: Move arg checking to own line | daurnimator | 2017-11-12 |
* | src/loslib.js: Remove to_jsstring where possible | daurnimator | 2017-11-12 |
* | src/loslib.js: Tidy up os.date | daurnimator | 2017-11-12 |
* | src/lobject.js: Add try/catch around to_jsstring call in number coercions | daurnimator | 2017-11-12 |
* | src/lauxlib.js: Add encodeURI call into luaL_loadfilex to match loadlib.js | daurnimator | 2017-11-12 |
* | src/loadlib.js: Remove unwanted to_jsstring | daurnimator | 2017-11-12 |
* | src/ldo.js: remove unrequired to_jsstring calls | daurnimator | 2017-11-12 |
* | lua_writestringerror now takes a vararg and converts arrays | daurnimator | 2017-11-12 |
* | src/lbaselib.js: Add try/catch around to_jsstring call in tonumber | daurnimator | 2017-11-12 |
* | src/lauxlib.js: Remove unwanted to_jsstring calls | daurnimator | 2017-11-12 |
* | src/lauxlib.js: Catch read errors on read rather than fstat-ing then hoping | daurnimator | 2017-11-12 |
* | src/ldebug.js: Remove use of fallible defs.to_jsstring call | daurnimator | 2017-11-12 |
* | Add internal function defs.luastring_cmp for string equality checks | daurnimator | 2017-11-12 |
* | src/llex.js: Export LUA_ENV | daurnimator | 2017-11-12 |
* | src/defs.js: cleanup of to_luastring | daurnimator | 2017-11-12 |
* | src/defs.js: Check for invalid continuation bytes | daurnimator | 2017-11-12 |
* | src/defs.js: Avoid extra .slice operation | daurnimator | 2017-11-12 |
* | src/defs.js: Refactor to_jsstring | daurnimator | 2017-11-12 |
* | src/defs.js: minor optimisation of to_luastring | daurnimator | 2017-11-12 |
* | src/defs.js: the highest unicode codepoint is U+10FFFF | daurnimator | 2017-11-12 |
* | src/defs.js: Fix conversion of non-BMP unicode codepoints | daurnimator | 2017-11-12 |
* | src/ltablib.js: sort max interval should be LUA_MAXINTEGER | Benoit Giannangeli | 2017-11-09 |
* | Removed incorrect use of llimits.MAX/MIN_INT | Benoit Giannangeli | 2017-11-09 |
* | src/loadlib.js: Consistent indentation | daurnimator | 2017-09-28 |
* | src/loadlib.js: Fix some to_luastring call-sites | daurnimator | 2017-09-28 |
* | src/loadlib.js: escape path before passing to XHR or using as sourceURL | daurnimator | 2017-09-28 |
* | src/loadlib.js: Invert condition so that code flows down | daurnimator | 2017-09-27 |
* | src/loadlib.js: If JS library returns undefined, look in window object | daurnimator | 2017-09-27 |
* | src/loadlib.js: Check that JS library returns expected type(s) | daurnimator | 2017-09-27 |
* | src/loadlib.js: Use sourceURL to get path in debugger+tracebacks | daurnimator | 2017-09-27 |
* | src/loadlib.js: Pass fengari library to JS modules | daurnimator | 2017-09-27 |
* | src/loadlib.js: Declare forgotten argument seeglb | daurnimator | 2017-09-27 |
* | src/loadlib.js: Load code with Function to catch syntax errors before evaluation | daurnimator | 2017-09-27 |
* | src/lapi.js, src/lauxlib.js: lua_tointeger should return 0 when conversion fa... | denis | 2017-09-07 |
* | src/lapi.js: lua_rawseti requires only one operand on the stack when working ... | denis | 2017-09-07 |
* | src/lauxlib.js: Fix test for Lua functions | daurnimator | 2017-08-21 |
* | Remove math.randomseed implementation | daurnimator | 2017-08-18 |
* | src/loadlib.js: Use path.resolve to construct paths | daurnimator | 2017-08-18 |
* | Move jshint config to package.json | daurnimator | 2017-08-18 |
* | src/lauxlib.js: Don't index possibly missing global 'process' | daurnimator | 2017-08-18 |
* | src/loslib.js: Tidy up node specific function definitions | daurnimator | 2017-08-17 |