summaryrefslogtreecommitdiff
path: root/archival/bbunzip.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* gzip: use common bbunzip infrastructure - ~700 bytes code lessDenis Vlasenko2007-03-141-12/+11
|
* bbunzip: remove extra formatting directives in commentsDenis Vlasenko2007-03-121-2/+0
|
* fix buglets found by randomconfig runDenis Vlasenko2007-03-111-2/+14
|
* bbunzip: size optimization: ~90 bytesDenis Vlasenko2007-03-091-18/+17
|
* bbunzip: fix comments to match realityDenis Vlasenko2007-03-071-13/+14
|
* bunzip2/gunzip/uncompress/unlzma: merge into common code -Denis Vlasenko2007-03-071-0/+346
fix few corner cases, reduce size by 450 bytes. Update testsuite.