| Commit message (Expand) | Author | Age |
* | README.md: Add section on fengari library | daurnimator | 2018-03-30 |
* | Add 'fengari' library containing version numbers etc | daurnimator | 2018-03-30 |
* | README.md: Add note about FENGARICONF | daurnimator | 2018-03-29 |
* | src/{defs,luaconf}.js: Move path config to expected location in luaconf.js | daurnimator | 2018-03-29 |
* | src/defs.js: LUA_VERSUFFIX should only be defined in lualib | daurnimator | 2018-03-29 |
* | src/{defs,lua}.js: LUA_INIT_VAR and LUA_INITVARVERSION are not normal exports | daurnimator | 2018-03-29 |
* | NEWS: Add short change log | daurnimator | 2018-03-29 |
* | README.md: Add note about require being able to yield | daurnimator | 2018-03-29 |
* | .gitmodules: Remove empty file | daurnimator | 2018-03-29 |
* | .travis.yml: take advantage of newer travis features | daurnimator | 2018-03-29 |
* | package.json: Upgrade dependencies | daurnimator | 2018-03-29 |
* | package.json: Remove webpack and loaders | daurnimator | 2018-03-29 |
* | webpack.config.js: disable FENGARICONF for web builds | daurnimator | 2018-03-26 |
* | src/luaconf.js: Set LUAI_MAXSTACK back to PUC-Rio default | daurnimator | 2018-03-26 |
* | src/luaconf.js: Use env var FENGARICONF for configuration | daurnimator | 2018-03-26 |
* | README.md: formatting | daurnimator | 2018-03-04 |
* | src/lbaselib.js: Don't cache non-fastpath string conversions | daurnimator | 2018-03-04 |
* | src/lauxlib.js: lua_tojsstring won't throw since b257a24 | daurnimator | 2018-03-04 |
* | src/luaconf.js: Add comment about LUA_COMPAT_FLOATSTRING | daurnimator | 2018-03-04 |
* | Remove unwanted TODOs | daurnimator | 2018-03-04 |
* | src/lapi.js: Remove lua_toljsstring | daurnimator | 2018-03-04 |
* | src/fengari.js: Export luaconf | daurnimator | 2018-03-04 |
* | src/lobject.js: lua_tojsstring now uses unicode replacement character by default | daurnimator | 2018-03-04 |
* | src/defs.js: to_jsstring now optionally replaces invalid utf8 sequences with ... | daurnimator | 2018-03-04 |
* | src/luaconf.js: Add LUA_COMPAT_FLOATSTRING | daurnimator | 2018-03-04 |
* | src/lstate.js: Start id at 1; it's better if ids are never falsy | daurnimator | 2018-02-28 |
* | src/lobject.js: Fix %p printing two ids | daurnimator | 2018-02-28 |
* | src/defs.js: Look in both /usr and /usr/local | daurnimator | 2018-02-17 |
* | README.md: Add __gc metamethods to unsupported list | daurnimator | 2018-02-17 |
* | src/defs.js: js files belong in share/ not lib/ | daurnimator | 2018-02-17 |
* | Rename cpath to jspath | daurnimator | 2018-02-17 |
* | src/defs.js: CPATH contains .js not .dll/.so | daurnimator | 2018-02-17 |
* | tests/test-suite/ltests.js: Push copy of TValue to stack, not original | daurnimator | 2018-02-05 |
* | package.json: Upgrade dependencies to latest versions | daurnimator | 2018-02-04 |
* | package.json: Add directories.lib | daurnimator | 2018-02-04 |
* | src/ldblib.js: Use WeakMap as __mode is unsupported | daurnimator | 2018-02-04 |
* | src/{luaconf,lauxlib}.js: LUAL_BUFFERSIZE should be defined in luaconf | daurnimator | 2018-02-04 |
* | README.md: Document extra arg of luaL_execresult and luaL_fileresult | daurnimator | 2018-02-04 |
* | src/fengari.js: Add copyright notice that will get preserved by minifiers | daurnimator | 2018-02-04 |
* | src/lauxlib.js: Check default value when using luaL_optstring | daurnimator | 2018-02-04 |
* | {src/lauxlib.js,tests/test-suite/ltests.js}: Use luastring_eq instead of .join() | daurnimator | 2018-02-04 |
* | src/lapi.js: Explicit check against LUA_MULTRET | daurnimator | 2018-02-04 |
* | src/lapi.js: in lua_pcallk only create CallS object when required | daurnimator | 2018-02-04 |
* | src/lapi.js: Shorter boolean coercion | daurnimator | 2018-02-04 |
* | src/lapi.js: Check integer parameters | daurnimator | 2018-02-04 |
* | tests/test-suite/math.js: Add missing math.randomseed call to tests | daurnimator | 2018-02-04 |
* | src/lmathlib.js: Implement math.randomseed via a simple LCG | daurnimator | 2018-02-04 |
* | src/ljstype.js: Use Uint8Array instead of plain array | daurnimator | 2018-02-04 |
* | Merge remote-tracking branch 'daurnimator/optimise-ljstype' | daurnimator | 2018-02-04 |
|\ |
|
| * | src/ljstype.js: Add built in tables rather than using regex rules | daurnimator | 2018-01-02 |