aboutsummaryrefslogtreecommitdiff
path: root/teco.h
AgeCommit message (Collapse)AuthorFilesLines
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
this is possible since BITS_PER_INT is not used in any preprocessor expression
2011-07-17disable .OLD backup file creation by defaultRobin Haberkorn1-1/+3
* should be configurable using ./configure (disabled by default)
2011-07-15converted file header and some variable/macro docs to Doxygen formatRobin Haberkorn1-6/+8
* adapted Doxygen config file
2007-12-10Original checkin with the GPL license.paulcantrell1-16/+18
2007-12-10Initial revisionpaulcantrell1-0/+657