summaryrefslogtreecommitdiff
path: root/libbb/crc32.c
Commit message (Expand)AuthorAgeFilesLines
* libbb: commonalize a bit of little-endian CRC32 table generation codeDenys Vlasenko2018-02-011-0/+10
* whitespace and comment format fixes, no code changesDenys Vlasenko2017-10-051-1/+0
* Replace int -> uint to avoid signed integer overflowRostislav Skudnov2017-02-041-1/+1
* whitespace fixesDenys Vlasenko2011-02-031-1/+1
* crc32: cleanups, no code changesDenys Vlasenko2010-10-281-1/+1
* libbb: introduce and use common crc32 routineDenys Vlasenko2010-10-271-0/+24
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* Fix forgotten license commentsDenis Vlasenko2008-12-071-0/+2
* *: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko2008-06-271-1/+1
* make compressed help code NOMMU- and NOFORK-friendly -Denis Vlasenko2007-04-101-3/+4
* whitespace cleanupDenis Vlasenko2006-09-171-3/+3
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley2006-08-031-3/+2
* Patch from Rob Sullivan to consolidate crc32 table generation.Rob Landley2006-04-101-0/+40