aboutsummaryrefslogtreecommitdiff
path: root/archival/gzip.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Clean up more local vars which shadow globalsEric Andersen2001-03-211-3/+3
* It turns out that DODMALLOC was broken when I reorganized busybox.hEric Andersen2001-02-201-17/+6
* This patch, put together by Manuel Novoa III, is a merge of workEric Andersen2001-02-141-2/+2
* Removed trailing \n from error_msg{,_and_die} messages.Matt Kraai2001-01-311-6/+6
* Fix header file usage -- there were many unnecessary header files included inEric Andersen2001-01-271-0/+1
* Use busybox error handling functions wherever possible.Matt Kraai2000-12-221-18/+9
* Add GNU compatibile gzip -dEric Andersen2000-12-131-0/+2
* Changed names of functions in utility.c and all affected files, to makeMark Whitley2000-12-071-9/+9
* Stop using TRUE and FALSE for exit status.Matt Kraai2000-12-011-1/+1
* Move flush_outbuf to the file in which it is used, and by doing so fix aMatt Kraai2000-11-081-0/+14
* Cleanup of duplicated symbols -- found by compiling withEric Andersen2000-11-071-26/+15
* Fix error messages.Matt Kraai2000-10-231-4/+4
* Renamed "internal.h" to the more sensible "busybox.h".Eric Andersen2000-09-251-1/+1
* Sigh. Seems I screwed up last time. This fixed detectingEric Andersen2000-09-011-4/+3
* Some #include updates.Eric Andersen2000-08-101-1/+0
* Fixed stdin/stdout paths so things likeEric Andersen2000-07-211-2/+16
* Extract usage information into a separate file.Matt Kraai2000-07-161-13/+0
* Always report the applet name when doing error reporting.Matt Kraai2000-07-121-2/+2
* Updates to a number of apps to remove warnings/compile errors under libc5.Eric Andersen2000-06-191-6/+4
* More libc portability updates, add in the website (which has not beenErik Andersen2000-05-191-3/+3
* Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELPErik Andersen2000-05-121-6/+11
* Latest and greatest. Some effort at libc5 (aiming towards newlib)Erik Andersen2000-04-281-1/+0
* More documentation updates, and minor fixes to make things syncErik Andersen2000-04-151-1/+1