style fix (stray space before ';')
[platform/upstream/busybox.git] / archival / gzip.c
2007-07-21 Denis Vlasenkostyle fix (stray space before ';')
2007-05-26 Denis Vlasenkousage.c: remove reference to busybox.h
2007-04-12 Denis Vlasenkostyle fixes. No code changes
2007-04-10 Denis Vlasenkomake compressed help code NOMMU- and NOFORK-friendly -
2007-03-22 Denis Vlasenkogzip: fix -d option handling
2007-03-20 Denis Vlasenkofix accumulated whitespace and indentation damage
2007-03-15 Denis Vlasenkogzip: Improve ptr_to_globals trick, allowing gcc
2007-03-15 Denis Vlasenkofix TODO: getopt32 should reset optind to 1 itself
2007-03-15 Denis Vlasenkomodify ptr_to_globals trick so that we do not violate
2007-03-14 Denis Vlasenkogzip: bbunzip integration fixes
2007-03-14 Denis Vlasenkogzip: use common bbunzip infrastructure - ~700 bytes...
2007-03-14 Denis Vlasenkogzip: reduce global data footprint, part 3
2007-03-14 Denis Vlasenkogzip: reduce global data footprint, part 2
2007-03-14 Denis Vlasenkogzip: reduce global data footprint, part 1
2007-02-03 Denis Vlasenkosuppress warnings about easch <applet>_main() having
2007-01-13 Denis Vlasenkowhitespace fixes (leading spaces to tab)
2007-01-11 Denis VlasenkoTrailing whitespace removal over entire tree
2007-01-07 Denis Vlasenkogzip cleanup part #13 - the last for today I think
2007-01-07 Denis Vlasenkogzip cleanup part #12
2007-01-07 Denis Vlasenkogzip cleanup part #11
2007-01-07 Denis Vlasenkogzip cleanup part #10
2007-01-07 Denis Vlasenkogzip cleanup part #9
2007-01-07 Denis Vlasenkogzip cleanup part #8
2007-01-07 Denis Vlasenkogzip cleanup part #7
2007-01-07 Denis Vlasenkogzip cleanup part #6
2007-01-07 Denis Vlasenkogzip cleanup part #5
2007-01-07 Denis Vlasenkogzip cleanup part #4
2007-01-07 Denis Vlasenkogzip cleanup part #3
2007-01-07 Denis Vlasenkogzip cleanup part #2
2007-01-07 Denis Vlasenkoa ton of gzip changes, split up in compiled and
2007-01-06 Denis Vlasenkokill unused variable
2006-12-30 Denis Vlasenkodone a dozen of randconfig test. guess what? ALL failed...
2006-12-22 Denis Vlasenkoremove useless casts (type*) xzalloc(...)
2006-12-18 Denis VlasenkoA bunch of defined(__GLIBC__) added. static-linking...
2006-12-16 Denis Vlasenkoinline strcmp(s, "-") [actually macro-ize it for now...
2006-11-27 Denis Vlasenkostyle cleanup: return(a) -> return a, part 2
2006-10-03 Denis Vlasenkogetopt_ulflags -> getopt32.
2006-10-01 Denis Vlasenkogzip: add a bit of comment. The code itself
2006-10-01 Denis Vlasenkog[un]zip: add support for -v (verbose).
2006-09-22 Denis Vlasenkogzip: getopt_ulflags'isation
2006-09-11 Bernhard Reutner... - convert a few xopen3(,,0) into xopen(,). Also peruse...
2006-09-09 Denis Vlasenkousing [xa]sprintf for string concatenation is neat...
2006-08-20 Bernhard Reutner... - merge -r15463:15564 from busybox_scratch branch throu...
2006-08-03 Rob LandleyThese should have been part of 15767 too.
2006-07-01 "Robert P. J. Day"More removal of "#if 0" content.
2006-07-01 "Robert P. J. Day"Remove all usage of the "register" storage class specifier.
2006-06-03 Bernhard Reutner... - use bb_msg_{read,write}_error where appropriate.
2006-05-29 Rob LandleyMore size shrinkage.
2006-04-13 Bernhard Reutner... - patch from Denis Vlasenko to add and use bb_xopen3()
2006-04-12 Bernhard Reutner... - patch from Denis Vlasenko to add and use bb_xsocket...
2006-04-10 Rob LandleyPatch from Rob Sullivan to consolidate crc32 table...
2006-03-10 Rob LandleyPatch from Denis Vlasenko turning static const int...
2006-01-30 Bernhard Reutner... - add some ATTRIBUTE_UNUSED.
2006-01-25 Tim Rikerjust whitespace
2005-10-10 "Vladimir N. Oleynik"bb_mkdep: Rewroted. removed problem "include name must...
2005-10-07 Bernhard Reutner... - remove superfluous C statements ";;" in decompress_un...
2005-04-16 Mike FrysingerIn Bug 208, bernhardf writes:
2005-03-02 Manuel Novoa III Bandaid to make "gzip file1 file2 ..." set the decompre...
2005-02-11 Eric AndersenTakeharu KATO writes:
2004-12-17 Rob LandleyMinor in-passing crapectomy.
2004-04-14 Eric AndersenLarry Doolittle writes:
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2003-11-14 Eric AndersenVladimir N. Oleynik (vodz) writes:
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-28 Aaron LehmannChange if(x)free(x); to free(x);
2002-11-28 Glenn L McGrathUse error_msg instead of printf(stderr
2002-08-22 Glenn L McGrathRemove duplicate variable definition
2002-08-22 Glenn L McGrathRun through indent
2002-03-22 Matt Kraai* archival/gzip.c (gzip_main): Ensure that the output...
2002-02-05 Matt Kraai* archival/gzip.c (ifname, ofname): Delete.
2002-02-05 Matt Kraai* archival/gzip.c (gzip_main): Display usage if given...
2001-12-06 Aaron LehmannCommit my improvement on Rodney Brown's patch to g...
2001-10-24 Eric AndersenMajor rework of the directory structure and the entire...
2001-10-18 Eric AndersenScrub up some function prototypes.
2001-08-22 Eric AndersenPatch from Rodney Brown <RDBrown@mira.net>, shrinking...
2001-07-30 Glenn L McGrathIf filename is a '-' then read from stdin to stdout
2001-07-02 Eric AndersenPatch from Aaron Lehmann <aaronl@vitelus.com> to scrub...
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-11 Glenn L McGrathGzip is indepenedent of gunzip
2001-04-11 Glenn L McGrathMove unzip, gz_open, gz_close to libbb
2001-03-28 Glenn L McGrathAdd functions that were shared with gunzip.c, gunzip...
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-27 Eric AndersenFix header file usage -- there were many unnecessary...
2000-12-22 Matt KraaiUse busybox error handling functions wherever possible.
2000-12-13 Eric AndersenAdd GNU compatibile gzip -d
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-25 Eric AndersenRenamed "internal.h" to the more sensible "busybox.h".
2000-09-01 Eric AndersenSigh. Seems I screwed up last time. This fixed detecting
2000-08-10 Eric AndersenSome #include updates.
2000-07-21 Eric AndersenFixed stdin/stdout paths so things like
next