aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-04-23DOS: revised builtin termcap definitions and enable NANSI.SYS extensions dyna...Robin Haberkorn1-11/+38
2025-04-23updated Makefile.wcc: it assumes that $WATCOM has been set and the compilers ...Robin Haberkorn1-7/+20
2025-04-23DOS: implemented console size detectionRobin Haberkorn3-1/+41
2025-04-23DOS: Enter inserts LFRobin Haberkorn1-1/+1
2025-04-23MS-DOS real-mode (8086) portRobin Haberkorn8-33/+254
2025-04-21properly initialize all allocated structuresRobin Haberkorn4-55/+9
2025-04-21silence some warnings when compiling under FreeBSD (and probably Linux)Robin Haberkorn7-32/+32
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 colon-modifier and single-argument ranges for EC commandRobin Haberkorn2-3/+75
2011-07-18fixed EC command: care about DOT changeRobin Haberkorn1-18/+55
2011-07-18revised EC commandRobin Haberkorn4-99/+135
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-17documented FT command (in Doxygen at least): the FT command performs various ...Robin Haberkorn1-12/+59
2011-07-15fixed pointer formatting on systems where sizeof(int) != sizeof(void*)Robin Haberkorn4-88/+51
2011-07-15converted file header and some variable/macro docs to Doxygen formatRobin Haberkorn15-80/+107
2011-07-15reasonable Doxygen configurationRobin Haberkorn1-0/+1551
2011-07-15revised function's code documentation: every comment has been autoconverted t...Robin Haberkorn11-1057/+891
2011-07-11execute EC commands with /bin/shRobin Haberkorn1-14/+2
2011-07-11avoid unused attribute warningRobin Haberkorn1-1/+1
2011-07-11avoid missing sentinel warning on GCCRobin Haberkorn1-1/+1
2011-07-11some errno and error_message() cleanupRobin Haberkorn2-8/+12
2011-07-09fixed file backups for HAVE_LONG_FILE_NAMESRobin Haberkorn1-2/+2
2011-01-03config.h is autogenerated, so it can be removed from the repositoryRobin Haberkorn1-225/+0
2011-01-03use CPPFLAGS and LDFLAGS, necessary (at least) for cross compilingRobin Haberkorn1-3/+3
2007-12-26Fixed a bunch of the prototypes to allow compilation with the C++ compiler.v6.4paulcantrell10-429/+256
2007-12-26Remove an extra debug printf from the recent file hash codepaulcantrell1-4/+4
2007-12-11Minor addition to the README file.paulcantrell1-1/+4
2007-12-11Added a short README file.paulcantrell1-0/+224
2007-12-10Adding in the autoconfig filespaulcantrell1-0/+224
2007-12-10Original checkin with the GPL license.paulcantrell16-225/+7073
2007-12-10Initial revisionpaulcantrell17-0/+21858