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
/
src
Age
Commit message (
Expand
)
Author
2024-07-11
Release v0.4.2 (#31)
HEAD
v0.4.2
master
Thijs Schreijer
2024-07-11
fix(term): headers on yet another MinGW version (#30)
Thijs Schreijer
2024-06-25
Release v0.4.1
v0.4.1
Thijs
2024-06-25
fix(*): msys2 requires conio.h header
Thijs
2024-06-20
Release v0.4.0 (#24)
v0.4.0
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-06-03
fix docs, merging modules
Thijs
2024-05-23
cleanup and documentation
Thijs Schreijer
2024-05-23
Windows fixes, some manual tests
Thijs
2024-05-23
fix several tests
Thijs Schreijer
2024-05-22
fix windows (manual) tests
Thijs
2024-05-22
fix
Thijs Schreijer
2024-05-22
drop debug line
Thijs Schreijer
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-07
chore(keypressed): remove function keypressed
Thijs Schreijer
2024-05-07
fix(readkey): add proper error handling
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-21
chore(config): update editorconfig (#20)
Thijs Schreijer
2023-12-16
Release v0.3.0 (#11)
v0.3.0
Thijs Schreijer
2023-12-15
fix(mingw): fix the windows build with MinGW (#10)
Thijs Schreijer
2023-11-15
feat(tty): add isatty()
Thijs
2023-11-15
feat(*): add environment variable and random functions
Thijs Schreijer
2016-10-02
Release v0.2.1
v0.2.1
Oscar Lim
2016-09-28
Fix `clock_gettime` for Mac OS X 10.12
Oscar Lim
2016-07-23
Fix macOS 10.12 having `clock_gettime`
Adam Grandquist
2016-05-08
Release v0.2.0
v0.2.0
Oscar Lim
2016-05-08
Support for monotime
Oscar Lim
2016-04-10
Release v0.1.1
v0.1.1
Oscar Lim
2016-04-09
Fix compile errors for Windows
Oscar Lim
2016-02-11
Release v0.1.0
v0.1.0
Oscar Lim
2016-02-10
Support for gettime and sleep functions
Oscar Lim