aboutsummaryrefslogtreecommitdiff
path: root/config.ld (unfollow)
Commit message (Expand)AuthorFilesLines
3 daysfix(random): on old glibc < 2.25, falback to /dev/urandomThijs Schreijer2-5/+10
11 daysfix(ci): forcefully uninstall bundled luasystemThijs Schreijer1-7/+13
11 dayschore(ci): add NetBSDThijs Schreijer1-0/+19
13 daysRelease v0.5.0v0.5.0Thijs Schreijer20-37/+147
13 daysfeat(readkey): allow a sleep function to be passedThijs Schreijer4-14/+22
13 daysrefactor(term): feature check, not platform checkThijs Schreijer1-28/+43
2025-02-25Add support for OpenBSD+FreeBSD platformscos3-1/+46
2025-02-25Reverse conditional compilation of non-POSIXcos2-17/+17
2025-02-25ci: Add FreeBSD vmactioncos1-0/+17
2025-02-25fix(ci): yamllint config file moved (#50)Thijs Schreijer2-1/+1
2025-02-25chore(ci): lint GH action workflows (#49)Thijs Schreijer4-36/+67
2025-02-10refactor(random): on linux+bsd use api instead of /dev/urandomThijs Schreijer2-5/+31
2025-02-10chore(random): replace deprecated Windows APIThijs Schreijer2-16/+5
2025-02-10feat(terminal): also accept codepoint integers for width checkThijs Schreijer3-15/+59
2025-02-06fix(terminal): warning unused variableThijs1-1/+1
2025-02-06fix(terminal): failing NetBSD compilation, missing symbolsThijs Schreijer2-5/+13
2024-12-18Release v0.4.5v0.4.5Hisham Muhammad20-19/+118
2024-12-18ci: ensure we don't try installing old version of luasystemHisham Muhammad1-5/+4
2024-12-18fix: suppress -Wexpansion-to-defined warningHisham Muhammad1-1/+5
2024-12-18fix: do not rely on luaconf.h to include limits.hHisham Muhammad1-1/+1
2024-09-03Release v0.4.4 (#37)v0.4.4Thijs Schreijer19-18/+109
2024-09-03fix(makefile): include all objects (#36)Thijs Schreijer2-1/+5
2024-08-28Release v0.4.3 (#34)v0.4.3Thijs Schreijer19-19/+111
2024-08-28Re-add FreeBSD support (broken since c1a64c1) (#33)Thijs Schreijer4-5/+20
2024-07-31chore(term): add descriptive error on Windows for lack of VT (#32)Thijs Schreijer2-0/+9
2024-07-11Release v0.4.2 (#31)v0.4.2Thijs Schreijer19-17/+112
2024-07-11fix(term): headers on yet another MinGW version (#30)Thijs Schreijer2-1/+3
2024-06-25Release v0.4.1v0.4.1Thijs19-17/+112
2024-06-25fix(ci): move away from deprecated macos versionThijs1-1/+1
2024-06-25fix(*): msys2 requires conio.h headerThijs1-3/+4
2024-06-20Release v0.4.0 (#24)v0.4.0Thijs Schreijer20-311/+3774
2024-06-20simplify the __gc checkThijs Schreijer1-13/+3
2024-06-20add tests for autotermrestoreThijs Schreijer2-2/+89
2024-06-19add system.CODEPAGE_UTF8 for 65001 codepageThijs Schreijer6-13/+18
2024-06-08switch termsize results to standard; rows, colsThijs Schreijer3-11/+11
2024-06-08fix linter errorsThijs Schreijer1-3/+3
2024-06-03fix docs, merging modulesThijs7-55/+75
2024-05-23cleanup and documentationThijs Schreijer5-30/+161
2024-05-23fix the final testsThijs Schreijer1-2/+49
2024-05-23all done, but tcgetattr/tcsetattr tests, manualThijs Schreijer1-4/+5
2024-05-23Windows fixes, some manual testsThijs4-10/+31
2024-05-23fix several testsThijs Schreijer4-21/+49
2024-05-23add final (failing for now) tests, to be fixedThijs Schreijer1-4/+91
2024-05-22fix windows (manual) testsThijs2-14/+11
2024-05-22fixThijs Schreijer1-0/+11
2024-05-22add tests for get/setnonblockThijs Schreijer1-4/+42
2024-05-22add tests for termbackup & termrestoreThijs Schreijer2-46/+84
2024-05-22drop debug lineThijs Schreijer1-1/+0
2024-05-22add tests for termwrapThijs Schreijer1-1/+59