Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
tio-3.9.tar.xz | 2025-04-13 | 3.5 MB | |
tio-3.9.tar.xz.sha256sum | 2025-04-13 | 81 Bytes | |
tio-3.9.tar.xz.asc | 2025-04-13 | 833 Bytes | |
README.md | 2025-04-13 | 647 Bytes | |
tio v3.9 source code.tar.gz | 2025-04-13 | 3.6 MB | |
tio v3.9 source code.zip | 2025-04-13 | 3.6 MB | |
Totals: 6 Items | 10.7 MB | 2 |
Changes since tio v3.8 (2024-11-30):
-
Fix parsing of timestamp options
-
codeql: Upgrade to upload-artifact@v4
-
Update plaintext man page
-
Add character mapping examples
-
Fix pattern matching memory corruption
Samuel Holland:
- Don't add null characters to the expect buffer
They prevent regexec() from seeing the remainder of the buffer.
V:
- Disable stdout buffering globally
This makes it possible to pipe output to other programs cleanly.
Lubov66:
- docs: edited the license date
Jakob Haufe:
- Manpage: Fix backslash encoding
Literal backslash needs to be written as \e.