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: 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
*
src/lapi.js: Simplify+optimise lua_rotate
daurnimator
2017-05-22
*
Compare allowed stack indices to stack_last
daurnimator
2017-05-22
*
Fix lua_checkstack to check against LUAI_MAXSTACK. Adds luaD_growstack and lu...
daurnimator
2017-05-22
*
Checks for nil and NaN table keys
daurnimator
2017-05-22
*
Add TMcache
daurnimator
2017-05-22
*
lua_stringtonumber is meant to return length + 1
daurnimator
2017-05-22
*
lua_checkstack did not adjust ci.top
Benoit Giannangeli
2017-05-21
*
Add facility for a user provided (state-global) native error handler
daurnimator
2017-05-15
*
src/lapi.js: Fix typo in variable name (chunckname => chunkname)
daurnimator
2017-05-15
*
Separate ZIO and MBuffer data structures
daurnimator
2017-05-15
*
lua_arith, lua_islightuserdata, lua_register, lua_setallocf, lua_tocfunction
Benoit Giannangeli
2017-05-14
*
lua_arith, moved luaO_arith to lobject.js
Benoit Giannangeli
2017-05-14
*
uservalue should be a TValue
Benoit Giannangeli
2017-05-11
*
src/lapi.js: Add extensions 'lua_toproxy' and 'lua_isproxy'
daurnimator
2017-05-11
*
src/lapi.js: Use luaH_delete when rawset-ing nil
daurnimator
2017-05-11
*
src/lapi.js: lobject.luaO_str2num returns false if string is not a number
daurnimator
2017-05-09
*
src/lapi.js: Delete unwanted stack items
daurnimator
2017-05-09
*
Use 'delete' instead of setting to undefined
daurnimator
2017-05-09
*
Initialise CClosure upvalues TValues in constructor
daurnimator
2017-05-09
*
Introduce a TString class
daurnimator
2017-05-08
*
src/lapi.js: Use .svalue() getter for lua_todataview
daurnimator
2017-05-08
*
src/lapi.js: Be consistent with aux_upvalue return type
daurnimator
2017-05-08
*
Add accessors to TValue for TString values
daurnimator
2017-05-08
*
Move string functions to centralised lstring.js
daurnimator
2017-05-08
*
src/lundump.js: .readString should return a lua string, not a js string
daurnimator
2017-05-08
*
Sometimes upvalues have js string names
Benoit Giannangeli
2017-05-07
*
Flatten CallInfo union member
daurnimator
2017-05-05
*
Simplify UpVal structure
daurnimator
2017-05-05
*
An open upvalue already knows which lua_State it comes from
daurnimator
2017-05-05
*
Add a FIXME, remove a TODO, edit a comment
daurnimator
2017-05-05
*
Don't wrap lexer/parser strings in a TValue
daurnimator
2017-05-05
*
Add lua_pushfstring and lua_pushvstring
daurnimator
2017-05-04
*
src/lapi.js: Add missing call to get type
daurnimator
2017-05-04
*
Add more/correct validation around integers
daurnimator
2017-05-04
*
Remove lua_pushtvalue
daurnimator
2017-05-03
*
src/lapi.js: Remove now unused lua_compare_ function
daurnimator
2017-05-03
*
Move .id field from TValue to values themselves
daurnimator
2017-05-03
*
Add lua_rawseti
daurnimator
2017-05-03
*
Refactor table implementation
daurnimator
2017-05-03
*
src/lapi.js: Fix typo in aux_upvalue
daurnimator
2017-05-03
*
Corrected lua_isnumber bad use of lvm.tonumber
Benoit Giannangeli
2017-05-02
*
os.exit
Benoit Giannangeli
2017-04-28
*
lua_State shouldn't subclass TValue
daurnimator
2017-04-28
*
LClosure and CClosure shouldn't subclass TValue
daurnimator
2017-04-28
*
Userdata needs to be boxed so it can have uservalue+metatable
daurnimator
2017-04-28
*
Add table construction function
daurnimator
2017-04-28
*
src/lapi.js: Ignore size argument to lua_newuserdata
daurnimator
2017-04-26
[next]