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/loslib.js: Fix os.time() with out-of-range values
daurnimator
2018-04-20
*
Merge branch 'test-with-jest'
daurnimator
2018-04-20
|
\
|
*
.travis.yml: Remove travis_wait
daurnimator
2018-04-20
|
*
.travis.yml: Use nproc to limit number of jest workers
daurnimator
2018-04-20
|
*
test/test-suite: Remove print calls
daurnimator
2018-04-15
|
*
test/test-suite: Move ported PUC-Rio test suite to jest
daurnimator
2018-04-14
|
*
Start moving test suite from tape => jest
daurnimator
2018-04-14
*
|
src/loadlib.js: Use indirect eval for getting reference to global env
daurnimator
2018-04-08
*
|
src/liolib.js: Pass buffer length to fs.writeSync to workaround node 6.11 bug
daurnimator
2018-04-08
*
|
src/lauxlib.js: e argument is not compulsory
daurnimator
2018-04-08
*
|
README.md: Add npm badge
daurnimator
2018-04-06
*
|
src/loslib.js: In os.remove, try unlink and on EISDIR try rmdir
daurnimator
2018-04-06
*
|
src/liolib.js: fs.writeSync in node 6 doesn't take a Uint8Array
daurnimator
2018-04-06
*
|
Release v0.1.1
v0.1.1
daurnimator
2018-04-03
*
|
yarn.lock: Upgrade dependencies
daurnimator
2018-04-03
*
|
src/defs.js: Hoist to_jsstring error message
daurnimator
2018-04-03
*
|
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
[next]