aboutsummaryrefslogtreecommitdiff
path: root/src/time.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix: suppress -Wexpansion-to-defined warningHisham Muhammad2024-12-181-1/+5
* fix: do not rely on luaconf.h to include limits.hHisham Muhammad2024-12-181-1/+1
* 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
* Support for monotimeOscar Lim2016-05-081-3/+37
* Fix compile errors for WindowsOscar Lim2016-04-091-0/+2
* Support for gettime and sleep functionsOscar Lim2016-02-101-0/+89