1. 5cf9a03 more const, attribute_noreturn saved 200 bytes by "Vladimir N. Oleynik" · 19 years ago
  2. bb20462 - consume space between functionname and opening brackets by Bernhard Reutner-Fischer · 19 years ago
  3. f87b3e3 as pointed out in Bug 17, use uint32_t instead of unsigned long since the code expects the size of the info variables to be 32bits and sizeof(long) on 64bit hosts is not 32bits by Mike Frysinger · 19 years ago
  4. de2b938 eat misappropriated whitespace by Mike Frysinger · 19 years ago
  5. 10a11e2 uncuddle function scope brackets by Mike Frysinger · 19 years ago
  6. 23f62fc split libbb: moved xregcomp separatelly for speed up recompile by "Vladimir N. Oleynik" · 19 years ago
  7. b4f3cff removed strange extern void xregcomp(... from some applets, but declared from libbb.h by "Vladimir N. Oleynik" · 19 years ago
  8. ed830e8 Patch from Dmitry Zakharov: by Rob Landley · 20 years ago
  9. ca29ffc Patch from Dmitry Zakharov to fix a bug triggered by freeswan's scripts. by Glenn L McGrath · 20 years ago
  10. 67776be Simon Poole reports that awk segfaults when environment variables by Eric Andersen · 20 years ago
  11. 1fbc909 Patch from Dmitry Zakharov to fix a bug discovered via the freeswap script. by Glenn L McGrath · 20 years ago
  12. aff114c Larry Doolittle writes: by Eric Andersen · 21 years ago
  13. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 21 years ago
  14. 4bded58 Patch from Dmitry Zakharov, this line was missedfrom the last patch by Glenn L McGrath · 21 years ago
  15. 00ed36f Patch from Dmitry Zakharov, by Glenn L McGrath · 21 years ago
  16. cad5364 Major coreutils update. by Manuel Novoa III · 22 years ago
  17. a170e1c Change if(x)free(x); to free(x); by Aaron Lehmann · 22 years ago
  18. d4036f8 Use erorr_msg( isntead of fprintf(stderr, by Glenn L McGrath · 22 years ago
  19. 545106f Move awk from textutils to editors. Cleanup run-parts, saves 200 bytes, moves the guts of run_parts to libbb to be used by ifupdown. by Glenn L McGrath · 22 years ago