summaryrefslogtreecommitdiff
path: root/gunzip.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Commit Larry Doolittle's buffers-on-stack/buffers-via-malloc patch.Eric Andersen2001-01-251-2/+2
| | | | -Erik
* #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
| | | | gunzip_init() will make it easier to use gunzip from other bb functions.
* Changed names of functions in utility.c and all affected files, to makeMark Whitley2000-12-071-11/+11
| | | | compliant with the style guide. Everybody rebuild your tags file!
* 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
| | | | nasty error dealing with two different variables with the same name.
* Cleanup of duplicated symbols -- found by compiling withEric Andersen2000-11-071-24/+20
| | | | LDFLAGS += -Wl,-warn-common
* Fix error messages.Matt Kraai2000-10-231-4/+4
|
* General cleanup of comments, defines, includes, and global variables, ↵Glenn L McGrath2000-09-291-1451/+632
| | | | | | | | removed those that arent needed, grouped those remaining at the top. Re-ordered functions to the order they are called. Removed static crc table, it now generates the table once for itself. Results in source reduced by 40%, so it should be a lot easier to work on in the future, binary size only reduced by under 2KB though.
* Renamed "internal.h" to the more sensible "busybox.h".Eric Andersen2000-09-251-1/+1
| | | | -Erik
* Remove definition of basename.Glenn L McGrath2000-09-181-3/+0
| | | | It was defined out so that it would never be seen, and if it was ever seen it wasnt used for anything. It also stops gunzip compiling under the Hurd.
* Fixed a stupid thinko preventing zcat from doing its job, thanksEric Andersen2000-09-011-0/+1
| | | | | to Torbj�rn Axelsson <torax@cendio.se> for the fix. -Erik
* Correct the stdin/stdout behavior when no args are provided.Eric Andersen2000-09-011-5/+5
| | | | -Erik
* Some #include updates.Eric Andersen2000-08-101-1/+0
| | | | -Erik
* Fixed stdin/stdout paths so things likeEric Andersen2000-07-211-9/+19
| | | | | | | tar cvf - /etc/* | gzip -c9 >test.tgz will now work. Fix thanks to Dave Cinege <dcinege@psychosis.com> with some adjustments by me to be mroe GNU-like. -Erik
* 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
| | | | -Erik
* Updates to a number of apps to remove warnings/compile errors under libc5.Eric Andersen2000-06-191-1/+1
| | | | | Tested under both libc5 and libc6 and all seems well with these fixes. -Erik
* More libc portability updates, add in the website (which has not beenErik Andersen2000-05-191-140/+11
| | | | | archived previously). Wrote 'which' during the meeting today. -Erik
* Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELPErik Andersen2000-05-121-6/+11
| | | | | | | | which lets you compile out most of the "--help" output, saving up to 17k. Renamed mnc to nc. -Erik
* * cp -fa now works as expected for symlinks (it didn't before)Erik Andersen2000-05-101-4/+5
| | | | | | * zcat works again (wasn't working since option parsing was broken) * more doc updates/more support for BB_FEATURE_SIMPLE_HELP -Erik
* Latest and greatest. Some effort at libc5 (aiming towards newlib)Erik Andersen2000-04-281-3/+2
| | | | | compatability. -Erik
* Upates to include copyright 2000 to everythingErik Andersen2000-04-131-80/+90
| | | | -Erik
* more minor fixesErik Andersen2000-03-191-6/+0
| | | | -Erik
* UpdatesErik Andersen2000-02-111-9/+7
| | | | -Erik
* Some formatting updates (ran the code through indent)Erik Andersen2000-02-081-1253/+1267
| | | | -Erik
* A few minor updates. ;-)Erik Andersen2000-02-071-6/+22
| | | | | | Seriously though, read the Changelog for busybox 0.42, which this is about to become... -Erik
* Some busybox updates. See the changelog for details if you care.Erik Andersen2000-01-251-45/+3
| | | | -Erik
* Bunches of fixes. Typos, bugs, etc.Erik Andersen2000-01-041-16/+16
| | | | | | Added 'gunzip -t'. inittab support _almost_ works (but it isn't ready for prime time useage yet). -Erik
* Reworked the source so it will compile and run under glibc 2.0.7Erik Andersen1999-12-171-0/+4
| | | | | | and linux kernel 2.0.36 (though the dubious reasons why someone would want to do that defy imagination ;) -Erik
* Forgot this.Eric Andersen1999-11-181-0/+2330