aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAge
* package.searchpathBenoit Giannangeli2017-05-03
|
* package.loadlibBenoit Giannangeli2017-05-03
|
* requireBenoit Giannangeli2017-05-03
|
* Refactor table implementationdaurnimator2017-05-03
|
* os.dateBenoit Giannangeli2017-05-02
|
* Merge remote-tracking branch 'daurnimator/fix-errors'Benoit Giannangeli2017-05-02
|\
| * tests/tests.js: Use luaL_loadstring instead of using lundump.js directlydaurnimator2017-05-02
| |
* | Fixed os.time test to compare output with a Date instead of a constantBenoit Giannangeli2017-05-02
| |
* | Fixed os.time(format)Benoit Giannangeli2017-05-02
| |
* | os.difftimeBenoit Giannangeli2017-05-02
|/
* os.getenvBenoit Giannangeli2017-04-28
|
* [test-suite] constructs.jsBenoit Giannangeli2017-04-27
|
* [test-suite] locals.jsBenoit Giannangeli2017-04-27
|
* Remove unused variablesdaurnimator2017-04-26
|
* Export luaL_openlibs from lauxlib.jsdaurnimator2017-04-26
|
* Added missing test in luaL_tolstringBenoit Giannangeli2017-04-26
|
* npm t runs test suite, removed t.commentBenoit Giannangeli2017-04-26
|
* [test-suite] strings.lua (complete)Benoit Giannangeli2017-04-26
|
* [test-suite] Large number testsBenoit Giannangeli2017-04-26
|
* [test-suite] strings.luaBenoit Giannangeli2017-04-26
|
* Breaking down lua test suite into tape testsBenoit Giannangeli2017-04-26
|
* Removed lua-test submoduleBenoit Giannangeli2017-04-26
|
* Export ldo.js functions from lua.jsdaurnimator2017-04-26
|
* Export lapi.js functions from lua.jsdaurnimator2017-04-26
|
* Remove lua.thread_statusdaurnimator2017-04-26
|
* Remove lua.CT and lua.constant_types (still available from defs)daurnimator2017-04-26
|
* Added back limit tests in local.luaBenoit Giannangeli2017-04-25
|
* lun/dump.js use 32bit integersBenoit Giannangeli2017-04-24
|
* Removed useless luac -l from testsBenoit Giannangeli2017-04-24
|
* Use maximum 32bit number instead of Number.MAX_SAFE_INTEGERBenoit Giannangeli2017-04-24
|
* L.openupval was not set in luaF_closeBenoit Giannangeli2017-04-24
|
* Bad upval name typeBenoit Giannangeli2017-04-23
|
* Merge branch 'master' into feature/lua-testsBenoit Giannangeli2017-04-19
|\
| * Merge branch 'master' into clidaurnimator2017-04-19
| |\
| * | lua-cli: Pass null to luaL_loadfile for stdindaurnimator2017-04-19
| | |
| * | lua-cli: Add command line optionsdaurnimator2017-04-19
| | |
| * | lua-cli: Factor out into same functions as lua.cdaurnimator2017-04-19
| | |
| * | lua-cli: Create 'arg' tabledaurnimator2017-04-19
| | |
| * | lua-cli: Run LUA_INIT if setdaurnimator2017-04-19
| | |
| * | lua-cli: Add support for configurable promptsdaurnimator2017-04-19
| | |
| * | lua-cli: Introduce support for multilinedaurnimator2017-04-19
| | |
| * | lua-cli: Fix missing settop()daurnimator2017-04-13
| | |
* | | No more Table, just TValue with table type and Map valueBenoit Giannangeli2017-04-18
| | |
* | | Fixed table comparison (was comparing TValue instead of values)Benoit Giannangeli2017-04-18
| | |
* | | tests locals.luaBenoit Giannangeli2017-04-18
| |/ |/|
* | Fixed debug.getinfo bad name lookupBenoit Giannangeli2017-04-18
| |
* | os.timeBenoit Giannangeli2017-04-18
| |
* | Temp require to run constructs.luaBenoit Giannangeli2017-04-18
| |
* | constructs.lua testsBenoit Giannangeli2017-04-14
| |
* | debug.gethookBenoit Giannangeli2017-04-14
| |