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/: Destructure when requiring lstring.js
daurnimator
2018-01-18
*
src/lstring.js: Use destructuring assignment for defs.js
daurnimator
2018-01-18
*
src/lstring.js: Use lua_assert instead of assert
daurnimator
2018-01-18
*
src/lparser.js: Use destructuring assignment
daurnimator
2018-01-18
*
src/lparser.js: Use lua_assert instead of assert
daurnimator
2018-01-18
*
src/lparser.js: Use destructuring assignment for llimits.js
daurnimator
2018-01-18
*
src/lua.js: Fix missing LUA_NUMTAGS
daurnimator
2018-01-18
*
src/lobject.js: Use destructuring assignment for defs.js
daurnimator
2018-01-18
*
src/lobject.js: Use lua_assert instead of assert
daurnimator
2018-01-18
*
src/lobject.js: Use destructuring assignment for llimits.js
daurnimator
2018-01-18
*
src/liolib.js: Use destructuring assignment
daurnimator
2018-01-18
*
src/ltable.js: Use destructuring assignment for defs.js
daurnimator
2018-01-18
*
src/ltable.js: Use lua_assert instead of assert
daurnimator
2018-01-18
*
src/llex.js: Use destructuring assignment for defs.js
daurnimator
2018-01-18
*
src/llex.js: Use lua_assert instead of assert
daurnimator
2018-01-18
*
src/lfunc.js: Use destructuring assignment for defs.js
daurnimator
2018-01-18
*
src/lfunc.js: Use lua_assert instead of assert
daurnimator
2018-01-18
*
src/lstate.js: Use destructuring assignment for defs.js
daurnimator
2018-01-18
*
src/lstate.js: Use api_incr_top instead of assert
daurnimator
2018-01-18
*
src/ldo.js: Use lua_assert/api_check/etc.
daurnimator
2018-01-18
*
src/lauxlib.js: Export luaL_checkversion_
daurnimator
2018-01-18
*
src/lapi.js: Export api_incr_top and api_checknelems
daurnimator
2018-01-18
*
src/lapi.js: Don't export index2addr
daurnimator
2018-01-18
*
src/: Start using lua_assert() instead of plain assert()
daurnimator
2018-01-18
*
src/lvm.js: Use destructuring requires for defs, lopcodes, llimits and luaconf
daurnimator
2018-01-18
*
Remove defs.CT alias for defs.constant_types
daurnimator
2018-01-11
*
Move fengari specific things to src/fengaricore.js
daurnimator
2018-01-11
*
src/lauxlib.js: Add missing LUA_ERRFILE
daurnimator
2018-01-07
*
src/lvm.js: Add Math.imul shim; export new luaV_imul function
daurnimator
2018-01-07
*
src/lobject.js: Optimise l_str2d + removing use of spread operator (IE compat)
daurnimator
2018-01-07
*
Avoid Uint8Array.slice (IE compat)
daurnimator
2018-01-07
*
src/lstrlib.js: Remove use of Uint8Array.reverse
daurnimator
2018-01-07
*
src/lstrlib.js: Optimisations to use subarray instead of slice where sensible
daurnimator
2018-01-07
*
Introduce luastring_indexOf as Uint8Array.indexOf doesn't exist everywhere
daurnimator
2018-01-07
*
TypedArray.toString() doesn't return a unique string in some browsers
daurnimator
2018-01-07
*
src/lauxlib.js: Export luastring_eq
daurnimator
2018-01-07
*
Avoid String.fromCodePoint (IE compat)
daurnimator
2018-01-07
*
src/ldump.js: Remove unneeded Number.parseInt (IE compat)
daurnimator
2018-01-06
*
Use Uint8Array.prototype.toString instead of .join (IE compat)
daurnimator
2018-01-06
*
src/defs: Rename luastring_cmp to luastring_eq
daurnimator
2018-01-06
*
tests/test-suite/utf8.js: Throw syntax errors if they occur + fix whitespace
daurnimator
2018-01-06
*
src/defs.js: Support environments with no String.codePointAt
daurnimator
2018-01-06
*
tests/test-suite/api.js: Split a skipped test
daurnimator
2018-01-06
*
Support environments without a Uint8Array.from
daurnimator
2018-01-06
*
src/lauxlib.js: Use luaL_Buffer to implement luaL_gsub
daurnimator
2018-01-06
*
src/lauxlib.js: Use a Uint8Array backed structure for luaL_Buffer
daurnimator
2018-01-06
*
src/ltablib.js: Pass length to luaL_addlstring
daurnimator
2018-01-06
*
src/lstrlib.js: Pass byte offsets to DataView constructor
daurnimator
2018-01-06
*
src/lauxlib.js: Remove unrequired Uint8Array.from call
daurnimator
2018-01-06
*
src/defs.js: Fallback for when Uint8Array.of doesn't exist
daurnimator
2018-01-06
[next]