Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | feat(tty): add isatty() | Thijs | 2023-11-15 | 1 | -3/+2 |
| | |||||
* | feat(*): add environment variable and random functions | Thijs Schreijer | 2023-11-15 | 4 | -31/+205 |
| | |||||
* | fix(ci): relax tests, macos is imprecise due to priority | Thijs Schreijer | 2023-11-09 | 1 | -2/+2 |
| | |||||
* | Support for monotime | Oscar Lim | 2016-05-08 | 1 | -0/+11 |
| | | | | Provide `monotime` function with at least 1 millisecond resolution. | ||||
* | Make test for `gettime` more robust | Oscar Lim | 2016-02-21 | 1 | -1/+8 |
| | |||||
* | Support for gettime and sleep functions | Oscar Lim | 2016-02-10 | 1 | -0/+13 |
Provide `gettime` and `sleep` functions with at least 1 millisecond resolution. |