Start 1.33.0 development cycle
[oweals/busybox.git] / archival / bunzip2.c
2007-03-07 Denis Vlasenkobunzip2/gunzip/uncompress/unlzma: merge into common...
2007-02-03 Denis Vlasenkosuppress warnings about easch <applet>_main() having
2006-12-16 Denis Vlasenkoinline strcmp(s, "-") [actually macro-ize it for now...
2006-10-12 Denis Vlasenkostyle fixes
2006-10-03 Denis Vlasenkobb_applet_name -> applet_name
2006-10-03 Denis Vlasenkogetopt_ulflags -> getopt32.
2006-10-01 Denis Vlasenkog[un]zip: add support for -v (verbose).
2006-09-27 Denis Vlasenkousage.h: remove ugly tricks. We have USE_FEATURE_xxx...
2006-09-03 Denis Vlasenkoarchival: added O_TRUNC so that when we overwrite files...
2006-08-03 Rob LandleyRemove bb_ prefixes from xfuncs.c (and a few other...
2006-07-02 "Robert P. J. Day"Standardize on the vi editing directives being on the...
2006-06-13 Rob LandleyUse xstat() instead of if(stat()) die()
2006-06-13 Rob LandleyPatch from Denis Vlasenko: unlzma was make files with...
2006-04-17 Rob LandleyGlenn gave permission for GPLv2 "or later".
2005-09-11 Rob LandleyCleanup patch by Bernhard Fischer, removing unnecessary...
2005-08-30 Rob LandleyDon't comment warnings, _FIX_ warnings. (And putting...
2005-07-30 Mike Frysingertell people to ignore the save_name warning
2004-08-28 Eric AndersenFixup some warnings
2004-04-25 Glenn L McGrathUpdate my email address, document some of my tasks...
2004-03-27 Eric Andersens/fileno\(stdin\)/STDIN_FILENO/g
2004-01-05 Glenn L McGrathUse bb_getopt_ulflags, simplify some logic, saves some...
2003-10-29 Glenn L McGrathUse the return value from uncompress_bunzip, fix some...
2003-10-28 Glenn L McGrathFix a logic error, the old bunzip code returned non...
2003-03-19 Manuel Novoa III Major coreutils update.
2002-11-03 Glenn L McGrathAbstract read and seek in unarchiving code, convert...
2002-11-03 Glenn L McGrathMove bunzip2 idecompression code to libunarchive
2002-06-23 Aaron Lehmanninline many functions that are only called once. saves...
2002-06-23 Aaron Lehmannremove cleanUpAndFail, and replace it with exit()....
2002-06-22 Aaron LehmannMajor revamp. I've been trying to clean up the code...
2002-04-15 Matt Kraai* archival/bunzip2.c (bunzip2_main): Do not remove...
2002-03-27 Matt Kraai* archival/bunzip2.c (bunzip2_main): Remove compressed...
2002-03-27 Matt Kraai* archival/bunzip2.c: Include <unistd.h>.
2001-12-20 Matt KraaiRemove `== TRUE' tests and convert `!= TRUE' and `...
2001-12-06 Aaron LehmannCommit my improvement on Rodney Brown's patch to g...
2001-11-18 Glenn L McGrathbzcat and bunzip -c support from Thomas Lundquist
2001-11-12 Matt KraaiChange strdup calls to xstrdup (patch from Steve Merrif...
2001-10-05 Glenn L McGrathInitial support for for bunzip2....