aboutsummaryrefslogtreecommitdiff
path: root/tests/loslib.js
Commit message (Collapse)AuthorAge
* tests/: Fix linter complaintsdaurnimator2017-12-10
|
* Use `typeof process === "undefined"` instead of WEB globaldaurnimator2017-12-10
| | | | This removes requirement to set global.WEB before requiring in node
* src/loslib.js: Check that var exists in process.env before indexingdaurnimator2017-11-12
| | | | Solves issues with os.getenv'hasOwnProperty'
* tests/loslib.js: Use PATH instead of HOMEdaurnimator2017-09-07
| | | | | It is more guaranteed to exist, especially on windows. See #83
* Move luaL_openlibs from lauxlib to lualibdaurnimator2017-05-11
|
* os.dateBenoit Giannangeli2017-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
|
* Export luaL_openlibs from lauxlib.jsdaurnimator2017-04-26
|
* Export lapi.js functions from lua.jsdaurnimator2017-04-26
|
* os.timeBenoit Giannangeli2017-04-18