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
*
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/lobject.js: Have luaO_pushvfstring respect null as terminator for %s
daurnimator
2017-12-12
*
src/{llex,lobject}.js: Fix luaO_utf8esc/luaO_utf8desc confusion
daurnimator
2017-12-11
*
Merge branch 'object-ids'
daurnimator
2017-12-10
|
\
|
*
src/lobject.js: Add undefined as pointer form of void 0
daurnimator
2017-12-10
|
*
src/lobject.js: Give functions and objects ids
daurnimator
2017-12-10
|
*
src/lobject.js: Add ids in the form of JS constructors for primitives
daurnimator
2017-12-10
*
|
src/: Fix some linter complaints
daurnimator
2017-12-10
|
/
*
src/lobject.js: Add try/catch around to_jsstring call in number coercions
daurnimator
2017-11-12
*
Removed incorrect use of llimits.MAX/MIN_INT
Benoit Giannangeli
2017-11-09
*
Move jshint config to package.json
daurnimator
2017-08-18
*
src/lobject.js: Remove .slice operations from lua_strx2number
daurnimator
2017-06-01
*
src/lobject.js: Remove .slice operations from l_str2int
daurnimator
2017-06-01
*
long source chunkid must be truncated from the end
Benoit Giannangeli
2017-05-31
*
src/lfunc.js: Give UpVals an id field
daurnimator
2017-05-29
*
luaO_tostring should modify TValue
daurnimator
2017-05-29
*
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
[next]