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
/
tests
/
test-suite
/
ltests.js
Commit message (
Expand
)
Author
Age
*
Merge branch 'accept-jsstrings'
daurnimator
2018-03-30
|
\
|
*
src/: Pass js strings to auxlib functions such as luaL_argcheck
daurnimator
2017-12-29
*
|
tests/test-suite/ltests.js: Push copy of TValue to stack, not original
daurnimator
2018-02-05
*
|
{src/lauxlib.js,tests/test-suite/ltests.js}: Use luastring_eq instead of .join()
daurnimator
2018-02-04
*
|
Move fengari specific things to src/fengaricore.js
daurnimator
2018-01-11
*
|
Introduce luastring_indexOf as Uint8Array.indexOf doesn't exist everywhere
daurnimator
2018-01-07
|
/
*
Use Uint8Array to back strings
daurnimator
2017-12-13
*
tests/: Fix linter complaints
daurnimator
2017-12-10
*
Use `typeof process === "undefined"` instead of WEB global
daurnimator
2017-12-10
*
Export strings from lauxlib in lua string form (rather than as javascript str...
daurnimator
2017-12-02
*
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
*
ltests.js: listcode
Benoit Giannangeli
2017-05-28
*
ltest.js: listk
Benoit Giannangeli
2017-05-28
*
ltests.js: fixed upvalue, removed collectgarbage calls
Benoit Giannangeli
2017-05-28
*
ltests.js: func2num behaves like topointer
Benoit Giannangeli
2017-05-28
*
ltests.js: topointer does not always work like C version would
Benoit Giannangeli
2017-05-27
*
ltests.js: topointer cast lua_topointer result so null should be 0
Benoit Giannangeli
2017-05-27
*
runJS switch instead of if elses
Benoit Giannangeli
2017-05-26
*
[test-suite] api.js
Benoit Giannangeli
2017-05-25
*
ltests.js: makeCfunc
Benoit Giannangeli
2017-05-25
*
ltests.js: newstate, loadlib, doremote, closestate
Benoit Giannangeli
2017-05-25
*
[test-suite] coroutine.js
Benoit Giannangeli
2017-05-25
*
ltests.js: testJS/C
Benoit Giannangeli
2017-05-25
*
Add missing luaD_checkstack in luaD_hook
Benoit Giannangeli
2017-05-24
*
ltests.js: fixed getstring
Benoit Giannangeli
2017-05-24
*
ltests.js: resume, coroutine.js: yields inside hooks
Benoit Giannangeli
2017-05-24
*
ltests.js: sethook, runJS
Benoit Giannangeli
2017-05-24
*
ltests.js
Benoit Giannangeli
2017-05-11