| Commit message (Expand) | Author | Age |
... | |
* | | 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 |
* | 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 |
* | 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 |
* | 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 |
* | src/lapi.js: return box directly without fetching via stack | daurnimator | 2017-04-26 |
* | src/lapi.js: If no size is passed to lua_newuserdata, then create an empty ob... | daurnimator | 2017-04-26 |
* | Remove unused variables | daurnimator | 2017-04-26 |
* | Export luaL_openlibs from lauxlib.js | daurnimator | 2017-04-26 |
* | Add (empty) io library | daurnimator | 2017-04-26 |
* | lauxlib: Add luaL_fileresult | daurnimator | 2017-04-26 |
* | lauxlib: Add LUA_FILEHANDLE | daurnimator | 2017-04-26 |
* | lauxlib: Add luaL_*metatable and luaL_*udata functions | daurnimator | 2017-04-26 |
* | Added missing test in luaL_tolstring | Benoit Giannangeli | 2017-04-26 |
* | Added missin |0 | Benoit Giannangeli | 2017-04-26 |
* | math.huge is Number.Infinity | Benoit Giannangeli | 2017-04-26 |
* | src/lauxlib: Refactor luaL_tolstring to use lapi internals less | daurnimator | 2017-04-26 |
* | Remove pointless use internal string implementation | daurnimator | 2017-04-26 |
* | Remove unused require()s | daurnimator | 2017-04-26 |
* | Export ldo.js functions from lua.js | daurnimator | 2017-04-26 |
* | Export ldebug.js functions from lua.js | daurnimator | 2017-04-26 |
* | HACK: Add extra require to break circular dependency issue | daurnimator | 2017-04-26 |
* | Export lstate.js functions from lua.js | daurnimator | 2017-04-26 |
* | Export lapi.js functions from lua.js | daurnimator | 2017-04-26 |
* | Remove lua.char | daurnimator | 2017-04-26 |
* | Remove lua.thread_status | daurnimator | 2017-04-26 |
* | Remove print_version | daurnimator | 2017-04-26 |
* | Remove lua.CT and lua.constant_types (still available from defs) | daurnimator | 2017-04-26 |
* | All core files reference defs.js instead of lua.js | daurnimator | 2017-04-26 |
* | Move lua.js contents to defs.js | daurnimator | 2017-04-26 |