index
:
luasystem
fix/freebsd-v0.4.2
master
Platform independent system calls for Lua
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
spec
Age
Commit message (
Expand
)
Author
2024-06-20
add tests for autotermrestore
Thijs Schreijer
2024-06-19
add system.CODEPAGE_UTF8 for 65001 codepage
Thijs Schreijer
2024-06-08
switch termsize results to standard; rows, cols
Thijs Schreijer
2024-05-23
fix the final tests
Thijs Schreijer
2024-05-23
all done, but tcgetattr/tcsetattr tests, manual
Thijs Schreijer
2024-05-23
Windows fixes, some manual tests
Thijs
2024-05-23
fix several tests
Thijs Schreijer
2024-05-23
add final (failing for now) tests, to be fixed
Thijs Schreijer
2024-05-22
fix windows (manual) tests
Thijs
2024-05-22
add tests for get/setnonblock
Thijs Schreijer
2024-05-22
add tests for termbackup & termrestore
Thijs Schreijer
2024-05-22
add tests for termwrap
Thijs Schreijer
2024-05-21
add tests for readkey and readansi
Thijs
2024-05-21
add tests get/setconsolecp, and get/setconsoleoutputcp
Thijs
2024-05-20
add setconsoleflags tests
Thijs
2024-05-20
implement getconsoleflags tests
Thijs
2024-05-20
add example for reading a line from the terminal, non-blocking
Thijs Schreijer
2024-05-04
switch "has" to "has_all_of" and "has_any_of"
Thijs Schreijer
2024-04-30
review: bitflags no comparison, extra tests
Thijs Schreijer
2024-04-30
feat(term): getting/setting terminal config flags
Thijs
2024-03-24
chore(test): add tests (manual) for isatty terminal function (#22)
Thijs Schreijer
2023-11-15
feat(tty): add isatty()
Thijs
2023-11-15
feat(*): add environment variable and random functions
Thijs Schreijer
2023-11-09
fix(ci): relax tests, macos is imprecise due to priority
Thijs Schreijer
2016-05-08
Support for monotime
Oscar Lim
2016-02-21
Make test for `gettime` more robust
Oscar Lim
2016-02-10
Support for gettime and sleep functions
Oscar Lim