summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Release v0.0.1-rc.2v0.0.1-rc.2daurnimator2018-03-30
* 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
* | 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
* | 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
* | 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
* | src/luaconf.js: Add LUA_COMPAT_FLOATSTRINGdaurnimator2018-03-04
* | 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
* | README.md: Add __gc metamethods to unsupported listdaurnimator2018-02-17
* | src/defs.js: js files belong in share/ not lib/daurnimator2018-02-17
* | Rename cpath to jspathdaurnimator2018-02-17
* | src/defs.js: CPATH contains .js not .dll/.sodaurnimator2018-02-17
* | tests/test-suite/ltests.js: Push copy of TValue to stack, not originaldaurnimator2018-02-05
* | package.json: Upgrade dependencies to latest versionsdaurnimator2018-02-04
* | package.json: Add directories.libdaurnimator2018-02-04
* | src/ldblib.js: Use WeakMap as __mode is unsupporteddaurnimator2018-02-04
* | src/{luaconf,lauxlib}.js: LUAL_BUFFERSIZE should be defined in luaconfdaurnimator2018-02-04
* | README.md: Document extra arg of luaL_execresult and luaL_fileresultdaurnimator2018-02-04
* | src/fengari.js: Add copyright notice that will get preserved by minifiersdaurnimator2018-02-04
* | src/lauxlib.js: Check default value when using luaL_optstringdaurnimator2018-02-04
* | {src/lauxlib.js,tests/test-suite/ltests.js}: Use luastring_eq instead of .join()daurnimator2018-02-04
* | src/lapi.js: Explicit check against LUA_MULTRETdaurnimator2018-02-04