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
Commit message (
Expand
)
Author
Age
...
|
*
Always pass lua_State to Proto constructor
daurnimator
2017-05-05
*
|
Binary chunk can be a lua string (string.dump)
Benoit Giannangeli
2017-05-05
*
|
Added missing parameter to luaL_loadbufferx in luaB_load
Benoit Giannangeli
2017-05-05
*
|
L.openupval list was not linked correctly
Benoit Giannangeli
2017-05-05
*
|
[test-suite] calls.js
Benoit Giannangeli
2017-05-05
|
/
*
Flatten CallInfo union member
daurnimator
2017-05-05
*
src/ltable.js: Create Table class
daurnimator
2017-05-05
*
Simplify UpVal structure
daurnimator
2017-05-05
*
An open upvalue already knows which lua_State it comes from
daurnimator
2017-05-05
*
Need to copy to the stack if not coming from a stack
daurnimator
2017-05-05
*
src/lfunc.js: Setting a closed upvalue should change a TValue, not create a n...
daurnimator
2017-05-05
*
src/lfunc: Move refcount initialisation into constructor
daurnimator
2017-05-05
*
Remove .twups field
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
*
Add a FIXME, remove a TODO, edit a comment
daurnimator
2017-05-05
*
src/lparser.js: protos have Upvaldescs not UpVals
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
*
Proto.source should be a string, not a TValue
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
*
src/lauxlib.js: Use lua_pushfstring (fixes missing fields in tracebacks)
daurnimator
2017-05-05
*
Fix luaL_error callsites
daurnimator
2017-05-05
*
src/lauxlib.js: Fix traceback text
daurnimator
2017-05-05
*
src/lauxlib.js: Use lua_pushvfstring
daurnimator
2017-05-04
*
Add lua_pushfstring and lua_pushvstring
daurnimator
2017-05-04
*
src/lvm.js: Don't localise lobject members
daurnimator
2017-05-04
*
src/ljstype.js: Add lisprint
daurnimator
2017-05-04
*
src/lapi.js: Add missing call to get type
daurnimator
2017-05-04
*
src/ldebug.js: Remove unused argument
daurnimator
2017-05-04
*
src/ldebug.js: Fix indentation
daurnimator
2017-05-04
*
src/ldo.js: Throw JS errors as runtime errors
daurnimator
2017-05-04
*
tests/manual-tests/lua-cli.js: Add msghandler to get tracebacks
daurnimator
2017-05-04
*
tests/manual-tests/lua-cli.js: Remove unused require
daurnimator
2017-05-04
*
Add more/correct validation around integers
daurnimator
2017-05-04
*
src/ldblib.js: Add missing braces
daurnimator
2017-05-04
*
src/loadlib.js: Fix incorrect args for package functions
daurnimator
2017-05-04
*
package library doesn't need to be for just node
daurnimator
2017-05-04
*
src/loadlib.js: Fix use of js string instead of lua string
daurnimator
2017-05-04
*
package.searchpath
Benoit Giannangeli
2017-05-03
*
package.loadlib
Benoit Giannangeli
2017-05-03
*
require
Benoit Giannangeli
2017-05-03
*
loadlib.js
Benoit Giannangeli
2017-05-03
*
Merge remote-tracking branch 'daurnimator/iolib'
Benoit Giannangeli
2017-05-03
|
\
|
*
src/liolib.js: add io.close()
daurnimator
2017-05-03
|
*
src/liolib: Add file:write()
daurnimator
2017-05-03
|
*
src/liolib.js: Implement io.write
daurnimator
2017-05-03
|
*
src/iolib.js: Add file:__tostring()
daurnimator
2017-05-03
|
*
src/iolib.js: Create stdin/stdout/stderr
daurnimator
2017-05-03
[prev]
[next]