aboutsummaryrefslogtreecommitdiff
path: root/spec (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat(tty): add isatty()Thijs2023-11-151-3/+2
|
* feat(*): add environment variable and random functionsThijs Schreijer2023-11-154-31/+205
|
* fix(ci): relax tests, macos is imprecise due to priorityThijs Schreijer2023-11-091-2/+2
|
* Support for monotimeOscar Lim2016-05-081-0/+11
| | | | Provide `monotime` function with at least 1 millisecond resolution.
* Make test for `gettime` more robustOscar Lim2016-02-211-1/+8
|
* Support for gettime and sleep functionsOscar Lim2016-02-101-0/+13
Provide `gettime` and `sleep` functions with at least 1 millisecond resolution.