summaryrefslogtreecommitdiff
path: root/gunzip.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Some formatting updates (ran the code through indent)Erik Andersen2000-02-081-1253/+1267
* A few minor updates. ;-)Erik Andersen2000-02-071-6/+22
* Some busybox updates. See the changelog for details if you care.Erik Andersen2000-01-251-45/+3
* Bunches of fixes. Typos, bugs, etc.Erik Andersen2000-01-041-16/+16
* Reworked the source so it will compile and run under glibc 2.0.7Erik Andersen1999-12-171-0/+4
* Forgot this.Eric Andersen1999-11-181-0/+2330