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/lobject.js: Have luaO_pushvfstring respect null as terminator for %s
daurnimator
2017-12-12
*
tests/lmathlib.js: math.ult test was copy+paste of math.tointeger
daurnimator
2017-12-11
*
src/lapi.js: Factor out default chunkname
daurnimator
2017-12-11
*
tests/lapi.js: Fix incorrect escaping
daurnimator
2017-12-11
*
src/loadlib.js: Fix incorrect type of LUA_IGMARK
daurnimator
2017-12-11
*
src/{llex,lobject}.js: Fix luaO_utf8esc/luaO_utf8desc confusion
daurnimator
2017-12-11
*
src/lapi.js: Keep empty string constant around
daurnimator
2017-12-11
*
Merge branch 'object-ids'
daurnimator
2017-12-10
|
\
|
*
src/lobject.js: Add undefined as pointer form of void 0
daurnimator
2017-12-10
|
*
src/lobject.js: Give functions and objects ids
daurnimator
2017-12-10
|
*
src/lobject.js: Add ids in the form of JS constructors for primitives
daurnimator
2017-12-10
*
|
.travis.yml: Run linter
daurnimator
2017-12-10
*
|
src/lparser.js: Avoid empty blocks
daurnimator
2017-12-10
*
|
src/lparser.js: Change comment to avoid accidental annotation
daurnimator
2017-12-10
*
|
src/ltm.js: Add 'return' to avoid fallthrough linter warnings
daurnimator
2017-12-10
*
|
tests/: Fix linter complaints
daurnimator
2017-12-10
*
|
src/: Comment out unused constants/functions
daurnimator
2017-12-10
*
|
src/: Fix some linter complaints
daurnimator
2017-12-10
*
|
package.json: Add eslint; remove jshint config
daurnimator
2017-12-10
*
|
Use `typeof process === "undefined"` instead of WEB global
daurnimator
2017-12-10
|
/
*
src/loslib.js: Add os.clock implementation for browsers
daurnimator
2017-12-03
*
Export strings from lauxlib in lua string form (rather than as javascript str...
daurnimator
2017-12-02
*
src/lauxlib.js: Fix missing 'else' in luaL_getmetafield
daurnimator
2017-11-28
*
src/lapi.js: chunkname can be null
daurnimator
2017-11-20
*
Add lua.to_uristring
daurnimator
2017-11-12
*
src/loslib.js: Check that var exists in process.env before indexing
daurnimator
2017-11-12
*
src/lstrlib.js: Move arg checking to own line
daurnimator
2017-11-12
*
src/loslib.js: Remove to_jsstring where possible
daurnimator
2017-11-12
*
src/loslib.js: Tidy up os.date
daurnimator
2017-11-12
*
src/lobject.js: Add try/catch around to_jsstring call in number coercions
daurnimator
2017-11-12
*
src/lauxlib.js: Add encodeURI call into luaL_loadfilex to match loadlib.js
daurnimator
2017-11-12
*
src/loadlib.js: Remove unwanted to_jsstring
daurnimator
2017-11-12
*
src/ldo.js: remove unrequired to_jsstring calls
daurnimator
2017-11-12
*
lua_writestringerror now takes a vararg and converts arrays
daurnimator
2017-11-12
*
src/lbaselib.js: Add try/catch around to_jsstring call in tonumber
daurnimator
2017-11-12
*
src/lauxlib.js: Remove unwanted to_jsstring calls
daurnimator
2017-11-12
*
src/lauxlib.js: Catch read errors on read rather than fstat-ing then hoping
daurnimator
2017-11-12
*
src/ldebug.js: Remove use of fallible defs.to_jsstring call
daurnimator
2017-11-12
*
Add internal function defs.luastring_cmp for string equality checks
daurnimator
2017-11-12
*
src/llex.js: Export LUA_ENV
daurnimator
2017-11-12
*
src/defs.js: cleanup of to_luastring
daurnimator
2017-11-12
*
src/defs.js: Check for invalid continuation bytes
daurnimator
2017-11-12
*
src/defs.js: Avoid extra .slice operation
daurnimator
2017-11-12
*
src/defs.js: Refactor to_jsstring
daurnimator
2017-11-12
*
src/defs.js: minor optimisation of to_luastring
daurnimator
2017-11-12
*
tests/defs.js: Also test to_jsstring
daurnimator
2017-11-12
*
src/defs.js: the highest unicode codepoint is U+10FFFF
daurnimator
2017-11-12
*
src/defs.js: Fix conversion of non-BMP unicode codepoints
daurnimator
2017-11-12
*
src/ltablib.js: sort max interval should be LUA_MAXINTEGER
Benoit Giannangeli
2017-11-09
*
Removed incorrect use of llimits.MAX/MIN_INT
Benoit Giannangeli
2017-11-09
[prev]
[next]