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