aboutsummaryrefslogtreecommitdiff
path: root/src/lapi.js
Commit message (Expand)AuthorAge
...
| * Introduce setobj2sdaurnimator2017-05-27
| * Introduce setobjs2sdaurnimator2017-05-27
* | luaS_newliteral takes a js stringBenoit Giannangeli2017-05-27
* | lua_tonumber should return 0 if value can't be converted to a numberBenoit Giannangeli2017-05-27
* | lua_rawlen: bad userdata len referenceBenoit Giannangeli2017-05-27
* | luaT_trybinTM in luaO_arith needs a stack indexBenoit Giannangeli2017-05-27
|/
* src/lapi.js: Fix typo in lua_arithdaurnimator2017-05-24
* src/lapi.js: use .setfrom() when setting a TValue from a TValuedaurnimator2017-05-24
* Give userdata objects a classdaurnimator2017-05-24
* src/lapi.js: Throw errors when attempting to use pseudo-index with index2addr_daurnimator2017-05-23
* Introduce luaO_tostringdaurnimator2017-05-23
* Introduce lvm.cvt2strdaurnimator2017-05-22
* src/lapi.js: Simplify+optimise lua_rotatedaurnimator2017-05-22
* Compare allowed stack indices to stack_lastdaurnimator2017-05-22
* Fix lua_checkstack to check against LUAI_MAXSTACK. Adds luaD_growstack and lu...daurnimator2017-05-22
* Checks for nil and NaN table keysdaurnimator2017-05-22
* Add TMcachedaurnimator2017-05-22
* lua_stringtonumber is meant to return length + 1daurnimator2017-05-22
* lua_checkstack did not adjust ci.topBenoit Giannangeli2017-05-21
* Add facility for a user provided (state-global) native error handlerdaurnimator2017-05-15
* src/lapi.js: Fix typo in variable name (chunckname => chunkname)daurnimator2017-05-15
* Separate ZIO and MBuffer data structuresdaurnimator2017-05-15
* lua_arith, lua_islightuserdata, lua_register, lua_setallocf, lua_tocfunctionBenoit Giannangeli2017-05-14
* lua_arith, moved luaO_arith to lobject.jsBenoit Giannangeli2017-05-14
* uservalue should be a TValueBenoit Giannangeli2017-05-11
* src/lapi.js: Add extensions 'lua_toproxy' and 'lua_isproxy'daurnimator2017-05-11
* src/lapi.js: Use luaH_delete when rawset-ing nildaurnimator2017-05-11
* src/lapi.js: lobject.luaO_str2num returns false if string is not a numberdaurnimator2017-05-09
* src/lapi.js: Delete unwanted stack itemsdaurnimator2017-05-09
* Use 'delete' instead of setting to undefineddaurnimator2017-05-09
* Initialise CClosure upvalues TValues in constructordaurnimator2017-05-09
* Introduce a TString classdaurnimator2017-05-08
* src/lapi.js: Use .svalue() getter for lua_todataviewdaurnimator2017-05-08
* src/lapi.js: Be consistent with aux_upvalue return typedaurnimator2017-05-08
* Add accessors to TValue for TString valuesdaurnimator2017-05-08
* Move string functions to centralised lstring.jsdaurnimator2017-05-08
* src/lundump.js: .readString should return a lua string, not a js stringdaurnimator2017-05-08
* Sometimes upvalues have js string namesBenoit Giannangeli2017-05-07
* Flatten CallInfo union memberdaurnimator2017-05-05
* Simplify UpVal structuredaurnimator2017-05-05
* An open upvalue already knows which lua_State it comes fromdaurnimator2017-05-05
* Add a FIXME, remove a TODO, edit a commentdaurnimator2017-05-05
* Don't wrap lexer/parser strings in a TValuedaurnimator2017-05-05
* Add lua_pushfstring and lua_pushvstringdaurnimator2017-05-04
* src/lapi.js: Add missing call to get typedaurnimator2017-05-04
* Add more/correct validation around integersdaurnimator2017-05-04
* Remove lua_pushtvaluedaurnimator2017-05-03
* src/lapi.js: Remove now unused lua_compare_ functiondaurnimator2017-05-03
* Move .id field from TValue to values themselvesdaurnimator2017-05-03
* Add lua_rawsetidaurnimator2017-05-03