aboutsummaryrefslogtreecommitdiff
path: root/README.md (follow)
Commit message (Collapse)AuthorAgeFilesLines
* chore(readme): fix label description (#19)Thijs Schreijer2024-03-191-1/+1
| | | Description still mentioned Unix only and had a Linux logo
* chore(ci): macos-latest + windows-latest (#17)Thijs Schreijer2024-03-191-2/+1
| | | Co-authored-by: Hisham Muhammad <hisham@gobolinux.org>
* feat(*): add environment variable and random functionsThijs Schreijer2023-11-151-14/+15
|
* Support for monotimeOscar Lim2016-05-081-0/+1
| | | | Provide `monotime` function with at least 1 millisecond resolution.
* Support for gettime and sleep functionsOscar Lim2016-02-101-0/+19
Provide `gettime` and `sleep` functions with at least 1 millisecond resolution.