log

age author description
2022-05-31 David A. Holland some minor updates for 2022
2022-05-31 David A. Holland Don't refer to CVS.
2022-05-31 David A. Holland Some minor updates for 15 years later.
2022-05-31 David A. Holland Don't cast through "volatile int". Causes a gcc warning nowadays.
2022-05-31 David A. Holland Fix friend declaration for gcc10.
2022-05-31 David A. Holland Remove unused variables.
2022-05-31 David A. Holland Strengthen the build hack for non-DOS targets.
2022-05-31 David A. Holland Remove unused variable; fix what it was supposed to be doing.
2022-05-31 David A. Holland silence random gcc warning
2022-05-31 David A. Holland Switch to static inline as an expedient build fix.
2022-05-31 David A. Holland Add explicit lint-comment-style fallthrough annotations.
2022-05-31 David A. Holland Use memcpy instead of strncpy when we know the length anyway.
2022-05-31 David A. Holland Adjust to the moving target called the C++ standard.
2022-05-31 David A. Holland Add additional operator delete calls gcc 10 asked for.