1. 22542ec getopt32: remove opt_complementary by Denys Vlasenko · 7 years ago
  2. 036585a getopt32: remove applet_long_options 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. f560422 Big cleanup in config help and description by Denys Vlasenko · 8 years ago
  6. af3f420 Convert all coreutils/* applets to "new style" applet definitions by Denys Vlasenko · 8 years ago
  7. 17f8418 Add conditional support for -v / --verbose by Denys Vlasenko · 11 years ago
  8. f1f8fca mv: accept but ignore -v by Simon B · 13 years ago
  9. 6642676 *: remove "Options:" string from help texts by Denys Vlasenko · 14 years ago
  10. fb132e4 whitespace cleanup by Denys Vlasenko · 14 years ago
  11. 4c46d85 mv: implement -n option by Denys Vlasenko · 14 years ago
  12. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  13. 6331cf0 *: use "can't" instead of "cannot" by Denys Vlasenko · 15 years ago
  14. 13afb2a mv: fix a case when we move dangling symlink by Denis Vlasenko · 16 years ago
  15. 1f22898 whitespace fixes. no code changes by Denis Vlasenko · 17 years ago
  16. b9ad75f copy_file: handle "cp /dev/foo file" (almost) compatibly to coreutils. by Denis Vlasenko · 17 years ago
  17. c93b162 patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes) by Denis Vlasenko · 17 years ago
  18. 7c2db5c - use standard-imposed constants some more by Bernhard Reutner-Fischer · 17 years ago
  19. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  20. 818322b *: kill bb_get_last_path_component, replace with two functions by Denis Vlasenko · 17 years ago
  21. 6666ac4 cp,mv: simpler arg[cv] handling -> smallish code savings by Denis Vlasenko · 17 years ago
  22. fe7cd64 don't pass argc in getopt32, it's superfluous by Denis Vlasenko · 17 years ago
  23. 6ca409e trylink: produce even more info about final link stage by Denis Vlasenko · 17 years ago
  24. 990d0f6 Replace index_in_[sub]str_array with index_in_[sub]strings, by Denis Vlasenko · 17 years ago
  25. bdc88fd rework long option handling. saves ~1.2k by Denis Vlasenko · 17 years ago
  26. fad2b86 use "glibc errno" trick not only for ash, but for entire busybox by Denis Vlasenko · 18 years ago
  27. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 18 years ago
  28. c86e052 fix accumulated whitespace and indentation damage by Denis Vlasenko · 18 years ago
  29. 49622d7 selinux support by Yuichi Nakamura <ynakam@hitachisoft.jp> (HitachiSoft) by Denis Vlasenko · 18 years ago
  30. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  31. d9e15f2 style cleanup: return(a) -> return a, part 2 by Denis Vlasenko · 18 years ago
  32. f24e1f4 cp: add support for -s, -l. Fix free(nonmalloc) bug. by Denis Vlasenko · 18 years ago
  33. 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 18 years ago
  34. 801ab14 Add one-line GPL boilerplate to numerous (but not all yet) source files. by "Robert P. J. Day" · 18 years ago
  35. 01d23ad - add central knob to turn off getopt_long everywhere. EXPERIMENTAL! by Bernhard Reutner-Fischer · 19 years ago
  36. dfba741 Robert P. Day removed 8 gazillion occurrences of "extern" on function by Rob Landley · 19 years ago
  37. b7128c6 Cleanup patch by Bernhard Fischer, removing unnecessary includes of by Rob Landley · 19 years ago
  38. 27421a1 1) bb_opt_complementaly -> bb_opt_complementally by "Vladimir N. Oleynik" · 19 years ago
  39. 3c12ff7 If /tmp and /home were different partitions, then "mv /tmp/file /home/file" by Rob Landley · 19 years ago
  40. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 21 years ago
  41. 96099d5 Use return instead of exit, use == instead of & ==, left justify labels, by Glenn L McGrath · 21 years ago
  42. 8876fb2 last_patch89 from vodz: by Eric Andersen · 21 years ago
  43. cad5364 Major coreutils update. by Manuel Novoa III · 22 years ago
  44. 4c557bf Invert FILEUTILS_PRESERVE_SYMLINKS into FILEUTILS_DEREFERENCE. by Matt Kraai · 23 years ago
  45. 8810bdb Rewrote rm. by Matt Kraai · 24 years ago
  46. 0144103 Use generic flag names. by Matt Kraai · 24 years ago
  47. 91b2855 Rewrite cp and mv to be SUSv2 compliant. by Matt Kraai · 24 years ago
  48. fac10d7 A few minor updates. ;-) by Erik Andersen · 25 years ago
  49. 1dbc17f Fix cp and mv so 'cp foo/README bar' where foo and bar are directories, by Erik Andersen · 25 years ago
  50. f664c00 Fixed mv so it now does the right thing (same method used in cp). Removed by Erik Andersen · 25 years ago
  51. 2fe08c7 Fixed cp so it works as God intended it to. -Erik by Erik Andersen · 25 years ago
  52. d80e851 Stuf by Eric Andersen · 25 years ago
  53. d73dc5b Updates to usage, and made tar work. -Erik by Eric Andersen · 25 years ago
  54. c499601 Fixed up copyright notices and such by Eric Andersen · 25 years ago
  55. b0e9a70 More stuff. -Erik by Eric Andersen · 25 years ago
  56. bed30e9 More fixes by Eric Andersen · 25 years ago
  57. 9b58718 Some fixes and such by Eric Andersen · 25 years ago
  58. f811e07 More stuff. by Eric Andersen · 25 years ago
  59. 596e546 more stuff by Eric Andersen · 25 years ago
  60. cc8ed39 Initial revision by Eric Andersen · 25 years ago 0_29alpha2