aboutsummaryrefslogtreecommitdiff
path: root/tecdebug.c
AgeCommit message (Collapse)AuthorFilesLines
2025-05-04fixup fd12f39ce43fe465dac987f078355c77d1dbbb07: fixed some sloppy editing issuesRobin Haberkorn1-3/+3
It now compiles with -DDEBUG1 again (magic struct checks).
2025-04-27the magic struct fields are omitted now unless DEBUG1 is definedRobin Haberkorn1-17/+21
* The magic field is now always called __magic. * Saves some memory, which is important especially on MS-DOS.
2011-07-15fixed pointer formatting on systems where sizeof(int) != sizeof(void*)Robin Haberkorn1-38/+17
this avoids most of the remaining compiler warnings
2011-07-15converted file header and some variable/macro docs to Doxygen formatRobin Haberkorn1-4/+6
* adapted Doxygen config file
2011-07-15revised function's code documentation: every comment has been autoconverted ↵Robin Haberkorn1-34/+28
to Doxygen format and cleaned up manually
2007-12-10Original checkin with the GPL license.paulcantrell1-16/+17
2007-12-10Initial revisionpaulcantrell1-0/+401