1. a02a4e9 whitespace and comment format fixes, no code changes by Denys Vlasenko · 7 years ago
  2. ebe6d9d whitespace and comment format fixes, no code changes by Denys Vlasenko · 7 years ago
  3. 72089cf config: deindent all help texts by Denys Vlasenko · 7 years ago
  4. 4eed2c6 Update menuconfig items with approximate applet sizes by Denys Vlasenko · 7 years ago
  5. af3f420 Convert all coreutils/* applets to "new style" applet definitions by Denys Vlasenko · 8 years ago
  6. 6642676 *: remove "Options:" string from help texts by Denys Vlasenko · 14 years ago
  7. 3442538 move help text from include/usage.src.h to coreutils/*.c by Pere Orga · 14 years ago
  8. 2d1a78b Marked some more applets NOEXEC/NOFORK by Dan Fandrich · 14 years ago
  9. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  10. 2805502 fold: unicode support. Based on a patch by Tomas Heinrich <heinrich.tomas@gmail.com> by Denys Vlasenko · 15 years ago
  11. ded688c fold: fix a corner case. By Tomas Heinrich (heinrich.tomas AT gmail.com) by Denys Vlasenko · 15 years ago
  12. 62a90cd *: shrink by using [f]open_or_warn_stdin where appropriate by Denis Vlasenko · 17 years ago
  13. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  14. 0c97c9d 'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>. by Denis Vlasenko · 17 years ago
  15. 4daad90 introduce bb_putchar(). saves ~1800 on uclibc (less on glibc). by Denis Vlasenko · 17 years ago
  16. 0beaff8 update Glenn McGrath's email address by Denis Vlasenko · 17 years ago
  17. fe7cd64 don't pass argc in getopt32, it's superfluous by Denis Vlasenko · 17 years ago
  18. 931de89 random shrinkage of statics, -60 bytes saved by Denis Vlasenko · 17 years ago
  19. b6adbf1 usage.c: remove reference to busybox.h 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. a41fdf3 preparatory patch for -Wwrite-strings #1 by Denis Vlasenko · 18 years ago
  22. 0849207 convert "negaite" config option into reversed (INCLUDE_SUSv2) by Denis Vlasenko · 18 years ago
  23. ddec5af rename functions to more understandable names by Denis Vlasenko · 18 years ago
  24. f0ed376 remove bb_printf and the like by Denis Vlasenko · 18 years ago
  25. 1385899 attempt to regularize atoi mess. by Denis Vlasenko · 18 years ago
  26. 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 18 years ago
  27. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  28. 63fc1a9 Standardize on the vi editing directives being on the first line. by "Robert P. J. Day" · 18 years ago
  29. dfba741 Robert P. Day removed 8 gazillion occurrences of "extern" on function by Rob Landley · 19 years ago
  30. 4bf3127 - very minor tweak: save 1 byte. by Bernhard Reutner-Fischer · 19 years ago
  31. b1fd52e remove outdated and do not corected comment. Use bb_xasprintf instead xmalloc+set+set+strcpy. by "Vladimir N. Oleynik" · 19 years ago
  32. f8fd4db Move SUSv2 obsolete feature disabling to debug menu, invert meaning of by Rob Landley · 19 years ago
  33. 0bd0257 Add build options to control SuS compatability, allows numeric by Glenn L McGrath · 19 years ago
  34. d77b781 - remove unused variable have_read_stdin - use FLAG_WIDTH by Bernhard Reutner-Fischer · 19 years ago
  35. 377bdaf avoid mixed declarations, to support older compilers just a little longer. by Paul Fox · 19 years ago
  36. 746cfc8 Another cleanup patch that's been in my tree for a while. Again I think it's by Rob Landley · 19 years ago
  37. c6992fe Update my email address, document some of my tasks in the AUTHORS file by Glenn L McGrath · 21 years ago
  38. 7a54360 Use bb_xgetlarg by Glenn L McGrath · 22 years ago
  39. f01b805 New applet, fold by Glenn L McGrath · 22 years ago