summaryrefslogtreecommitdiff
path: root/libbb/crc32.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* make compressed help code NOMMU- and NOFORK-friendly -Denis Vlasenko2007-04-101-3/+4
| | | | no forking anymore, bunzip2 unpack routine now does all it in memory.
* whitespace cleanupDenis Vlasenko2006-09-171-3/+3
|
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley2006-08-031-3/+2
| | | | | | | | | | things like xasprintf() into xfuncs.c, remove xprint_file_by_name() (it only had one user), clean up lots of #includes... General cleanup pass. What I've been doing for the last couple days. And it conflicts! I've removed httpd.c from this checkin due to somebody else touching that file. It builds for me. I have to catch a bus. (Now you know why I'm looking forward to Mercurial.)
* Patch from Rob Sullivan to consolidate crc32 table generation.Rob Landley2006-04-101-0/+40