aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add support for OpenBSD+FreeBSD platformscos2025-02-251-0/+25
|
* fix(makefile): include all objects (#36)Thijs Schreijer2024-09-031-1/+1
|
* feat(tty): add isatty()Thijs2023-11-151-1/+1
|
* feat(*): add environment variable and random functionsThijs Schreijer2023-11-151-2/+2
|
* Support for monotimeOscar Lim2016-05-081-5/+21
| | | | Provide `monotime` function with at least 1 millisecond resolution.
* Support for gettime and sleep functionsOscar Lim2016-02-101-0/+257
Provide `gettime` and `sleep` functions with at least 1 millisecond resolution.