The previous fix for 's/a/1/;s/b/2/;t one;p;:one;p' broke the case of
[oweals/busybox.git] / archival / bunzip2.c
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....