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