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/luaconf.js: Add LUA_COMPAT_FLOATSTRING
daurnimator
2018-03-04
*
|
src/lstate.js: Start id at 1; it's better if ids are never falsy
daurnimator
2018-02-28
*
|
src/lobject.js: Fix %p printing two ids
daurnimator
2018-02-28
*
|
src/defs.js: Look in both /usr and /usr/local
daurnimator
2018-02-17
*
|
README.md: Add __gc metamethods to unsupported list
daurnimator
2018-02-17
*
|
src/defs.js: js files belong in share/ not lib/
daurnimator
2018-02-17
*
|
Rename cpath to jspath
daurnimator
2018-02-17
*
|
src/defs.js: CPATH contains .js not .dll/.so
daurnimator
2018-02-17
*
|
tests/test-suite/ltests.js: Push copy of TValue to stack, not original
daurnimator
2018-02-05
*
|
package.json: Upgrade dependencies to latest versions
daurnimator
2018-02-04
*
|
package.json: Add directories.lib
daurnimator
2018-02-04
*
|
src/ldblib.js: Use WeakMap as __mode is unsupported
daurnimator
2018-02-04
*
|
src/{luaconf,lauxlib}.js: LUAL_BUFFERSIZE should be defined in luaconf
daurnimator
2018-02-04
*
|
README.md: Document extra arg of luaL_execresult and luaL_fileresult
daurnimator
2018-02-04
*
|
src/fengari.js: Add copyright notice that will get preserved by minifiers
daurnimator
2018-02-04
*
|
src/lauxlib.js: Check default value when using luaL_optstring
daurnimator
2018-02-04
*
|
{src/lauxlib.js,tests/test-suite/ltests.js}: Use luastring_eq instead of .join()
daurnimator
2018-02-04
*
|
src/lapi.js: Explicit check against LUA_MULTRET
daurnimator
2018-02-04
*
|
src/lapi.js: in lua_pcallk only create CallS object when required
daurnimator
2018-02-04
*
|
src/lapi.js: Shorter boolean coercion
daurnimator
2018-02-04
*
|
src/lapi.js: Check integer parameters
daurnimator
2018-02-04
*
|
tests/test-suite/math.js: Add missing math.randomseed call to tests
daurnimator
2018-02-04
*
|
src/lmathlib.js: Implement math.randomseed via a simple LCG
daurnimator
2018-02-04
*
|
src/ljstype.js: Use Uint8Array instead of plain array
daurnimator
2018-02-04
*
|
Merge remote-tracking branch 'daurnimator/optimise-ljstype'
daurnimator
2018-02-04
|
\
\
|
*
|
src/ljstype.js: Add built in tables rather than using regex rules
daurnimator
2018-01-02
|
*
|
src/lobject.js: Check string length before indexing
daurnimator
2018-01-02
*
|
|
src/loadlib.js: Don't reuse CLIBS string due to it getting used as lightuserd...
daurnimator
2018-01-30
*
|
|
src/{defs,loadlib}.js: LUA_(C)PATH_DEFAULT now exported as lua strings
daurnimator
2018-01-30
*
|
|
src/lapi.js: fengari_argcheck doesn't take a lua_State
daurnimator
2018-01-29
*
|
|
src/lobject.js: Use a switch/case over `typeof` when getting object ids
daurnimator
2018-01-29
*
|
|
src/lstrlib.js: Add binary safe string.lower and string.upper
daurnimator
2018-01-29
*
|
|
src/lstrlib.js: Remove KOption object; use consts
daurnimator
2018-01-29
*
|
|
src/lstrlib.js: Hardcode character codes (avoids charCodeAt)
daurnimator
2018-01-29
*
|
|
src/lstrlib.js: Hardcode toupper implementation
daurnimator
2018-01-29
*
|
|
src/lfunc.js: style
daurnimator
2018-01-29
*
|
|
src/lbaselib.js: Hardcode character codes (avoids charCodeAt)
daurnimator
2018-01-29
*
|
|
src/lbaselib.js: Optimise b_str2int by using parseInt
daurnimator
2018-01-29
*
|
|
src/lauxlib.js: Hardcode character codes (avoids charCodeAt)
daurnimator
2018-01-29
*
|
|
src/ldblib.js: Hardcode character codes (avoids charCodeAt)
daurnimator
2018-01-29
*
|
|
src/lapi.js: Check upvalue index in an integer
daurnimator
2018-01-29
*
|
|
src/lapi.js: optimise+minify getupvalref usage
daurnimator
2018-01-29
*
|
|
src/: Upvalues are now just TValues (possibly referencing on-stack)
daurnimator
2018-01-29
*
|
|
src/lobject.js: Consistently use null in a nil TValue
daurnimator
2018-01-29
*
|
|
package.json: Use yarn-favoured indentation
daurnimator
2018-01-29
*
|
|
package.json: Add sideEffects: false
daurnimator
2018-01-29
*
|
|
src/llex.js: Use destructured assignment when requiring ljstype
daurnimator
2018-01-29
*
|
|
src/llex.js: Fix double llimits require
daurnimator
2018-01-29
*
|
|
src/llex.js: Store luaX_tokens in lua string form
daurnimator
2018-01-29
*
|
|
src/llex.js: Use RESERVED enum members un-namespaced
daurnimator
2018-01-29
[prev]
[next]