Remove trailing whitespace. Update copyright to include 2004.
[platform/upstream/busybox.git] / archival / gunzip.c
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2004-01-05 Glenn L McGrathUse bb_getopt_ulflags, save 150 bytes.
2003-11-15 Glenn L McGrathMove from read_gz to the pipe()+fork() method.
2003-07-14 Eric AndersenUpdate a bunch of docs. Run a script to update my...
2003-03-19 Manuel Novoa III Major coreutils update.
2002-11-01 Glenn L McGrathMake uncompress a seperate applet so it doesnt pull...
2002-11-01 Glenn L McGrathAllow the .Z prefix if compress support enabled
2002-11-01 Glenn L McGrathReport errror if the first magic character doesnt match
2002-09-30 Glenn L McGrathSave status so we know if to delete compressed file
2002-09-27 Glenn L McGrathFix compress support and prevent a segfault
2002-09-25 Glenn L McGrathNew common unarchive code.
2002-08-26 Glenn L McGrathchmod on the NEW file
2002-08-24 Glenn L McGrathReorganise, make it just one function, remove -v option...
2002-08-24 Glenn L McGrathRun through indent, use braces
2002-07-19 Robert GrieblApplied vodz' patches #49 and #50 (with a small correct...
2002-05-15 Robert Grieblgunzip'ing many files to stdout works now
2002-05-15 Robert GrieblDon't delete source file when decompressing to stdout
2002-04-29 Matt Kraai* archival/gunzip.c (gunzip_file): New.
2002-04-13 Eric AndersenRework per how I did things in version in 0.60.3 so...
2002-04-06 Eric AndersenFix email addr
2001-12-20 Matt KraaiRemove `== TRUE' tests and convert `!= TRUE' and `...
2001-11-12 Matt KraaiChange strdup calls to xstrdup (patch from Steve Merrif...
2001-07-13 Glenn L McGrathMove setvbuf calls from gz_open() to calling functions...
2001-06-20 Glenn L McGrathInitialise in_file to stdin, so it wont crash if no...
2001-05-22 Matt KraaiMake - read compressed data from stdin (thanks to Mariu...
2001-05-07 Glenn L McGrathwoops, forgot the break statment
2001-05-07 Glenn L McGrathTolerate -q argument, if -q is passed give a warning...
2001-04-25 Eric AndersenMove messages.c to libbb. Make each string in messages...
2001-04-18 Matt KraaiEliminate spurious warning, convert to getopt, and...
2001-04-18 Matt KraaiFix a number of problems with argument handling.
2001-04-18 Matt KraaiEliminate a segfault when called on an existing file...
2001-04-18 Glenn L McGrathFix zcat/gunzip when reading from stdin
2001-04-11 Glenn L McGrathMove unzip, gz_open, gz_close to libbb
2001-03-29 Eric Andersengz_open and gz_close were left in, even when BB_FEATURE...
2001-03-29 Glenn L McGrathFix zcat
2001-03-29 Glenn L McGrathgunzip -c works again
2001-03-28 Glenn L McGrathFixes from Robert Kaiser
2001-03-28 Glenn L McGrathRemove cruft
2001-03-28 Glenn L McGrathFix tar -z, calls gz_open now
2001-03-28 Glenn L McGrathMajor cleanup to better adhere to style guide and use...
2001-03-21 Eric AndersenClean up more local vars which shadow globals
2001-02-20 Eric AndersenIt turns out that DODMALLOC was broken when I reorganiz...
2001-02-14 Eric AndersenThis patch, put together by Manuel Novoa III, is a...
2001-01-31 Matt KraaiRemoved trailing \n from error_msg{,_and_die} messages.
2001-01-25 Eric AndersenCommit Larry Doolittle's buffers-on-stack/buffers-via...
2001-01-23 Mark Whitley#define -> static const int. Also got rid of some big...
2000-12-10 Glenn L McGrathSupport for tar -z option for uncompressing only
2000-12-10 Glenn L McGrathIntroduce new function gunzip_init()
2000-12-07 Mark WhitleyChanged names of functions in utility.c and all affecte...
2000-12-01 Matt KraaiStop using TRUE and FALSE for exit status.
2000-11-08 Matt KraaiMove flush_outbuf to the file in which it is used,...
2000-11-07 Eric AndersenCleanup of duplicated symbols -- found by compiling...
2000-10-23 Matt KraaiFix error messages.
2000-09-29 Glenn L McGrathGeneral cleanup of comments, defines, includes, and...
2000-09-25 Eric AndersenRenamed "internal.h" to the more sensible "busybox.h".
2000-09-18 Glenn L McGrathRemove definition of basename.
2000-09-01 Eric AndersenFixed a stupid thinko preventing zcat from doing its...
2000-09-01 Eric AndersenCorrect the stdin/stdout behavior when no args are...
2000-08-10 Eric AndersenSome #include updates.
2000-07-21 Eric AndersenFixed stdin/stdout paths so things like
2000-07-16 Matt KraaiExtract usage information into a separate file.
2000-07-14 Matt KraaiUse errorMsg rather than fprintf.
2000-07-12 Matt KraaiAlways report the applet name when doing error reporting.
2000-07-12 Matt KraaiUse global applet_name instead of local versions.
2000-07-06 Eric Andersena few minor cleanups.
2000-06-19 Eric AndersenUpdates to a number of apps to remove warnings/compile...
2000-05-19 Erik AndersenMore libc portability updates, add in the website ...
2000-05-12 Erik AndersenLots of updates. Finished implementing BB_FEATURE_TRIV...
2000-05-10 Erik Andersen* cp -fa now works as expected for symlinks (it didn...
2000-04-28 Erik AndersenLatest and greatest. Some effort at libc5 (aiming...
2000-04-13 Erik AndersenUpates to include copyright 2000 to everything
2000-03-19 Erik Andersenmore minor fixes
2000-02-11 Erik AndersenUpdates
2000-02-08 Erik AndersenSome formatting updates (ran the code through indent)
2000-02-07 Erik AndersenA few minor updates. ;-)
2000-01-25 Erik AndersenSome busybox updates. See the changelog for details...
2000-01-04 Erik AndersenBunches of fixes. Typos, bugs, etc.
1999-12-17 Erik AndersenReworked the source so it will compile and run under...
1999-11-18 Eric AndersenForgot this.