1. 70060d2 s/fileno\(stdin\)/STDIN_FILENO/g s/fileno\(stdout\)/STDOUT_FILENO/g by Eric Andersen · 21 years ago
  2. 6cb3bc0 Use bb_getopt_ulflags, simplify some logic, saves some bytes. by Glenn L McGrath · 21 years ago
  3. f235d05 Use the return value from uncompress_bunzip, fix some typo by Glenn L McGrath · 21 years ago
  4. debb21e Fix a logic error, the old bunzip code returned non-zero for success, by Glenn L McGrath · 21 years ago
  5. cad5364 Major coreutils update. by Manuel Novoa III · 22 years ago
  6. 237ae42 Abstract read and seek in unarchiving code, convert bunzip to file descriptors, support tar -j by Glenn L McGrath · 22 years ago
  7. 60bce49 Move bunzip2 idecompression code to libunarchive by Glenn L McGrath · 22 years ago
  8. 9031481 inline many functions that are only called once. saves about 300 bytes by Aaron Lehmann · 22 years ago
  9. 8c26fbe remove cleanUpAndFail, and replace it with exit(). because that's what by Aaron Lehmann · 22 years ago
  10. 9f92d5f Major revamp. I've been trying to clean up the code. the bzerror stuff by Aaron Lehmann · 22 years ago
  11. a078268 * archival/bunzip2.c (bunzip2_main): Do not remove files if writing to standard by Matt Kraai · 23 years ago
  12. cf32ac5 * archival/bunzip2.c (bunzip2_main): Remove compressed file. by Matt Kraai · 23 years ago
  13. 9cdb060 * archival/bunzip2.c: Include <unistd.h>. by Matt Kraai · 23 years ago
  14. 1f0c436 Remove `== TRUE' tests and convert `!= TRUE' and `== FALSE' tests to use !. by Matt Kraai · 23 years ago
  15. b9df470 Commit my improvement on Rodney Brown's patch to g(un)zip, decreasing by Aaron Lehmann · 23 years ago
  16. fff11f1 bzcat and bunzip -c support from Thomas Lundquist by Glenn L McGrath · 23 years ago
  17. c822763 Change strdup calls to xstrdup (patch from Steve Merrifield). by Matt Kraai · 23 years ago
  18. 24e2833 Initial support for for bunzip2.... by Glenn L McGrath · 23 years ago