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
path:
root
/
src
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
*
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
*
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
*
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
*
src/lauxlib.js: Use a Buffer in luaL_loadfilex for node 6 compat
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
*
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
*
|
Add 'fengari' library containing version numbers etc
daurnimator
2018-03-30
*
|
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
*
|
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
*
|
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
[next]