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
/
linit.js
Commit message (
Expand
)
Author
Age
*
Add 'fengari' library containing version numbers etc
daurnimator
2018-03-30
*
Workaround linit/lualib cyclic reference
daurnimator
2018-01-23
*
src/linit.js: Use destructuring requires
daurnimator
2018-01-22
*
Move fengari specific things to src/fengaricore.js
daurnimator
2018-01-11
*
Use `typeof process === "undefined"` instead of WEB global
daurnimator
2017-12-10
*
Move luaL_openlibs from lauxlib to lualib
daurnimator
2017-05-11
*
Webpack (single bundle for now)
Benoit Giannangeli
2017-05-09
*
package library doesn't need to be for just node
daurnimator
2017-05-04
*
loadlib.js
Benoit Giannangeli
2017-05-03
*
Export luaL_openlibs from lauxlib.js
daurnimator
2017-04-26
*
Add (empty) io library
daurnimator
2017-04-26
*
Remove unused require()s
daurnimator
2017-04-26
*
os.time
Benoit Giannangeli
2017-04-18
*
debug.debug
Benoit Giannangeli
2017-04-11
*
8-bit string internally tests
Benoit Giannangeli
2017-03-30
*
utf8.offset
Benoit Giannangeli
2017-03-14
*
string.char
Benoit Giannangeli
2017-03-06
*
jshint
Benoit Giannangeli
2017-02-28
*
math.abs, math.sin, math.cos, math.tan, math.asin, math.acos, math.atan
Benoit Giannangeli
2017-02-24
*
table.concat
Benoit Giannangeli
2017-02-24
*
coroutines
Benoit Giannangeli
2017-02-23
*
Load std lib, can call print
Benoit Giannangeli
2017-02-17
*
Basis to load std lib
Benoit Giannangeli
2017-02-17