summaryrefslogtreecommitdiff
path: root/gunzip.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Initialise in_file to stdin, so it wont crash if no source specifiedGlenn L McGrath2001-06-201-2/+2
* Make - read compressed data from stdin (thanks to Marius Groeger).Matt Kraai2001-05-221-1/+1
* woops, forgot the break statmentGlenn L McGrath2001-05-071-0/+1
* 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-4/+0
* Eliminate spurious warning, convert to getopt, and eliminate redundant check.Matt Kraai2001-04-181-1/+3
* Fix a number of problems with argument handling.Matt Kraai2001-04-181-49/+29
* Eliminate a segfault when called on an existing file with out an extension:Matt Kraai2001-04-181-2/+2
* Fix zcat/gunzip when reading from stdinGlenn L McGrath2001-04-181-26/+28
* Move unzip, gz_open, gz_close to libbbGlenn L McGrath2001-04-111-991/+6
* gz_open and gz_close were left in, even when BB_FEATURE_TAR_GZIP was disabled.Eric Andersen2001-03-291-0/+2
* Fix zcatGlenn L McGrath2001-03-291-4/+2
* gunzip -c works againGlenn L McGrath2001-03-291-23/+19
* Fixes from Robert KaiserGlenn L McGrath2001-03-281-6/+4
* Remove cruftGlenn L McGrath2001-03-281-2/+2
* Fix tar -z, calls gz_open nowGlenn L McGrath2001-03-281-9/+8
* Major cleanup to better adhere to style guide and use standard busybox functionsGlenn L McGrath2001-03-281-898/+724
* Clean up more local vars which shadow globalsEric Andersen2001-03-211-4/+4
* It turns out that DODMALLOC was broken when I reorganized busybox.hEric Andersen2001-02-201-1/+1
* 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-8/+8
* Commit Larry Doolittle's buffers-on-stack/buffers-via-malloc patch.Eric Andersen2001-01-251-2/+2
* #define -> static const int. Also got rid of some big static buffers.Mark Whitley2001-01-231-24/+27
* Support for tar -z option for uncompressing onlyGlenn L McGrath2000-12-101-2/+2
* Introduce new function gunzip_init()Glenn L McGrath2000-12-101-32/+35
* Changed names of functions in utility.c and all affected files, to makeMark Whitley2000-12-071-11/+11
* 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-15/+0
* Cleanup of duplicated symbols -- found by compiling withEric Andersen2000-11-071-24/+20
* Fix error messages.Matt Kraai2000-10-231-4/+4
* General cleanup of comments, defines, includes, and global variables, removed...Glenn L McGrath2000-09-291-1451/+632
* Renamed "internal.h" to the more sensible "busybox.h".Eric Andersen2000-09-251-1/+1
* Remove definition of basename.Glenn L McGrath2000-09-181-3/+0
* Fixed a stupid thinko preventing zcat from doing its job, thanksEric Andersen2000-09-011-0/+1
* Correct the stdin/stdout behavior when no args are provided.Eric Andersen2000-09-011-5/+5
* Some #include updates.Eric Andersen2000-08-101-1/+0
* Fixed stdin/stdout paths so things likeEric Andersen2000-07-211-9/+19
* Extract usage information into a separate file.Matt Kraai2000-07-161-13/+1
* Use errorMsg rather than fprintf.Matt Kraai2000-07-141-4/+3
* Always report the applet name when doing error reporting.Matt Kraai2000-07-121-2/+2
* Use global applet_name instead of local versions.Matt Kraai2000-07-121-1/+1
* a few minor cleanups.Eric Andersen2000-07-061-0/+1
* Updates to a number of apps to remove warnings/compile errors under libc5.Eric Andersen2000-06-191-1/+1
* More libc portability updates, add in the website (which has not beenErik Andersen2000-05-191-140/+11
* Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELPErik Andersen2000-05-121-6/+11
* * cp -fa now works as expected for symlinks (it didn't before)Erik Andersen2000-05-101-4/+5
* Latest and greatest. Some effort at libc5 (aiming towards newlib)Erik Andersen2000-04-281-3/+2
* Upates to include copyright 2000 to everythingErik Andersen2000-04-131-80/+90
* more minor fixesErik Andersen2000-03-191-6/+0
* UpdatesErik Andersen2000-02-111-9/+7