aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-07-17documented FT command (in Doxygen at least): the FT command performs various ↵Robin Haberkorn1-12/+59
etags/ctags functions
2011-07-15fixed pointer formatting on systems where sizeof(int) != sizeof(void*)Robin Haberkorn4-88/+51
this avoids most of the remaining compiler warnings
2011-07-15converted file header and some variable/macro docs to Doxygen formatRobin Haberkorn15-80/+107
* adapted Doxygen config file
2011-07-15reasonable Doxygen configurationRobin Haberkorn1-0/+1551
* optimized as a developer tool. doxygen for VideoTECO makes no sense for end users
2011-07-15revised function's code documentation: every comment has been autoconverted ↵Robin Haberkorn11-1057/+891
to Doxygen format and cleaned up manually
2011-07-11execute EC commands with /bin/shRobin Haberkorn1-14/+2
* makes special handling of Linux unnecessary * enables the (undocumented) :EC mode where the entire buffer content is written to the process (two pipes are created, both stdin and stdout/stderr are redirected) on Linux
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
* errno was evaluated even though it was in an undefined state * error_message()s written by cmd_writebak() were overwritten by cmd_write()
2011-07-09fixed file backups for HAVE_LONG_FILE_NAMESRobin Haberkorn1-2/+2
* now files can be saved, but the current heuristics of creating a .OLD once and afterwards updating a .BAK might be nonsense * behaviour without HAVE_LONG_FILE_NAMES should work but does not make sense IMHO: will remove support for that case anyways
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
* this is not optimal. but I plan to rewrite/clean up the buildsystem with autoconf and automake, so makefile.in will be replaced anyway
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