1. d18f52b actually add bb_qsort.c *: s/Denis/Denys/ by Denis Vlasenko · 17 years ago
  2. a985d30 - spelling fixes by Bernhard Reutner-Fischer · 17 years ago
  3. 97bd0e0 README: doccument the need of CONFIG_DESKTOP by Denis Vlasenko · 17 years ago
  4. e4bc603 od: reduce data/bss usage (code size went down too) by Denis Vlasenko · 17 years ago
  5. 7c2db5c - use standard-imposed constants some more by Bernhard Reutner-Fischer · 17 years ago
  6. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  7. 4daad90 introduce bb_putchar(). saves ~1800 on uclibc (less on glibc). by Denis Vlasenko · 17 years ago
  8. 45946f8 runit/*: get rid of tai[a] time abstraction, it's too bloaty. by Denis Vlasenko · 17 years ago
  9. fe7cd64 don't pass argc in getopt32, it's superfluous by Denis Vlasenko · 17 years ago
  10. 6ca409e trylink: produce even more info about final link stage by Denis Vlasenko · 17 years ago
  11. f868963 multiplier suffixes are short, store them directly in struct suffix_mult by Denis Vlasenko · 17 years ago
  12. 990d0f6 Replace index_in_[sub]str_array with index_in_[sub]strings, by Denis Vlasenko · 17 years ago
  13. bcb66ec od: shrink a bit by Denis Vlasenko · 17 years ago
  14. bdc88fd rework long option handling. saves ~1.2k by Denis Vlasenko · 17 years ago
  15. 80b8b39 Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <wharms@bfs.de>) by Denis Vlasenko · 17 years ago
  16. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 18 years ago
  17. 8d9f495 getopt32: fix llist_t options ordering. llist_rev is not unused. by Denis Vlasenko · 18 years ago
  18. 8e858e2 clean up accumulated whitespace damage by Denis Vlasenko · 18 years ago
  19. 54cf511 sort: fix multiple -k (was ignoring all except last) by Denis Vlasenko · 18 years ago
  20. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  21. 5dd7686 Yann E. MORIN. writes: i pity the fool who doesnt use the z length modifier with size_t types by Mike Frysinger · 18 years ago
  22. bf0a201 style fixes last xcalloc replaced by xzalloc by Denis Vlasenko · 18 years ago
  23. 0f5905e od: remove bug-for-bug compat (because the bug was fixed in coreuitls) by Denis Vlasenko · 18 years ago
  24. 2425bdc od: fix buglet in --traditional, microoptimization, by Denis Vlasenko · 18 years ago
  25. c61852a fix support for globally disabling --long-options. by Denis Vlasenko · 18 years ago
  26. 601ae13 od: sometime ago I landed BIG od implementation by Denis Vlasenko · 18 years ago
  27. 1114de7 od: provide full-blown od from coreutils if CONFIG_DESKTOP by Denis Vlasenko · 18 years ago