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
*
Remove unwanted TODOs
daurnimator
2018-03-04
*
src/: Import lzio using destructured assignment
daurnimator
2018-01-29
*
src/: Export LUA_SIGNATURE as lua string instead of js string
daurnimator
2018-01-29
*
Use destruturing require for luaconf.js
daurnimator
2018-01-22
*
src/lvm.js: Use destructuring assignment for defs.js
daurnimator
2018-01-22
*
src/ldo.js: Fix typo (LUAT_NIL => LUA_TNIL)
daurnimator
2018-01-22
*
src/ldo.js: Fix use of incorrect module for CIST_YPCALL constant
daurnimator
2018-01-22
*
src/: Destructure when requiring lstring.js
daurnimator
2018-01-18
*
src/ldo.js: Use lua_assert/api_check/etc.
daurnimator
2018-01-18
*
Introduce luastring_indexOf as Uint8Array.indexOf doesn't exist everywhere
daurnimator
2018-01-07
*
src/: Fix some linter complaints
daurnimator
2017-12-10
*
src/ldo.js: remove unrequired to_jsstring calls
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/ldo.js: Add call debug hook
daurnimator
2017-06-16
*
src/ldo.js: Fix calling wrong stack index for atnativeerror
daurnimator
2017-06-03
*
Introduce function to adjust L.top
daurnimator
2017-05-30
*
src/ldo.js: Make sure to allocate TValue before assigning
daurnimator
2017-05-29
*
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
[next]