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/: Use .subarray instead of .slice (optimisation)
daurnimator
2017-12-13
|
*
Use Uint8Array to back strings
daurnimator
2017-12-13
*
|
src/lstrlib.js: Optimise array_cmp
daurnimator
2017-12-14
*
|
src/lstrlib.js: Remove .slice from end of string check
daurnimator
2017-12-14
*
|
src/lstrlib.js: Optimise nospecials, js .indexOf has no issues with a null byte
daurnimator
2017-12-14
*
|
src/lstrlib.js: Optimise find_subarray using .indexOf
daurnimator
2017-12-14
|
/
*
Introduce defs.string_of to create string from bytes
daurnimator
2017-12-13
*
src/lbaselib.js: Use TextDecoder in lua_writeline
daurnimator
2017-12-13
*
src/llex.js: Use luaZ_buffer when not using .slice
daurnimator
2017-12-13
*
src/lapi.js: Remove emptystring: rely on internal string cache instead
daurnimator
2017-12-13
*
src/llex.js: Fix incorrect slice length
daurnimator
2017-12-13
*
tests/: Don't hard-code string hashes
daurnimator
2017-12-13
*
src/lstrlib.js: Replace adddigit function with call to .toString(16)
daurnimator
2017-12-13
*
src/lstrlib.js: Reimplement using luaL_Buffer
daurnimator
2017-12-13
*
src/lauxlib.js: Implement luaL_prepbuffsize using a Uint8Array
daurnimator
2017-12-13
*
src/ldump.js: Keep LUAC_DATA in array form
daurnimator
2017-12-13
*
src/lobject.js: Build string in js rather than appending to lua string
daurnimator
2017-12-13
*
src/loadlib.js: Do a concatenation in js string form rather than concating ar...
daurnimator
2017-12-13
*
src/: Use to_luastring more often instead of manually creating arrays
daurnimator
2017-12-13
*
src/: Have luaO_str2num fill in passed TValue and return length
daurnimator
2017-12-12
*
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
[prev]
[next]