| Commit message (Expand) | Author | Files | Lines |
8 days | Release v0.5.1HEADv0.5.1master | Thijs Schreijer | 1 | -1/+1 |
8 days | fix(random): on old glibc < 2.25, falback to /dev/urandom | Thijs Schreijer | 2 | -5/+10 |
2025-03-04 | fix(ci): forcefully uninstall bundled luasystem | Thijs Schreijer | 1 | -7/+13 |
2025-03-04 | chore(ci): add NetBSD | Thijs Schreijer | 1 | -0/+19 |
2025-03-02 | Release v0.5.0v0.5.0 | Thijs Schreijer | 20 | -37/+147 |
2025-03-02 | feat(readkey): allow a sleep function to be passed | Thijs Schreijer | 4 | -14/+22 |
2025-03-02 | refactor(term): feature check, not platform check | Thijs Schreijer | 1 | -28/+43 |
2025-02-25 | Add support for OpenBSD+FreeBSD platforms | cos | 3 | -1/+46 |
2025-02-25 | Reverse conditional compilation of non-POSIX | cos | 2 | -17/+17 |
2025-02-25 | ci: Add FreeBSD vmaction | cos | 1 | -0/+17 |
2025-02-25 | fix(ci): yamllint config file moved (#50) | Thijs Schreijer | 2 | -1/+1 |
2025-02-25 | chore(ci): lint GH action workflows (#49) | Thijs Schreijer | 4 | -36/+67 |
2025-02-10 | refactor(random): on linux+bsd use api instead of /dev/urandom | Thijs Schreijer | 2 | -5/+31 |
2025-02-10 | chore(random): replace deprecated Windows API | Thijs Schreijer | 2 | -16/+5 |
2025-02-10 | feat(terminal): also accept codepoint integers for width check | Thijs Schreijer | 3 | -15/+59 |
2025-02-06 | fix(terminal): warning unused variable | Thijs | 1 | -1/+1 |
2025-02-06 | fix(terminal): failing NetBSD compilation, missing symbols | Thijs Schreijer | 2 | -5/+13 |
2024-12-18 | Release v0.4.5v0.4.5 | Hisham Muhammad | 20 | -19/+118 |
2024-12-18 | ci: ensure we don't try installing old version of luasystem | Hisham Muhammad | 1 | -5/+4 |
2024-12-18 | fix: suppress -Wexpansion-to-defined warning | Hisham Muhammad | 1 | -1/+5 |
2024-12-18 | fix: do not rely on luaconf.h to include limits.h | Hisham Muhammad | 1 | -1/+1 |
2024-09-03 | Release v0.4.4 (#37)v0.4.4 | Thijs Schreijer | 19 | -18/+109 |
2024-09-03 | fix(makefile): include all objects (#36) | Thijs Schreijer | 2 | -1/+5 |
2024-08-28 | Release v0.4.3 (#34)v0.4.3 | Thijs Schreijer | 19 | -19/+111 |
2024-08-28 | Re-add FreeBSD support (broken since c1a64c1) (#33) | Thijs Schreijer | 4 | -5/+20 |
2024-07-31 | chore(term): add descriptive error on Windows for lack of VT (#32) | Thijs Schreijer | 2 | -0/+9 |
2024-07-11 | Release v0.4.2 (#31)v0.4.2 | Thijs Schreijer | 19 | -17/+112 |
2024-07-11 | fix(term): headers on yet another MinGW version (#30) | Thijs Schreijer | 2 | -1/+3 |
2024-06-25 | Release v0.4.1v0.4.1 | Thijs | 19 | -17/+112 |
2024-06-25 | fix(ci): move away from deprecated macos version | Thijs | 1 | -1/+1 |
2024-06-25 | fix(*): msys2 requires conio.h header | Thijs | 1 | -3/+4 |
2024-06-20 | Release v0.4.0 (#24)v0.4.0 | Thijs Schreijer | 20 | -311/+3774 |
2024-06-20 | simplify the __gc check | Thijs Schreijer | 1 | -13/+3 |
2024-06-20 | add tests for autotermrestore | Thijs Schreijer | 2 | -2/+89 |
2024-06-19 | add system.CODEPAGE_UTF8 for 65001 codepage | Thijs Schreijer | 6 | -13/+18 |
2024-06-08 | switch termsize results to standard; rows, cols | Thijs Schreijer | 3 | -11/+11 |
2024-06-08 | fix linter errors | Thijs Schreijer | 1 | -3/+3 |
2024-06-03 | fix docs, merging modules | Thijs | 7 | -55/+75 |
2024-05-23 | cleanup and documentation | Thijs Schreijer | 5 | -30/+161 |
2024-05-23 | fix the final tests | Thijs Schreijer | 1 | -2/+49 |
2024-05-23 | all done, but tcgetattr/tcsetattr tests, manual | Thijs Schreijer | 1 | -4/+5 |
2024-05-23 | Windows fixes, some manual tests | Thijs | 4 | -10/+31 |
2024-05-23 | fix several tests | Thijs Schreijer | 4 | -21/+49 |
2024-05-23 | add final (failing for now) tests, to be fixed | Thijs Schreijer | 1 | -4/+91 |
2024-05-22 | fix windows (manual) tests | Thijs | 2 | -14/+11 |
2024-05-22 | fix | Thijs Schreijer | 1 | -0/+11 |
2024-05-22 | add tests for get/setnonblock | Thijs Schreijer | 1 | -4/+42 |
2024-05-22 | add tests for termbackup & termrestore | Thijs Schreijer | 2 | -46/+84 |
2024-05-22 | drop debug line | Thijs Schreijer | 1 | -1/+0 |
2024-05-22 | add tests for termwrap | Thijs Schreijer | 1 | -1/+59 |