1. e1a0d48 message string changes, mostly for consistency, also -32 bytes in .rodata by Denis Vlasenko · 18 years ago
  2. 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 18 years ago
  3. a959588 Yet another silly little byte saving. couldn't -> cannot by Denis Vlasenko · 18 years ago
  4. 20cc6d5 Remove pointless "const". Bloatcheck says 0 bytes difference. by Rob Landley · 18 years ago
  5. 22dca23 archival: added O_TRUNC so that when we overwrite files on unpack, by Denis Vlasenko · 18 years ago
  6. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  7. 5343747 Cleaup read() and write() variants, plus a couple of new functions like by Rob Landley · 18 years ago
  8. c4b6739 Use xstat() instead of if(stat()) die() by Rob Landley · 19 years ago
  9. 421d9e5 - move buffer allocation schemes to libbb.h by Bernhard Reutner-Fischer · 19 years ago
  10. dfba741 Robert P. Day removed 8 gazillion occurrences of "extern" on function by Rob Landley · 19 years ago
  11. b7128c6 Cleanup patch by Bernhard Fischer, removing unnecessary includes of by Rob Landley · 19 years ago
  12. 70060d2 s/fileno\(stdin\)/STDIN_FILENO/g s/fileno\(stdout\)/STDOUT_FILENO/g by Eric Andersen · 21 years ago
  13. a0b3705 Save a few bytes by using bb_getopt_ulflags and a few other minor improvments by Glenn L McGrath · 21 years ago
  14. cad5364 Major coreutils update. by Manuel Novoa III · 22 years ago
  15. bf1cc8b Make uncompress a seperate applet so it doesnt pull in all the gunzip code by Glenn L McGrath · 22 years ago