Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
6 days | README: updated to new locations on fmsbw.deHEADmaster | Robin Haberkorn | 1 | -7/+7 | |
6 days | README: minor updates | Robin Haberkorn | 1 | -1/+5 | |
2025-05-07 | DOS: detect ANSIPLUS driverv7.0 | Robin Haberkorn | 1 | -6/+7 | |
Actually, we cannot (easily) detect NANSI.SYS, so we don't enable optimizations by default. You will have to `set TECO_TERM=nansi.sys` to enable optimizations. Of course you can also still set the TERMCAP variable. | |||||
2025-05-06 | updated AUTO_DATE in teco.h in preparation for v7.0 release | Robin Haberkorn | 1 | -0/+3 | |
2025-05-05 | reconstructed Autotools build system (closes #1) | Robin Haberkorn | 1 | -1/+2 | |
The resulting config.h.in is similar to the one from the CVS repo. However, I removed checks that apparently weren't referenced in the code base. Also, I fixed the terminfo check. Previously, it was actually building against termcap on my system. Terminfo should always be preferred. Currently, it does not check against ncurses itself. If it turns out there are systems with an ncurses pkg-config file, but without tinfo, we might have to check for ncurses as well. It adds both -Wall and -Wsign-compare, which turned out to be useful to debug the DOS version. | |||||
2025-05-04 | yet more README.md fixes | Robin Haberkorn | 1 | -2/+3 | |
2025-05-04 | minor README.md fixes | Robin Haberkorn | 1 | -3/+5 | |
2025-05-04 | added a new README markdown file | Robin Haberkorn | 1 | -0/+104 | |
The original README is renamed to README.OLD. |