more of -Wall fixes from Cristian Ionescu-Idbohrn.
[platform/upstream/busybox.git] / archival / libunarchive / decompress_bunzip2.c
2008-05-15 Denis Vlasenkomore of -Wall fixes from Cristian Ionescu-Idbohrn.
2007-10-10 Denis Vlasenkobunzip: small code shrink and consmetics
2007-09-28 Denis Vlasenkobunzip2: trim verbose messages
2007-06-08 Denis Vlasenkormp: add optional support for bz2 data. +50 bytes of...
2007-05-30 Denis Vlasenkowhitespace fixes
2007-04-10 Denis Vlasenkomake compressed help code NOMMU- and NOFORK-friendly -
2007-04-10 Denis Vlasenkoone-liner: fix indentation
2007-04-10 Denis Vlasenkobunzip2: big style cleanup. No code changes apart from...
2007-04-04 Bernhard Reutner... - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]...
2006-12-26 Denis Vlasenkostyle fixes
2006-10-01 Denis Vlasenkog[un]zip: add support for -v (verbose).
2006-08-03 Rob LandleyRemove bb_ prefixes from xfuncs.c (and a few other...
2006-05-29 Rob LandleyMore size shrinkage.
2006-04-14 Rob LandleyBusybox is under the GPL.
2006-04-10 Rob LandleyPatch from Rob Sullivan to consolidate crc32 table...
2006-04-02 Bernhard Reutner... - include proper prototypes in libunarchive.
2006-03-06 Rob LandleyRobert P. Day removed 8 gazillion occurrences of "exter...
2006-03-01 Rob LandleyCleanup patch from Denis Vlasenko. Mostly variants...
2006-02-17 Rob LandleyFix for an integer overflow bug that could cause a...
2006-02-17 Rob LandleyThe tendency of vi to auto-indent can be really annoyin...
2006-02-17 Rob LandleyMore whitespace than you can possibly imagine...
2006-01-25 Tim Rikerjust whitespace
2005-09-25 Rob LandleyStop gcc4 from nit-picking about signedness of char *.
2004-11-16 Rob LandleyDon't document compiler warnings. _FIX_ compiler warnings.
2004-08-28 Eric AndersenFixup some warnings
2004-04-14 Eric AndersenLarry Doolittle writes:
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2003-11-15 Glenn L McGrathMove from read_gz to the pipe()+fork() method.
2003-11-05 Glenn L McGrathFix tar -j support
2003-10-31 Eric AndersenPut back the tar support stubs (and warnings) for now.
2003-10-28 Glenn L McGrathAdd some error messages, use xmalloc instead of malloc
2003-10-23 Eric AndersenAnother bzip2 update and speedup from Manuel Novoa...
2003-10-18 Eric AndersenManuel Novoa III writes:
2003-10-18 Eric AndersenRob Landley's new micro-bunzip version 3. Rob writes:
2003-03-19 Manuel Novoa III Major coreutils update.
2002-11-05 Glenn L McGrathFail silently if a partial tar header is read as tar...
2002-11-03 Glenn L McGrathAbstract read and seek in unarchiving code, convert...
2002-11-03 Glenn L McGrathMove bunzip2 idecompression code to libunarchive