summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Release v0.1.1v0.1.1daurnimator2018-04-03
|
* yarn.lock: Upgrade dependenciesdaurnimator2018-04-03
|
* src/defs.js: Hoist to_jsstring error messagedaurnimator2018-04-03
| | | | Should save on final bundled size
* src/luaconf.js: Remove duplicate entries from LUA_PATH_DEFAULTdaurnimator2018-04-03
| | | | Closes #123
* src/lauxlib.js: Improve commentsdaurnimator2018-04-03
|
* NEWS: Add node 6 compatdaurnimator2018-04-02
|
* tests/lmathlib.js: Skip failing test in node <= 6daurnimator2018-04-02
|
* .travis.yml: Add node 6 to test matrixdaurnimator2018-04-02
|
* src/lauxlib.js: Use a Buffer in luaL_loadfilex for node 6 compatdaurnimator2018-04-02
|
* tests/load.js: assert loadfile result for correct error messagesdaurnimator2018-04-02
|
* src/lauxlib.js: Use non-deprecated Buffer constructordaurnimator2018-04-02
|
* Release v0.1.0v0.1.0daurnimator2018-03-31
|
* package.json: Add prepublishOnly script to catch last-minute issuesdaurnimator2018-03-31
|
* src/lcorolib.js: Remove unused requiredaurnimator2018-03-31
|
* Merge branch 'accept-jsstrings'daurnimator2018-03-30
|\
| * src/: Pass js strings to auxlib functions such as luaL_argcheckdaurnimator2017-12-29
| |
| * src/: Pass js string to luaL_opt(l)stringdaurnimator2017-12-29
| |
| * src/lauxlib.js: Convert default argument to luaL_optlstring on demanddaurnimator2017-12-29
| |
| * src/lauxlib.js: luaL_checkstring is just luaL_checklstringdaurnimator2017-12-29
| |
| * src/defs.js: Automatically convert js stringsdaurnimator2017-12-29
| |
* | src/fengaricore.js: Fix fengari release number (shouldn't contain patch number)daurnimator2018-03-30
| |
* | README.md: Add section on fengari librarydaurnimator2018-03-30
| |
* | Add 'fengari' library containing version numbers etcdaurnimator2018-03-30
| |
* | README.md: Add note about FENGARICONFdaurnimator2018-03-29
| |
* | src/{defs,luaconf}.js: Move path config to expected location in luaconf.jsdaurnimator2018-03-29
| | | | | | | | Had to move some export statements around, as there is now a circular dependency
* | src/defs.js: LUA_VERSUFFIX should only be defined in lualibdaurnimator2018-03-29
| |
* | src/{defs,lua}.js: LUA_INIT_VAR and LUA_INITVARVERSION are not normal exportsdaurnimator2018-03-29
| |
* | NEWS: Add short change logdaurnimator2018-03-29
| |
* | README.md: Add note about require being able to yielddaurnimator2018-03-29
| |
* | .gitmodules: Remove empty filedaurnimator2018-03-29
| |
* | .travis.yml: take advantage of newer travis featuresdaurnimator2018-03-29
| |
* | package.json: Upgrade dependenciesdaurnimator2018-03-29
| |
* | package.json: Remove webpack and loadersdaurnimator2018-03-29
| |
* | webpack.config.js: disable FENGARICONF for web buildsdaurnimator2018-03-26
| |
* | src/luaconf.js: Set LUAI_MAXSTACK back to PUC-Rio defaultdaurnimator2018-03-26
| | | | | | | | FENGARICONF lets us override for travis
* | src/luaconf.js: Use env var FENGARICONF for configurationdaurnimator2018-03-26
| |
* | README.md: formattingdaurnimator2018-03-04
| |
* | src/lbaselib.js: Don't cache non-fastpath string conversionsdaurnimator2018-03-04
| |
* | src/lauxlib.js: lua_tojsstring won't throw since b257a24daurnimator2018-03-04
| |
* | src/luaconf.js: Add comment about LUA_COMPAT_FLOATSTRINGdaurnimator2018-03-04
| |
* | Remove unwanted TODOsdaurnimator2018-03-04
| |
* | src/lapi.js: Remove lua_toljsstringdaurnimator2018-03-04
| | | | | | | | It doesn't return length as a seperate thing: js strings implicitly have a length already
* | src/fengari.js: Export luaconfdaurnimator2018-03-04
| |
* | src/lobject.js: lua_tojsstring now uses unicode replacement character by defaultdaurnimator2018-03-04
| |
* | src/defs.js: to_jsstring now optionally replaces invalid utf8 sequences with ↵daurnimator2018-03-04
| | | | | | | | | | | | the unicode replacement character Related to https://github.com/fengari-lua/fengari-interop/issues/30
* | src/luaconf.js: Add LUA_COMPAT_FLOATSTRINGdaurnimator2018-03-04
| | | | | | | | For #113
* | src/lstate.js: Start id at 1; it's better if ids are never falsydaurnimator2018-02-28
| |
* | src/lobject.js: Fix %p printing two idsdaurnimator2018-02-28
| |
* | src/defs.js: Look in both /usr and /usr/localdaurnimator2018-02-17
| | | | | | | | | | Takes similar approach as patch carried by debian. https://anonscm.debian.org/cgit/pkg-lua/lua5.3.git/tree/debian/patches/0002-lua-modules-paths.patch?id=8dc227b2a85a160d2f1e92f9a21abd9e2e267735
* | README.md: Add __gc metamethods to unsupported listdaurnimator2018-02-17
| |