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
...
*
README.md: Getting started section
Benoit Giannangeli
2017-09-12
*
tests/loslib.js: Use PATH instead of HOME
daurnimator
2017-09-07
*
src/lapi.js, src/lauxlib.js: lua_tointeger should return 0 when conversion fa...
denis
2017-09-07
*
src/lapi.js: lua_rawseti requires only one operand on the stack when working ...
denis
2017-09-07
*
src/lauxlib.js: Fix test for Lua functions
daurnimator
2017-08-21
*
webpack.config.js: Use babel-loader instead of babili-webpack-plugin
daurnimator
2017-08-18
*
Remove math.randomseed implementation
daurnimator
2017-08-18
*
src/loadlib.js: Use path.resolve to construct paths
daurnimator
2017-08-18
*
Move jshint config to package.json
daurnimator
2017-08-18
*
src/lauxlib.js: Don't index possibly missing global 'process'
daurnimator
2017-08-18
*
src/loslib.js: Tidy up node specific function definitions
daurnimator
2017-08-17
*
src/loslib.js: Use WEB define instead of checking for process global
daurnimator
2017-08-17
*
src/loadlib.js: Use window as env in browser
daurnimator
2017-08-17
*
src/loadlib.js: Fix using lua string instead of js string when getting env vars
daurnimator
2017-08-17
*
src/lbaselib.js: Print immediately to console in node
daurnimator
2017-08-17
*
ldump.js: fixed bad integer size in DumpInteger
Benoit Giannangeli
2017-08-10
*
README.md: added paragraph about 32bits integers
Benoit Giannangeli
2017-08-10
*
loadfile and dofile are available in the browser
Benoit Giannangeli
2017-08-10
*
Fixed correct let declaration that will fail babili
Benoit Giannangeli
2017-08-10
*
LoadF: buff is an Array in the browser, use pre-read chars
Benoit Giannangeli
2017-08-10
*
LoadF is the same in the browser and in node
Benoit Giannangeli
2017-08-10
*
luaL_loadfile will load via xhr in the browser
Benoit Giannangeli
2017-08-10
*
Do GET instead of HEAD so the following GET is cached
Benoit Giannangeli
2017-08-10
*
Use array of bytes instead of DataView (until we fetch binary)
Benoit Giannangeli
2017-08-10
*
Synchronous xhr can't edit responseType
Benoit Giannangeli
2017-08-10
*
Web require searcher
Benoit Giannangeli
2017-08-10
*
Remove and ignore .tern-port
Benoit Giannangeli
2017-08-09
*
README: added sentence about lua.to_luastring/lua.to_jsstring
Benoit Giannangeli
2017-07-28
*
README: added weak tables in missing features
Benoit Giannangeli
2017-07-28
*
README: Extensions section
Benoit Giannangeli
2017-07-28
*
README: Added details about strings conversion
Benoit Giannangeli
2017-07-28
*
README: removed todo, added section about strings and missing features
Benoit Giannangeli
2017-07-28
*
src/llex.js: Use SemInfo constructor
daurnimator
2017-06-19
*
tests/test-suite: Fix checkpanic
daurnimator
2017-06-19
*
tests/test-suite/ltests.js: Don't error on empty scripts (just null ones)
daurnimator
2017-06-19
*
db.js now passes
daurnimator
2017-06-19
*
tests/test-suite/inprogress/db.js: Give snippet a file-based source rather th...
daurnimator
2017-06-19
*
tpack.js now passes
daurnimator
2017-06-19
*
src/lstrlib.js: slice only what is required
daurnimator
2017-06-19
*
src/lapi.js: Do a length check in lua_pushlstring
daurnimator
2017-06-19
*
Change size_t from 8 bytes to 4 bytes
daurnimator
2017-06-19
*
.travis.yml: No need to install lua
daurnimator
2017-06-19
*
tests/tests.js: don't shell out to luac for compiling
daurnimator
2017-06-19
*
tests/tests.js: throw errors if unable to load code
daurnimator
2017-06-18
*
src/lstrlib.js: Fix pack('s') using wrong constant
daurnimator
2017-06-18
*
src/lvm.js: Rename gettable to luaV_gettable
daurnimator
2017-06-18
*
src/lvm.js: Only convert to numbers when needed
daurnimator
2017-06-18
*
src/lstrlib.js: cast to unsigned when packing unsigned
daurnimator
2017-06-17
*
src/lstrlib.js: a 'long' is 4 bytes in JS
daurnimator
2017-06-17
*
tests/test-suite/pm.js: Use luaL_loadfile instead of loadstring containing lo...
daurnimator
2017-06-17
[prev]
[next]