aboutsummaryrefslogtreecommitdiff
path: root/archival/gzip.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid]Denis Vlasenko2006-12-161-1/+1
* style cleanup: return(a) -> return a, part 2Denis Vlasenko2006-11-271-1/+1
* getopt_ulflags -> getopt32.Denis Vlasenko2006-10-031-3/+3
* gzip: add a bit of comment. The code itselfDenis Vlasenko2006-10-011-4/+8
* g[un]zip: add support for -v (verbose).Denis Vlasenko2006-10-011-2/+5
* gzip: getopt_ulflags'isationDenis Vlasenko2006-09-221-35/+27
* - convert a few xopen3(,,0) into xopen(,). Also peruse the fact that xopen de...Bernhard Reutner-Fischer2006-09-111-1/+1
* using [xa]sprintf for string concatenation is neat and savesDenis Vlasenko2006-09-091-3/+1
* - merge -r15463:15564 from busybox_scratch branch through these changesets:Bernhard Reutner-Fischer2006-08-201-9/+5
* These should have been part of 15767 too.Rob Landley2006-08-031-2/+2
* More removal of "#if 0" content."Robert P. J. Day"2006-07-011-9/+0
* Remove all usage of the "register" storage class specifier."Robert P. J. Day"2006-07-011-10/+10
* - use bb_msg_{read,write}_error where appropriate.Bernhard Reutner-Fischer2006-06-031-1/+1
* More size shrinkage.Rob Landley2006-05-291-11/+1
* - patch from Denis Vlasenko to add and use bb_xopen3()Bernhard Reutner-Fischer2006-04-131-1/+1
* - patch from Denis Vlasenko to add and use bb_xsocket() and to useBernhard Reutner-Fischer2006-04-121-2/+2
* Patch from Rob Sullivan to consolidate crc32 table generation.Rob Landley2006-04-101-25/+10
* Patch from Denis Vlasenko turning static const int (which gets emitted intoRob Landley2006-03-101-5/+7
* - add some ATTRIBUTE_UNUSED.Bernhard Reutner-Fischer2006-01-301-15/+2
* just whitespaceTim Riker2006-01-251-1/+1
* bb_mkdep: Rewroted. removed problem "include name must uniq", speed up * 3."Vladimir N. Oleynik"2005-10-101-4/+0
* - remove superfluous C statements ";;" in decompress_unzip.c, dpkg_deb.c ifco...Bernhard Reutner-Fischer2005-10-071-1/+1
* In Bug 208, bernhardf writes:Mike Frysinger2005-04-161-7/+7
* Bandaid to make "gzip file1 file2 ..." set the decompression lengths correctlyManuel Novoa III2005-03-021-0/+1
* Takeharu KATO writes:Eric Andersen2005-02-111-1/+1
* Minor in-passing crapectomy.Rob Landley2004-12-171-26/+6
* Larry Doolittle writes:Eric Andersen2004-04-141-1/+1
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-3/+3
* Vladimir N. Oleynik (vodz) writes:Eric Andersen2003-11-141-4/+1
* Update a bunch of docs. Run a script to update my email addr.Eric Andersen2003-07-141-2/+2
* Major coreutils update.Manuel Novoa III2003-03-191-16/+16
* Change if(x)free(x); to free(x);Aaron Lehmann2002-11-281-1/+1
* Use error_msg instead of printf(stderrGlenn L McGrath2002-11-281-7/+6
* Remove duplicate variable definitionGlenn L McGrath2002-08-221-1/+0
* Run through indentGlenn L McGrath2002-08-221-241/+238
* * archival/gzip.c (gzip_main): Ensure that the output is a terminal and useMatt Kraai2002-03-221-2/+2
* * archival/gzip.c (ifname, ofname): Delete.Matt Kraai2002-02-051-67/+62
* * archival/gzip.c (gzip_main): Display usage if given multiple files.Matt Kraai2002-02-051-0/+3
* Commit my improvement on Rodney Brown's patch to g(un)zip, decreasingAaron Lehmann2001-12-061-26/+16
* Major rework of the directory structure and the entire build system.Eric Andersen2001-10-241-1/+1
* Scrub up some function prototypes.Eric Andersen2001-10-181-1/+1
* Patch from Rodney Brown <RDBrown@mira.net>, shrinking 1.5kEric Andersen2001-08-221-27/+45
* If filename is a '-' then read from stdin to stdoutGlenn L McGrath2001-07-301-1/+1
* Patch from Aaron Lehmann <aaronl@vitelus.com> to scrub a ton ofEric Andersen2001-07-021-1129/+193
* Tolerate -q argument, if -q is passed give a warning and continue rather than...Glenn L McGrath2001-05-071-1/+3
* Move messages.c to libbb. Make each string in messages.c be its own .o file.Eric Andersen2001-04-251-3/+0
* Eliminate spurious warning, convert to getopt, and eliminate redundant check.Matt Kraai2001-04-181-28/+20
* Gzip is indepenedent of gunzipGlenn L McGrath2001-04-111-0/+2
* Move unzip, gz_open, gz_close to libbbGlenn L McGrath2001-04-111-1/+0
* Add functions that were shared with gunzip.c, gunzip about to change.Glenn L McGrath2001-03-281-7/+122