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
*
src/: Upvalues are now just TValues (possibly referencing on-stack)
daurnimator
2018-01-29
*
src/ldebug.js: Hardcode charcodes
daurnimator
2018-01-23
*
src/ldebug.js: Use destructuring assignment where sensible
daurnimator
2018-01-22
*
src/lapi.js: Export api_incr_top and api_checknelems
daurnimator
2018-01-18
*
src/: Start using lua_assert() instead of plain assert()
daurnimator
2018-01-18
*
Avoid Uint8Array.slice (IE compat)
daurnimator
2018-01-07
*
Introduce luastring_indexOf as Uint8Array.indexOf doesn't exist everywhere
daurnimator
2018-01-07
*
src/defs: Rename luastring_cmp to luastring_eq
daurnimator
2018-01-06
*
src/: Add defs.from_userstring function to take string from api
daurnimator
2017-12-29
*
src/lapi.js: Remove emptystring: rely on internal string cache instead
daurnimator
2017-12-13
*
src/: Use to_luastring more often instead of manually creating arrays
daurnimator
2017-12-13
*
src/ldebug.js: Remove use of fallible defs.to_jsstring call
daurnimator
2017-11-12
*
Add internal function defs.luastring_cmp for string equality checks
daurnimator
2017-11-12
*
Move jshint config to package.json
daurnimator
2017-08-18
*
src/ldebug.js: TMS uses TM_ prefix not OP_
daurnimator
2017-06-16
*
src/ldebug.js: Use function offset as limit when finding local variable name
daurnimator
2017-06-16
*
src/ldebug.js: Test for null result of findlocal in lua_setlocal
Benoit Giannangeli
2017-05-31
*
Fixed bad ref to proto in collectvalidlines
Benoit Giannangeli
2017-05-29
*
src/ldebug.js: Don't pass user input as format string to luaG_runerror.
daurnimator
2017-05-29
*
Have lua closures point to directly to their upvalues on stack
daurnimator
2017-05-29
*
Replace switch on opcode names with switch on their value
Benoit Giannangeli
2017-05-28
*
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
[next]