aboutsummaryrefslogtreecommitdiff
path: root/src/time.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix: suppress -Wexpansion-to-defined warningHisham Muhammad2024-12-181-1/+5
| | | | See https://stackoverflow.com/questions/42074035/how-to-deal-with-clangs-3-9-wexpansion-to-defined-warning
* fix: do not rely on luaconf.h to include limits.hHisham Muhammad2024-12-181-1/+1
| | | | Fixes #38.
* fix docs, merging modulesThijs2024-06-031-1/+5
|
* feat(*): add environment variable and random functionsThijs Schreijer2023-11-151-29/+58
|
* Fix `clock_gettime` for Mac OS X 10.12Oscar Lim2016-09-281-1/+9
|
* Fix macOS 10.12 having `clock_gettime`Adam Grandquist2016-07-231-0/+2
| | | See https://github.com/Homebrew/homebrew-core/issues/1957 for similar issues.
* Support for monotimeOscar Lim2016-05-081-3/+37
| | | | Provide `monotime` function with at least 1 millisecond resolution.
* Fix compile errors for WindowsOscar Lim2016-04-091-0/+2
|
* Support for gettime and sleep functionsOscar Lim2016-02-101-0/+89
Provide `gettime` and `sleep` functions with at least 1 millisecond resolution.