summaryrefslogtreecommitdiff
path: root/archival/uncompress.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley2006-03-061-1/+1
| | | | definitions. (That should only be on prototypes.)
* Cleanup patch by Bernhard Fischer, removing unnecessary includes ofRob Landley2005-09-111-1/+0
| | | | getopt.h, whitespace changes, typos, etc.
* s/fileno\(stdin\)/STDIN_FILENO/gEric Andersen2004-03-271-4/+4
| | | | s/fileno\(stdout\)/STDOUT_FILENO/g
* Save a few bytes by using bb_getopt_ulflags and a few other minorGlenn L McGrath2003-06-221-49/+31
| | | | improvments
* Major coreutils update.Manuel Novoa III2003-03-191-10/+10
|
* Make uncompress a seperate applet so it doesnt pull in all the gunzip codeGlenn L McGrath2002-11-011-0/+133