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
/
lstate.js
Commit message (
Expand
)
Author
Age
*
src/lstate.js: Start id at 1; it's better if ids are never falsy
daurnimator
2018-02-28
*
src/: Upvalues are now just TValues (possibly referencing on-stack)
daurnimator
2018-01-29
*
src/lstate.js: Use destructuring assignment for defs.js
daurnimator
2018-01-18
*
src/lstate.js: Use api_incr_top instead of assert
daurnimator
2018-01-18
*
src/lobject.js: Give functions and objects ids
daurnimator
2017-12-10
*
Move jshint config to package.json
daurnimator
2017-08-18
*
LUA_NUMTAGS is inside constant_types
daurnimator
2017-05-31
*
Modify stack values up to L.top instead of replacing
daurnimator
2017-05-27
*
Keep api_incr_top macro contents distinct
daurnimator
2017-05-27
*
src/lstate.js: Move preinit_thread into lua_State constructor
daurnimator
2017-05-24
*
src/lstate.js: Create lua_State given global_State (not vice-versa)
daurnimator
2017-05-24
*
Revert "src/lstate.js: Remove useless luaE_freeCI"
daurnimator
2017-05-23
*
Compare allowed stack indices to stack_last
daurnimator
2017-05-22
*
src/lstate.js: Remove useless luaE_freeCI
daurnimator
2017-05-22
*
Fix lua_checkstack to check against LUAI_MAXSTACK. Adds luaD_growstack and lu...
daurnimator
2017-05-22
*
Add facility for a user provided (state-global) native error handler
daurnimator
2017-05-15
*
Rename .pcOff field to l_savedpc
daurnimator
2017-05-12
*
Rename CallInfo l_savedpc field to l_code
daurnimator
2017-05-12
*
Remove unused L.ciOff/L.nci fields
daurnimator
2017-05-12
*
src/lstate.js: Remove (unused) CallInfo constructor arguments
daurnimator
2017-05-12
*
Move adhoc code into proper luaE_extendCI
daurnimator
2017-05-12
*
src/lstate.js: Expose luaE_freeCI and luaE_freethread
daurnimator
2017-05-12
*
src/lstate.js: preinit doesn't need to initialise L.stack to an array
daurnimator
2017-05-12
*
src/lstate.js: Implement freestack(), call from lua_close
daurnimator
2017-05-12
*
ltm.TMS should be indexes into an array
daurnimator
2017-05-08
*
Move string functions to centralised lstring.js
daurnimator
2017-05-08
*
[test-suite] calls.js
Benoit Giannangeli
2017-05-05
*
Flatten CallInfo union member
daurnimator
2017-05-05
*
Remove .twups field
daurnimator
2017-05-05
*
Move .id field from TValue to values themselves
daurnimator
2017-05-03
*
Refactor table implementation
daurnimator
2017-05-03
*
os.exit
Benoit Giannangeli
2017-04-28
*
Remove unused string interning Map
daurnimator
2017-04-28
*
lua_State shouldn't subclass TValue
daurnimator
2017-04-28
*
Add table construction function
daurnimator
2017-04-28
*
Remove unused variables
daurnimator
2017-04-26
*
All core files reference defs.js instead of lua.js
daurnimator
2017-04-26
*
L.openupval was not set in luaF_close
Benoit Giannangeli
2017-04-24
*
No more Table, just TValue with table type and Map value
Benoit Giannangeli
2017-04-18
*
Table indexes are also starting at 1 internally
Benoit Giannangeli
2017-04-13
*
Proper use of luaO_nilobject
Benoit Giannangeli
2017-03-24
*
lstate: Don't localise ldo.js fields
daurnimator
2017-03-23
*
No interning for now
Benoit Giannangeli
2017-03-13
*
String are represented by Array of 8-bit numbers
Benoit Giannangeli
2017-03-13
*
string.char
Benoit Giannangeli
2017-03-06
*
lstrlib, string.len
Benoit Giannangeli
2017-03-05
*
Bytecode generation
Benoit Giannangeli
2017-03-01
*
coroutines
Benoit Giannangeli
2017-02-23
*
Tables are JS Maps, lua_next
Benoit Giannangeli
2017-02-22
*
Load std lib, can call print
Benoit Giannangeli
2017-02-17
[next]