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
path:
root
/
src
/
lapi.js
Commit message (
Expand
)
Author
Age
*
Remove unwanted TODOs
daurnimator
2018-03-04
*
src/lapi.js: Remove lua_toljsstring
daurnimator
2018-03-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
*
src/lapi.js: fengari_argcheck doesn't take a lua_State
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/lapi.js: Use destructuring assignment where sensible
daurnimator
2018-01-18
*
src/: Destructure when requiring lstring.js
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
*
Avoid Uint8Array.slice (IE compat)
daurnimator
2018-01-07
*
src/: Add defs.from_userstring function to take string from api
daurnimator
2017-12-29
*
src/lapi.js: Have lua_todataview return view over actual underlying Uint8Array
daurnimator
2017-12-15
*
src/lapi.js: Remove emptystring: rely on internal string cache instead
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/lapi.js: Factor out default chunkname
daurnimator
2017-12-11
*
src/lapi.js: Keep empty string constant around
daurnimator
2017-12-11
*
src/: Fix some linter complaints
daurnimator
2017-12-10
*
src/lapi.js: chunkname can be null
daurnimator
2017-11-20
*
src/lapi.js, src/lauxlib.js: lua_tointeger should return 0 when conversion fa...
denis
2017-09-07
*
src/lapi.js: lua_rawseti requires only one operand on the stack when working ...
denis
2017-09-07
*
src/lapi.js: Do a length check in lua_pushlstring
daurnimator
2017-06-19
*
src/lvm.js: Rename gettable to luaV_gettable
daurnimator
2017-06-18
*
src/lapi.js: lua_todataview should use cvt2str
daurnimator
2017-06-09
*
Add is_luastring function instead of using Array.isArray directly
daurnimator
2017-06-09
*
Introduce function to adjust L.top
daurnimator
2017-05-30
*
src/lapi.js: Clean stack top in lua_settable
daurnimator
2017-05-30
*
Fix some warnings found by closure-compiler
daurnimator
2017-05-29
*
Fix some jshint warnings
daurnimator
2017-05-29
*
src/lapi.js: Clean up upvaluejoin
daurnimator
2017-05-29
*
luaO_tostring should modify TValue
daurnimator
2017-05-29
*
src/lapi.js: When joining upvalues, increase reference count on copied upvalue
daurnimator
2017-05-29
*
Have lua closures point to directly to their upvalues on stack
daurnimator
2017-05-29
*
lua_copy should not use index2addr_
Benoit Giannangeli
2017-05-28
*
lua_tonumberx
Benoit Giannangeli
2017-05-28
*
Merge remote-tracking branch 'daurnimator/stack-modification-work' into test-...
Benoit Giannangeli
2017-05-28
|
\
|
*
src/lapi.js: Use a temporary variable in lua_len
daurnimator
2017-05-27
|
*
Modify stack values up to L.top instead of replacing
daurnimator
2017-05-27
|
*
src/lapi.js: Sync lua_pushliteral implementation with lua_pushstring
daurnimator
2017-05-27
|
*
Keep api_incr_top macro contents distinct
daurnimator
2017-05-27
|
*
src/lapi.js: Fix incorrect argument to luaS_newliteral in lua_concat
daurnimator
2017-05-27
|
*
src/lapi.js: lua_pushstring should return internal copy
daurnimator
2017-05-27
|
*
src/lapi.js: Ignore 's' when lua_pushlstring is passed 0
daurnimator
2017-05-27
|
*
Introduce setsvalue2s
daurnimator
2017-05-27
[next]