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
/
lobject.js
Commit message (
Expand
)
Author
Age
*
Merge remote-tracking branch 'daurnimator/stack-modification-work' into test-...
Benoit Giannangeli
2017-05-28
|
\
|
*
Modify stack values up to L.top instead of replacing
daurnimator
2017-05-27
|
*
src/lobject.js: Introduce TValue.set*value for missing types
daurnimator
2017-05-27
|
*
Introduce chgfltvalue and chgivalue
daurnimator
2017-05-27
|
*
Introduce setsvalue2s
daurnimator
2017-05-27
|
*
Introduce setobj2s
daurnimator
2017-05-27
|
*
Introduce setobjs2s
daurnimator
2017-05-27
*
|
luaT_trybinTM in luaO_arith needs a stack index
Benoit Giannangeli
2017-05-27
|
/
*
src/lobject.js: don't convert operands to numbers if first branch fails
daurnimator
2017-05-24
*
Implement %p specifier in luaO_pushvfstring
daurnimator
2017-05-24
*
Give userdata objects a class
daurnimator
2017-05-24
*
src/lobject.js: Don't assume LUA_COMPAT_FLOATSTRING
daurnimator
2017-05-23
*
Add luaD_inctop calls where appropriate
daurnimator
2017-05-23
*
Introduce luaO_tostring
daurnimator
2017-05-23
*
Add luaD_checkstack calls
daurnimator
2017-05-22
*
src/lobject.js: MAXBY10 should be lower integer bound
daurnimator
2017-05-22
*
Use Math.imul when multiplying integers
daurnimator
2017-05-22
*
src/lobject.js: Fix luaO_chunkid to actually return a short source name
daurnimator
2017-05-21
*
src/lobject.js: missing semicolon
daurnimator
2017-05-21
*
src/lobject.js: parseFloat ignores trailing junk, validate with regex first
daurnimator
2017-05-21
*
src/lobject.js: our lua_strx2number returns null on failure
daurnimator
2017-05-21
*
src/lobject.js: Check that there is no trailing junk from lua_strx2number
daurnimator
2017-05-21
*
Centralise integer mod and div operations to luaV_mod and luaV_div
daurnimator
2017-05-21
*
Use same mod operator behaviour from both lvm.js and lobject.js
daurnimator
2017-05-21
*
shifts have different semantics to JS, use add luaV_shiftl
daurnimator
2017-05-21
*
src/lobject.js: l_str2int - keep numbers in representable range
daurnimator
2017-05-21
*
Use >>> instead of >>
Benoit Giannangeli
2017-05-20
*
src/lobject.js: Fix floating point mod operation
daurnimator
2017-05-18
*
src/lobject.js: IDIV is floor division
daurnimator
2017-05-16
*
src/lobject.js: Add default case to switch
daurnimator
2017-05-16
*
lua_arith, moved luaO_arith to lobject.js
Benoit Giannangeli
2017-05-14
*
Freeze luaO_nilobject to catch any accidental overwrite
Benoit Giannangeli
2017-05-11
*
src/lobject.js: Fix dead key TValue type
daurnimator
2017-05-11
*
Initialise CClosure upvalues TValues in constructor
daurnimator
2017-05-09
*
src/lobject.js: Be consistent in LClosure/CClosure constructors
daurnimator
2017-05-09
*
Introduce a TString class
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/lobject.js: Fix %% in luaO_pushvfstring passing char rather than array of...
daurnimator
2017-05-08
*
Add lua_pushfstring and lua_pushvstring
daurnimator
2017-05-04
*
Move .id field from TValue to values themselves
daurnimator
2017-05-03
*
Refactor table implementation
daurnimator
2017-05-03
*
Use lfunc from lundump.js
daurnimator
2017-05-02
*
src/lobject: Add sethvalue method to TValue
daurnimator
2017-05-02
*
lua_State shouldn't subclass TValue
daurnimator
2017-04-28
*
LClosure and CClosure shouldn't subclass TValue
daurnimator
2017-04-28
*
src/lobject: Add setters to TValue class
daurnimator
2017-04-28
*
Add table construction function
daurnimator
2017-04-28
*
Move frexp and ldexp to luaconf.js
daurnimator
2017-04-26
*
Move jsstring() from lobject.js to defs.js; export from lua.js
daurnimator
2017-04-26
[next]