summaryrefslogtreecommitdiff
path: root/crc24q.c
AgeCommit message (Expand)Author
2018-03-08SPDXify the licerse references.Eric S. Raymond
2013-11-06Code is fully cppcheck, splint, and Coverity clean.Eric S. Raymond
2012-09-07Nuke trailing whitespace in C source.Eric S. Raymond
2012-09-07Replace exit({0,1}) with exit(EXIT_{SUCCESS,FAILURE})Eric S. Raymond
2012-09-05Ve more explicit about some types.Eric S. Raymond
2010-12-22Insert SuS headers required for portablity, as revealed by deheader.Eric S. Raymond
2010-05-09fix read past end of array. from cppcheckChris Kuethe
2010-04-18use a more descriptive compilation conditionalChris Kuethe
2010-04-14Reindent some utility modules. All regression tests pass.Eric S. Raymond
2010-03-13Vanish away Id and Rev $ keywords, git won't expand them to anything useful.Eric S. Raymond
2010-03-11Copyright stamps everywhere. No code changes.Eric S. Raymond
2008-08-03Unify the header protection macro style a bit. Chris Kuethe
2008-08-03whitespace fixesChris Kuethe
2008-07-10Reference for people who want to understand CRC algorithms better.Eric S. Raymond
2008-07-10Minor polishing for possible future code reuse.Eric S. Raymond
2008-07-10More splint cleanups.Eric S. Raymond
2008-06-30More documentation.Eric S. Raymond
2008-06-30CRC24Q checksum works now.Eric S. Raymond
2008-06-30Document the error polynomial.Eric S. Raymond
2008-06-30Add a CRC-24Q implementation. It's wrong, but it's a start.Eric S. Raymond