aboutsummaryrefslogtreecommitdiff
path: root/archival/uncompress.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* message string changes, mostly for consistency, also -32 bytes in .rodatavda2006-10-201-2/+2
* getopt_ulflags -> getopt32.vda2006-10-031-1/+1
* Yet another silly little byte saving. couldn't -> cannotvda2006-09-291-1/+1
* Remove pointless "const". Bloatcheck says 0 bytes difference.landley2006-09-121-2/+2
* archival: added O_TRUNC so that when we overwrite files on unpack,vda2006-09-031-1/+2
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidatelandley2006-08-031-10/+3
* Cleaup read() and write() variants, plus a couple of new functions likelandley2006-07-161-1/+1
* Use xstat() instead of if(stat()) die()landley2006-06-131-5/+3
* - move buffer allocation schemes to libbb.haldot2006-04-031-14/+2
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionlandley2006-03-061-1/+1
* Cleanup patch by Bernhard Fischer, removing unnecessary includes oflandley2005-09-111-1/+0
* s/fileno\(stdin\)/STDIN_FILENO/gandersen2004-03-271-4/+4
* Save a few bytes by using bb_getopt_ulflags and a few other minorbug12003-06-221-49/+31
* Major coreutils update.mjn32003-03-191-10/+10
* Make uncompress a seperate applet so it doesnt pull in all the gunzip codebug12002-11-011-0/+133