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
/
ldebug.js
Commit message (
Expand
)
Author
Age
*
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
*
Introduce setobj2s
daurnimator
2017-05-27
*
Introduce setobjs2s
daurnimator
2017-05-27
*
ar.what was not a lua string
Benoit Giannangeli
2017-05-25
*
Added missing parenthesis in luaG_traceexec on yield case
Benoit Giannangeli
2017-05-25
*
Add missing funcOff
Benoit Giannangeli
2017-05-24
*
Fixed bad lineinfo index in luaG_traceexec
Benoit Giannangeli
2017-05-24
*
Introduce lvm.cvt2str
daurnimator
2017-05-22
*
src/ldebug.js: namewhat should always contain a string
daurnimator
2017-05-22
*
src/ldebug.js: Fix returning TString instead of raw string
daurnimator
2017-05-22
*
src/ldebug.js: lineinfo is always an array in JS, check length instead
daurnimator
2017-05-22
*
src/ldebug.js: Fix indexing TValue instead of value when finding upvalue name
daurnimator
2017-05-21
*
src/ldebug.js: compare same string types
daurnimator
2017-05-21
*
Rename .pcOff field to l_savedpc
daurnimator
2017-05-12
*
src/ldebug.js: Introduce currentpc function
daurnimator
2017-05-12
*
Rename CallInfo l_savedpc field to l_code
daurnimator
2017-05-12
*
src/ldebug.js: Don't localise TValue
daurnimator
2017-05-12
*
src/ldebug.js: Shared TValue references are okay on the stack
daurnimator
2017-05-12
*
src/ldebug.js: Off by one error on symbolic execution
daurnimator
2017-05-12
*
src/ldebug.js: CClosures have no '.type' field, use instanceof
daurnimator
2017-05-12
*
src/ldebug.js: Don't modify TValues on stack
daurnimator
2017-05-12
*
Rename lopcodes.js require to consistently be lopcodes
daurnimator
2017-05-09
*
Introduce a TString class
daurnimator
2017-05-08
*
Add accessors to TValue for TString values
daurnimator
2017-05-08
*
Flatten CallInfo union member
daurnimator
2017-05-05
*
An open upvalue already knows which lua_State it comes from
daurnimator
2017-05-05
*
src/ldebug.js: Micro optimisation that brings code more in line with referenc...
daurnimator
2017-05-05
*
src/ldebug.js: Fix incorrect error messages
daurnimator
2017-05-05
*
Don't wrap lexer/parser strings in a TValue
daurnimator
2017-05-05
*
src/ldebug.js: If no local is found then you can't get its name
daurnimator
2017-05-05
*
src/ldebug.js: Fix off by one error when calculating line number
daurnimator
2017-05-05
*
src/ldebug.js: Use luaO_pushfstring
daurnimator
2017-05-05
*
Add lua_pushfstring and lua_pushvstring
daurnimator
2017-05-04
*
src/ldebug.js: Remove unused argument
daurnimator
2017-05-04
*
src/ldebug.js: Fix indentation
daurnimator
2017-05-04
*
Refactor table implementation
daurnimator
2017-05-03
*
src/debug.js: Fix incorrect argument order to new TValue
daurnimator
2017-05-02
*
LClosure and CClosure shouldn't subclass TValue
daurnimator
2017-04-28
*
Add table construction function
daurnimator
2017-04-28
*
Move jsstring() from lobject.js to defs.js; export from lua.js
daurnimator
2017-04-26
*
Remove unused require()s
daurnimator
2017-04-26
*
All core files reference defs.js instead of lua.js
daurnimator
2017-04-26
*
Bad upval name type
Benoit Giannangeli
2017-04-23
*
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
*
Fixed debug.getinfo bad name lookup
Benoit Giannangeli
2017-04-18
*
debug.gethook
Benoit Giannangeli
2017-04-14
*
hooks
Benoit Giannangeli
2017-04-14
*
debug.getuservalue, debug.setuservalue, debug.setlocal
Benoit Giannangeli
2017-04-14
[next]