index
:
fengari
master
Mirrored from https://github.com/fengari-lua/fengari
Laria Carolin Chabowski
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
src/lundump.js: Fix mixed indentation
HEAD
master
daurnimator
2018-07-09
*
src/lundump.js: Rename+reorganise functions to be more like C source
daurnimator
2018-07-07
*
src/lundump.js: Fix reading empty string constants
daurnimator
2018-07-07
*
Release v0.1.2
v0.1.2
daurnimator
2018-04-23
*
src/lauxlib.js: Use from_userstring in luaL_add(l)string
daurnimator
2018-04-23
*
src/loslib.js: Use our own strftime implementation; removes dependency
daurnimator
2018-04-23
*
src/loslib.js: cc shouldn't get reassigned
daurnimator
2018-04-22
*
src/loslib.js: Avoid luaL_opt when default case is complex expression
daurnimator
2018-04-22
*
src/loslib.js: Remove unreachable branch
daurnimator
2018-04-22
*
src/loslib.js: Calculate yday of passed in Date, not the current date
daurnimator
2018-04-22
*
src/loslib.js: Fix wday off-by-one error
daurnimator
2018-04-22
*
src/loslib.js: invert ternaries
daurnimator
2018-04-22
*
src/loslib.js: Fix off-by-one error in month field of os.time()
daurnimator
2018-04-22
*
src/loslib.js: Add missing semicolon
daurnimator
2018-04-22
*
src/l{str,os}lib.js: Use luastring_eq where sensible
daurnimator
2018-04-20
*
src/loslib.js: Skip Date creation in os.difftime
daurnimator
2018-04-20
*
src/l*lib.js: Remove some uses of caching to_luastring
daurnimator
2018-04-20
*
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
[next]