index
:
fengari
master
Mirrored from https://github.com/fengari-lua/fengari
Laria Carolin Chabowski
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
README.md
Commit message (
Expand
)
Author
Age
*
src/lmathlib.js: Implement math.randomseed via a simple LCG
daurnimator
2018-02-04
*
Move fengari specific things to src/fengaricore.js
daurnimator
2018-01-11
*
Expose lua.luastring_of to construct a lua 'string' from raw byte values
daurnimator
2018-01-06
*
src/ldblib.js: Use window.prompt to get input in browser
daurnimator
2017-12-28
*
README.md: Mention strings are backed by Uint8Array
daurnimator
2017-12-13
*
Add lua.to_uristring
daurnimator
2017-11-12
*
README.md: added section about using the JS API
Benoit Giannangeli
2017-09-13
*
README.md: Getting started section
Benoit Giannangeli
2017-09-12
*
src/lapi.js, src/lauxlib.js: lua_tointeger should return 0 when conversion fa...
denis
2017-09-07
*
Remove math.randomseed implementation
daurnimator
2017-08-18
*
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
*
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
*
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
*
db.js now passes
daurnimator
2017-06-19
*
tpack.js now passes
daurnimator
2017-06-19
*
[test-suite] pm.js passes
Benoit Giannangeli
2017-06-16
*
Updated pm.js test count, removed utf8.js from inprogress
Benoit Giannangeli
2017-06-15
*
Rephrase interop point in README
Benoit Giannangeli
2017-06-02
*
[test-suite] attrib.js passes
Benoit Giannangeli
2017-06-02
*
[test-suite] db.js
Benoit Giannangeli
2017-05-31
*
[test-suite] utf8.js passes
Benoit Giannangeli
2017-05-29
*
[test-suite] code.js passes
Benoit Giannangeli
2017-05-29
*
[test-suite] api.js passes
Benoit Giannangeli
2017-05-28
*
[test-suite] api.js
Benoit Giannangeli
2017-05-25
*
[test-suite] coroutine.js passes
Benoit Giannangeli
2017-05-25
*
[test-suite] sort.js passes
Benoit Giannangeli
2017-05-24
*
tests/test-suite/math.js: Now passes
daurnimator
2017-05-22
*
attrib.js is still in progress
Benoit Giannangeli
2017-05-21
*
IRC badge in README
Benoit Giannangeli
2017-05-21
*
tests/test-suite/errors.js: Now passes
daurnimator
2017-05-22
*
tests/test-suite/goto.js: Now passes
daurnimator
2017-05-21
*
tests/test-suite/attrib.js: Now passes
daurnimator
2017-05-21
*
tests/test-suite/bitwise.js: Now passes
daurnimator
2017-05-21
*
Merge branch 'master' of https://github.com/fengari-lua/fengari into test-suite
Benoit Giannangeli
2017-05-20
|
\
|
*
[test-suite] nextvar.js, fixed bad comparison in LTNum
Benoit Giannangeli
2017-05-19
|
*
Fixed requires in inprogress folder
Benoit Giannangeli
2017-05-19
|
*
Moved in progress tests to seperate folder
Benoit Giannangeli
2017-05-19
*
|
Moved in progress tests to seperate folder
Benoit Giannangeli
2017-05-19
|
/
*
Updated README to reflect progress
Benoit Giannangeli
2017-05-19
*
Added IRC chan on README
Benoit Giannangeli
2017-05-18
*
src/liolib.js: Partial implementation of io.input and io.output
daurnimator
2017-05-16
*
src/liolib.js: Add stubs for flush
daurnimator
2017-05-16
*
src/liolib.js: Add io.type
daurnimator
2017-05-15
*
src/ldo.js: message handler should still be run after native error handling
daurnimator
2017-05-15
[next]