aboutsummaryrefslogtreecommitdiff
path: root/teco.h
AgeCommit message (Expand)AuthorFilesLines
2025-05-07DOS: detect ANSIPLUS driverv7.0Robin Haberkorn1-1/+1
2025-05-06updated AUTO_DATE in teco.h in preparation for v7.0 releaseRobin Haberkorn1-1/+1
2025-05-05automatically use the current date when building with AutotoolsRobin Haberkorn1-24/+29
2025-05-04moved the DOS-specific defines into teco.h, so we don't need the `@WCC_DEFS` ...Robin Haberkorn1-0/+25
2025-05-03various data type improvementsRobin Haberkorn1-2/+2
2025-05-03DOS: expand glob patterns when opening filesRobin Haberkorn1-0/+1
2025-04-27DOS: use backslash directory separators instead of slashRobin Haberkorn1-0/+8
2025-04-27the magic struct fields are omitted now unless DEBUG1 is definedRobin Haberkorn1-4/+12
2025-04-27implemented EC for non-UNIX almost pure standard C compilersRobin Haberkorn1-4/+12
2025-04-26unsigned long is the base type for buffer positions nowRobin Haberkorn1-265/+271
2025-04-25the maximum filename length is now determined by standard C's FILENAME_MAXRobin Haberkorn1-5/+5
2025-04-23DOS: implemented console size detectionRobin Haberkorn1-0/+4
2025-04-23MS-DOS real-mode (8086) portRobin Haberkorn1-9/+43
2025-04-21silence some warnings when compiling under FreeBSD (and probably Linux)Robin Haberkorn1-15/+17
2011-07-18remove NULL macro definition: may be platform dependantRobin Haberkorn1-1/+0
2011-07-17compute BITS_PER_INT automatically based on BITS_PER_CHARRobin Haberkorn1-5/+6
2011-07-17disable .OLD backup file creation by defaultRobin Haberkorn1-1/+3
2011-07-15converted file header and some variable/macro docs to Doxygen formatRobin Haberkorn1-6/+8
2007-12-10Original checkin with the GPL license.paulcantrell1-16/+18
2007-12-10Initial revisionpaulcantrell1-0/+657