Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | src/liolib.js: Implement io.write | daurnimator | 2017-05-03 | |
| | | ||||
| * | src/iolib.js: Add file:__tostring() | daurnimator | 2017-05-03 | |
| | | ||||
| * | src/iolib.js: Create stdin/stdout/stderr | daurnimator | 2017-05-03 | |
| | | ||||
* | | src/lauxlib.js: buffer.b should be null or array, not a string | daurnimator | 2017-05-03 | |
| | | ||||
* | | src/lauxlib: Rewrite luaL_execresult | daurnimator | 2017-05-03 | |
| | | ||||
* | | Pipe | has higher precedence than equals | daurnimator | 2017-05-03 | |
| | | ||||
* | | luaL_Buffer constructor shouldn't take a lua state | daurnimator | 2017-05-03 | |
| | | | | | | | | It gets set in luaL_buffinit | |||
* | | Remove lua_pushtvalue | daurnimator | 2017-05-03 | |
| | | | | | | | | Will probably be required again soon; but in a different form (e.g. should validate that TValue comes from same lua state) | |||
* | | src/lapi.js: Remove now unused lua_compare_ function | daurnimator | 2017-05-03 | |
| | | ||||
* | | src/ltablib.js: Use quicksort implementation from lua instead of using ↵ | daurnimator | 2017-05-03 | |
|/ | | | | javascript's Array.sort | |||
* | Removed unused imports; add jshint unused warning | daurnimator | 2017-05-03 | |
| | ||||
* | Move .id field from TValue to values themselves | daurnimator | 2017-05-03 | |
| | ||||
* | Add lua_rawseti | daurnimator | 2017-05-03 | |
| | ||||
* | Refactor table implementation | daurnimator | 2017-05-03 | |
| | ||||
* | src/lapi.js: Fix typo in aux_upvalue | daurnimator | 2017-05-03 | |
| | ||||
* | os.date | Benoit Giannangeli | 2017-05-02 | |
| | ||||
* | os.clock | Benoit Giannangeli | 2017-05-02 | |
| | ||||
* | Merge remote-tracking branch 'daurnimator/fix-errors' | Benoit Giannangeli | 2017-05-02 | |
|\ | ||||
| * | src/debug.js: Fix incorrect argument order to new TValue | daurnimator | 2017-05-02 | |
| | | ||||
| * | Use lfunc from lundump.js | daurnimator | 2017-05-02 | |
| | | ||||
| * | src/lauxlib.js: Add luaL_dostring and luaL_dofile | daurnimator | 2017-05-02 | |
| | | ||||
| * | src/lfunc.js: Pass arguments to LClosure constructor | daurnimator | 2017-05-02 | |
| | | ||||
| * | src/lobject: Add sethvalue method to TValue | daurnimator | 2017-05-02 | |
| | | ||||
* | | Fixed call to execSync to use stdin/out/err | Benoit Giannangeli | 2017-05-02 | |
| | | ||||
* | | Fixed os.time(format) | Benoit Giannangeli | 2017-05-02 | |
| | | ||||
* | | os.difftime | Benoit Giannangeli | 2017-05-02 | |
| | | ||||
* | | Corrected lua_isnumber bad use of lvm.tonumber | Benoit Giannangeli | 2017-05-02 | |
| | | ||||
* | | os.execute echo stdout | Benoit Giannangeli | 2017-05-02 | |
|/ | ||||
* | os.execute | Benoit Giannangeli | 2017-04-28 | |
| | ||||
* | os.getenv | Benoit Giannangeli | 2017-04-28 | |
| | ||||
* | os.remove | Benoit Giannangeli | 2017-04-28 | |
| | ||||
* | os.rename | Benoit Giannangeli | 2017-04-28 | |
| | ||||
* | os.tmpname | Benoit Giannangeli | 2017-04-28 | |
| | ||||
* | os.exit | Benoit Giannangeli | 2017-04-28 | |
| | ||||
* | Remove unused string interning Map | daurnimator | 2017-04-28 | |
| | ||||
* | lua_State shouldn't subclass TValue | daurnimator | 2017-04-28 | |
| | ||||
* | LClosure and CClosure shouldn't subclass TValue | daurnimator | 2017-04-28 | |
| | ||||
* | Userdata needs to be boxed so it can have uservalue+metatable | daurnimator | 2017-04-28 | |
| | | | | metatable should not be on the TValue | |||
* | src/lobject: Add setters to TValue class | daurnimator | 2017-04-28 | |
| | ||||
* | Add table construction function | daurnimator | 2017-04-28 | |
| | ||||
* | 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 | |||
* | src/ldo: On non-lua originating error, return the js error as a lightuserdata | daurnimator | 2017-04-27 | |
| | ||||
* | src/llex.js: getc should return -1 if no more input | daurnimator | 2017-04-27 | |
| | | | | If the buffer was exhausted, the previous implementation could return undefined | |||
* | Add a couple of asserts to catch common errors | daurnimator | 2017-04-27 | |
| | ||||
* | src/lstrlib.js: lobject no longer used | daurnimator | 2017-04-26 | |
| | ||||
* | Move frexp and ldexp to luaconf.js | daurnimator | 2017-04-26 | |
| | ||||
* | Move jsstring() from lobject.js to defs.js; export from lua.js | daurnimator | 2017-04-26 | |
| | ||||
* | src/lapi.js: Ignore size argument to lua_newuserdata | daurnimator | 2017-04-26 | |
| | ||||
* | Remove lightuserdata object subtype | daurnimator | 2017-04-26 | |
| |