aboutsummaryrefslogtreecommitdiff
path: root/teccmd.c
AgeCommit message (Expand)AuthorFilesLines
2025-05-03various data type improvementsRobin Haberkorn1-10/+11
2025-04-27DOS: use backslash directory separators instead of slashRobin Haberkorn1-3/+3
2025-04-27implemented EC for non-UNIX almost pure standard C compilersRobin Haberkorn1-12/+114
2025-04-26unsigned long is the base type for buffer positions nowRobin Haberkorn1-17/+17
2025-04-23MS-DOS real-mode (8086) portRobin Haberkorn1-9/+23
2025-04-21silence some warnings when compiling under FreeBSD (and probably Linux)Robin Haberkorn1-4/+4
2011-07-19extensive EC command documentation (doxygen)Robin Haberkorn1-1/+21
2011-07-18add some comments to EC command and clean up filedescriptors after fork()Robin Haberkorn1-14/+21
2011-07-18fixed EC command: care about DOT changeRobin Haberkorn1-18/+55
2011-07-18revised EC commandRobin Haberkorn1-85/+120
2011-07-17documented FT command (in Doxygen at least): the FT command performs various ...Robin Haberkorn1-12/+59
2011-07-15converted file header and some variable/macro docs to Doxygen formatRobin Haberkorn1-4/+6
2011-07-15revised function's code documentation: every comment has been autoconverted t...Robin Haberkorn1-159/+142
2011-07-11execute EC commands with /bin/shRobin Haberkorn1-14/+2
2011-07-11avoid missing sentinel warning on GCCRobin Haberkorn1-1/+1
2011-07-11some errno and error_message() cleanupRobin Haberkorn1-8/+10
2011-07-09fixed file backups for HAVE_LONG_FILE_NAMESRobin Haberkorn1-2/+2
2007-12-26Fixed a bunch of the prototypes to allow compilation with the C++ compiler.v6.4paulcantrell1-73/+57
2007-12-10Original checkin with the GPL license.paulcantrell1-16/+17
2007-12-10Initial revisionpaulcantrell1-0/+2668