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
*
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
|
*
Introduce setobj2s
daurnimator
2017-05-27
|
*
Introduce setobjs2s
daurnimator
2017-05-27
*
|
luaS_newliteral takes a js string
Benoit Giannangeli
2017-05-27
*
|
lua_tonumber should return 0 if value can't be converted to a number
Benoit Giannangeli
2017-05-27
*
|
lua_rawlen: bad userdata len reference
Benoit Giannangeli
2017-05-27
*
|
luaT_trybinTM in luaO_arith needs a stack index
Benoit Giannangeli
2017-05-27
|
/
*
src/lapi.js: Fix typo in lua_arith
daurnimator
2017-05-24
*
src/lapi.js: use .setfrom() when setting a TValue from a TValue
daurnimator
2017-05-24
*
Give userdata objects a class
daurnimator
2017-05-24
*
src/lapi.js: Throw errors when attempting to use pseudo-index with index2addr_
daurnimator
2017-05-23
*
Introduce luaO_tostring
daurnimator
2017-05-23
*
Introduce lvm.cvt2str
daurnimator
2017-05-22
[next]