Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Move fengari specific things to src/fengaricore.js | daurnimator | 2018-01-11 |
* | tests/: Fix linter complaints | daurnimator | 2017-12-10 |
* | tests: remove some extra prints | daurnimator | 2017-05-22 |
* | Separate ZIO and MBuffer data structures | daurnimator | 2017-05-15 |
* | Move luaL_openlibs from lauxlib to lualib | daurnimator | 2017-05-11 |
* | src/lapi.js: lobject.luaO_str2num returns false if string is not a number | daurnimator | 2017-05-09 |
* | Refactor table implementation | daurnimator | 2017-05-03 |
* | Remove unused variables | daurnimator | 2017-04-26 |
* | Export luaL_openlibs from lauxlib.js | daurnimator | 2017-04-26 |
* | Export ldo.js functions from lua.js | daurnimator | 2017-04-26 |
* | Export lapi.js functions from lua.js | daurnimator | 2017-04-26 |
* | Remove lua.CT and lua.constant_types (still available from defs) | daurnimator | 2017-04-26 |
* | Removed useless luac -l from tests | Benoit Giannangeli | 2017-04-24 |
* | Table indexes are also starting at 1 internally | Benoit Giannangeli | 2017-04-13 |
* | 8-bit string internally tests | Benoit Giannangeli | 2017-03-30 |
* | Loading tests (binary/text) | Benoit Giannangeli | 2017-03-01 |
* | lua_load will load both binary and text | Benoit Giannangeli | 2017-03-01 |
* | pairs | Benoit Giannangeli | 2017-02-22 |
* | use luaL_argerror/error instead of throwing | Benoit Giannangeli | 2017-02-22 |
* | Tables are JS Maps, lua_next | Benoit Giannangeli | 2017-02-22 |
* | lua_rawlen, rawlen | Benoit Giannangeli | 2017-02-22 |
* | assert | Benoit Giannangeli | 2017-02-22 |
* | lua_stringtonumber, tonumber | Benoit Giannangeli | 2017-02-22 |
* | select | Benoit Giannangeli | 2017-02-22 |
* | ipairs | Benoit Giannangeli | 2017-02-22 |
* | xpcall calls msgh | Benoit Giannangeli | 2017-02-22 |
* | pcall, xpcall | Benoit Giannangeli | 2017-02-21 |
* | ldebug, lua_error, error | Benoit Giannangeli | 2017-02-20 |
* | type | Benoit Giannangeli | 2017-02-20 |
* | rawset, rawget | Benoit Giannangeli | 2017-02-20 |
* | rawequal | Benoit Giannangeli | 2017-02-20 |
* | setmetatable, getmetatable | Benoit Giannangeli | 2017-02-20 |