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