1. b097a84 config: update size information by Denys Vlasenko · 6 years ago
  2. 72089cf config: deindent all help texts by Denys Vlasenko · 7 years ago
  3. 4eed2c6 Update menuconfig items with approximate applet sizes by Denys Vlasenko · 7 years ago
  4. af3f420 Convert all coreutils/* applets to "new style" applet definitions by Denys Vlasenko · 8 years ago
  5. 9de2e5a *: hopefully all setup_common_bufsiz() are in place by Denys Vlasenko · 9 years ago
  6. e6a2f4c libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it by Denys Vlasenko · 9 years ago
  7. 327f550 Use unsigned printf/scanf conversion where more appropriate by Denys Vlasenko · 11 years ago
  8. 6830ade whitespace fixes. no code changes by Denys Vlasenko · 12 years ago
  9. 6642676 *: remove "Options:" string from help texts by Denys Vlasenko · 14 years ago
  10. 3442538 move help text from include/usage.src.h to coreutils/*.c by Pere Orga · 14 years ago
  11. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  12. 0939f2e fix up potential printf's with unsafe format strings by Denys Vlasenko · 15 years ago
  13. a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
  14. 62a90cd *: shrink by using [f]open_or_warn_stdin where appropriate by Denis Vlasenko · 17 years ago
  15. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  16. 91e80c2 delete now unused check_header_gzip.c sum: do not use uintmax needlessly by Denis Vlasenko · 17 years ago
  17. fe7cd64 don't pass argc in getopt32, it's superfluous by Denis Vlasenko · 17 years ago
  18. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 18 years ago
  19. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  20. cd75a96 - sum -r TODO should not print the filename as oposed to -s by Bernhard Reutner-Fischer · 18 years ago
  21. 9ac9e55 sum: 40% size reduction (-300 bytes) find: one_char -> LONE_CHAR by Denis Vlasenko · 18 years ago
  22. 9f73944 inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid] by Denis Vlasenko · 18 years ago
  23. ddec5af rename functions to more understandable names by Denis Vlasenko · 18 years ago
  24. c6f188d silly size savings and capitalization fixes by Denis Vlasenko · 18 years ago
  25. 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 18 years ago
  26. 7fee0c4 - fix copy'n paste errors that got introduced when switching to the shorter boilerplate. by Bernhard Reutner-Fischer · 18 years ago
  27. 73561cc - pull from busybox_scratch: r15829:15850 by Bernhard Reutner-Fischer · 18 years ago
  28. 998f449 We use -funsigned-char now, so having a separate RESERVE_CONFIG_UBUFFER is by Rob Landley · 19 years ago
  29. 02794e1 Fix bug 674: sum's block count should always round up. by Rob Landley · 19 years ago
  30. b7128c6 Cleanup patch by Bernhard Fischer, removing unnecessary includes of by Rob Landley · 19 years ago
  31. db289b2 use CONFIG_BUFFER macros like cow suggested and shrink code size some more by using less variables and more gotos ;) by Mike Frysinger · 19 years ago
  32. a80b290 some tweaks by cow to shrink a little by Mike Frysinger · 19 years ago
  33. 1fb7961 use more busybox functions and remove redundant code by Mike Frysinger · 20 years ago
  34. 4a21170 grab sum from coreutils, clean it up, and make it busybox happy by Mike Frysinger · 20 years ago