aboutsummaryrefslogtreecommitdiff
path: root/luasystem-scm-0.rockspec (follow)
Commit message (Collapse)AuthorAgeFilesLines
* chore(random): replace deprecated Windows APIThijs Schreijer2025-02-101-1/+1
|
* add example for reading a line from the terminal, non-blockingThijs Schreijer2024-05-201-0/+1
| | | | Handles utf8, and character width
* feat(term): getting/setting terminal config flagsThijs2024-04-301-0/+1
|
* fix(rockspec): LuaSystem compiles on MinGW (#16)Shoop2024-02-141-0/+8
|
* feat(tty): add isatty()Thijs2023-11-151-1/+8
|
* feat(*): add environment variable and random functionsThijs Schreijer2023-11-151-3/+3
|
* chore(rockspecs): update new locationThijs Schreijer2023-11-091-6/+17
|
* Support for monotimeOscar Lim2016-05-081-1/+11
| | | | Provide `monotime` function with at least 1 millisecond resolution.
* Support for gettime and sleep functionsOscar Lim2016-02-101-0/+47
Provide `gettime` and `sleep` functions with at least 1 millisecond resolution.