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
/
ldo.js
Commit message (
Expand
)
Author
Age
*
src/ldo.js: Make sure to extend stack before assigning in seterrorobj
daurnimator
2017-05-27
*
src/ldo.js: Don't export functions we don't need elsewhere
daurnimator
2017-05-27
*
Modify stack values up to L.top instead of replacing
daurnimator
2017-05-27
*
Introduce setsvalue2s
daurnimator
2017-05-27
*
Introduce setobj2s
daurnimator
2017-05-27
*
Introduce setobjs2s
daurnimator
2017-05-27
*
Add missing luaD_checkstack in luaD_hook
Benoit Giannangeli
2017-05-24
*
src/ldo.js: Don't want to call user's message handler with a 'this' of CallInfo
daurnimator
2017-05-24
*
src/ldo.js: LUA_YIELD comes from defs.TS not lstate
daurnimator
2017-05-24
*
src/ldo.js: luaG_runerror takes lua strings
daurnimator
2017-05-23
*
src/ldo.js: free CallInfo to recover from (lua) stack overflow
daurnimator
2017-05-23
*
Add luaD_inctop calls where appropriate
daurnimator
2017-05-23
*
src/ldo.js: Add assert to luaD_reallocstack from C sources
daurnimator
2017-05-22
*
Compare allowed stack indices to stack_last
daurnimator
2017-05-22
*
src/ldo.js: Add luaD_shrinkstack calls
daurnimator
2017-05-22
*
Add luaD_checkstack calls
daurnimator
2017-05-22
*
Fix lua_checkstack to check against LUAI_MAXSTACK. Adds luaD_growstack and lu...
daurnimator
2017-05-22
*
Fixed bad oldtop value in seterrorobj
Benoit Giannangeli
2017-05-20
*
src/ldo.js: message handler should still be run after native error handling
daurnimator
2017-05-15
*
Add facility for a user provided (state-global) native error handler
daurnimator
2017-05-15
*
Separate ZIO and MBuffer data structures
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/{ldo,lvm}.js: Copy style from lua C code
daurnimator
2017-05-12
*
Move adhoc code into proper luaE_extendCI
daurnimator
2017-05-12
*
src/ldo.js: Don't bother keeping around a pool of CallInfo objects
daurnimator
2017-05-12
*
src/ldo.js: Don't pass a 'this' to the panic function
daurnimator
2017-05-12
*
src/ldo.js: Clean up requires
daurnimator
2017-05-08
*
Clean up lundump.js
daurnimator
2017-05-08
*
Move string functions to centralised lstring.js
daurnimator
2017-05-08
*
BytecodeParser consumes a MBuffer (== ZIO) instead of a DataView
Benoit Giannangeli
2017-05-06
*
Binary chunk can be a lua string (string.dump)
Benoit Giannangeli
2017-05-05
*
Flatten CallInfo union member
daurnimator
2017-05-05
*
Need to copy to the stack if not coming from a stack
daurnimator
2017-05-05
*
src/ldo.js: Throw JS errors as runtime errors
daurnimator
2017-05-04
*
Pipe | has higher precedence than equals
daurnimator
2017-05-03
*
LClosure and CClosure shouldn't subclass TValue
daurnimator
2017-04-28
*
src/ldo: On non-lua originating error, return the js error as a lightuserdata
daurnimator
2017-04-27
*
Add a couple of asserts to catch common errors
daurnimator
2017-04-27
*
Move jsstring() from lobject.js to defs.js; export from lua.js
daurnimator
2017-04-26
*
All core files reference defs.js instead of lua.js
daurnimator
2017-04-26
*
lun/dump.js use 32bit integers
Benoit Giannangeli
2017-04-24
*
No more Table, just TValue with table type and Map value
Benoit Giannangeli
2017-04-18
*
Cache all to_luastring of internal literals
Benoit Giannangeli
2017-04-18
*
hooks
Benoit Giannangeli
2017-04-14
*
8-bit string internally tests
Benoit Giannangeli
2017-03-30
*
Never use js strings internally
Benoit Giannangeli
2017-03-29
*
Proper use of luaO_nilobject
Benoit Giannangeli
2017-03-24
*
string.gmatch
Benoit Giannangeli
2017-03-21
[next]