index
:
fengari
master
Mirrored from https://github.com/fengari-lua/fengari
Laria Carolin Chabowski
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
src/luaconf.js: Remove duplicate entries from LUA_PATH_DEFAULT
daurnimator
2018-04-03
*
src/lauxlib.js: Improve comments
daurnimator
2018-04-03
*
NEWS: Add node 6 compat
daurnimator
2018-04-02
*
tests/lmathlib.js: Skip failing test in node <= 6
daurnimator
2018-04-02
*
.travis.yml: Add node 6 to test matrix
daurnimator
2018-04-02
*
src/lauxlib.js: Use a Buffer in luaL_loadfilex for node 6 compat
daurnimator
2018-04-02
*
tests/load.js: assert loadfile result for correct error messages
daurnimator
2018-04-02
*
src/lauxlib.js: Use non-deprecated Buffer constructor
daurnimator
2018-04-02
*
Release v0.1.0
v0.1.0
daurnimator
2018-03-31
*
package.json: Add prepublishOnly script to catch last-minute issues
daurnimator
2018-03-31
*
src/lcorolib.js: Remove unused require
daurnimator
2018-03-31
*
Merge branch 'accept-jsstrings'
daurnimator
2018-03-30
|
\
|
*
src/: Pass js strings to auxlib functions such as luaL_argcheck
daurnimator
2017-12-29
|
*
src/: Pass js string to luaL_opt(l)string
daurnimator
2017-12-29
|
*
src/lauxlib.js: Convert default argument to luaL_optlstring on demand
daurnimator
2017-12-29
|
*
src/lauxlib.js: luaL_checkstring is just luaL_checklstring
daurnimator
2017-12-29
|
*
src/defs.js: Automatically convert js strings
daurnimator
2017-12-29
*
|
src/fengaricore.js: Fix fengari release number (shouldn't contain patch number)
daurnimator
2018-03-30
*
|
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
[next]