1. 6ca409e trylink: produce even more info about final link stage by Denis Vlasenko · 17 years ago
  2. 990d0f6 Replace index_in_[sub]str_array with index_in_[sub]strings, by Denis Vlasenko · 17 years ago
  3. bdc88fd rework long option handling. saves ~1.2k by Denis Vlasenko · 17 years ago
  4. 0919657 libbb: nuke BB_GETOPT_ERROR, always die if there are mutually exclusive options by Denis Vlasenko · 17 years ago
  5. 4b924f3 whitespace fixes by Denis Vlasenko · 17 years ago
  6. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 17 years ago
  7. 80d14be Rename two config options: by Denis Vlasenko · 17 years ago
  8. 335b63d make a few struct bb_applet members conditional by Denis Vlasenko · 17 years ago
  9. 9c146a9 getopt: use getopt32 for option parsing - inspired by patch by by Denis Vlasenko · 17 years ago
  10. febe3c4 - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g" by Bernhard Reutner-Fischer · 17 years ago
  11. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  12. d9e15f2 style cleanup: return(a) -> return a, part 2 by Denis Vlasenko · 18 years ago
  13. c6f188d silly size savings and capitalization fixes by Denis Vlasenko · 18 years ago
  14. 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 18 years ago
  15. f47ff10 getopt: fix whitespace damage by Denis Vlasenko · 18 years ago
  16. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  17. 63fc1a9 Standardize on the vi editing directives being on the first line. by "Robert P. J. Day" · 18 years ago
  18. b1629b1 - remove emacs layout block as suggested by Robert P.J. Day by Bernhard Reutner-Fischer · 18 years ago
  19. bc68cd1 Patch from Denis Vlasenko turning static const int (which gets emitted into by Rob Landley · 18 years ago
  20. c1ef7bd just whitespace by Tim Riker · 19 years ago
  21. 5cf9a03 more const, attribute_noreturn saved 200 bytes by "Vladimir N. Oleynik" · 19 years ago
  22. dbaf97e Fix the warnings, and fix the following two obvious segfaults: by Rob Landley · 19 years ago
  23. d4004ee Patch from Felipe Kellermann, remove some unnecessary dups, i declared a few extra const's also. by Glenn L McGrath · 20 years ago
  24. aff114c Larry Doolittle writes: by Eric Andersen · 20 years ago
  25. cad5364 Major coreutils update. by Manuel Novoa III · 21 years ago
  26. a170e1c Change if(x)free(x); to free(x); by Aaron Lehmann · 22 years ago
  27. d378c31 Applied vodz' patches #49 and #50 (with a small correction in runshell.c) by Robert Griebl · 22 years ago
  28. af03049 Applied patch from Larry Doolittle to remove some strlen calls, and add one by Mark Whitley · 23 years ago
  29. 3e6ff90 A cleanup patch from Jeff Garzik to static-ify a number of by Eric Andersen · 23 years ago
  30. 67991cf This patch, put together by Manuel Novoa III, is a merge of work by Eric Andersen · 24 years ago
  31. dd19c69 Removed trailing \n from error_msg{,_and_die} messages. by Matt Kraai · 24 years ago
  32. 59ab025 #define -> static const int. Also got rid of some big static buffers. by Mark Whitley · 24 years ago
  33. f57c944 Changed names of functions in utility.c and all affected files, to make by Mark Whitley · 24 years ago
  34. 6050618 Put getopt_usage where it belongs and added *_usage entries in busybox.[ch] by Mark Whitley · 24 years ago
  35. 3570a34 Renamed "internal.h" to the more sensible "busybox.h". -Erik by Eric Andersen · 24 years ago
  36. a1f16bb Added getopt(1) from "Alfred M. Szmidt" <ams@trillian.itslinux.org> -Erik by Eric Andersen · 24 years ago