1. 22542ec getopt32: remove opt_complementary by Denys Vlasenko · 7 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. 6642676 *: remove "Options:" string from help texts by Denys Vlasenko · 14 years ago
  6. 3442538 move help text from include/usage.src.h to coreutils/*.c by Pere Orga · 14 years ago
  7. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  8. bb13079 comm: almost total rewrite; add testsuite by Denis Vlasenko · 16 years ago
  9. a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
  10. 68404f1 *: add -Wunused-parameter; fix resulting breakage by Denis Vlasenko · 17 years ago
  11. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  12. fe7cd64 don't pass argc in getopt32, it's superfluous by Denis Vlasenko · 17 years ago
  13. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 18 years ago
  14. bb5b01c comm: eliminate statics by Denis Vlasenko · 18 years ago
  15. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  16. 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 18 years ago
  17. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  18. e104d5f Some tests were always true. We need comm.tests... by Rob Landley · 19 years ago
  19. 1ece21b as Rob Landley pointed out, need to fix the 1 versus i typo in indexing by Mike Frysinger · 20 years ago
  20. 0fb397e blah, forgot to save last time to fix whitespacing by Mike Frysinger · 20 years ago
  21. 867a608 remove duplicated code and rework algorithms to end up with smaller code by Mike Frysinger · 20 years ago
  22. dad4cf7 use a bunch of if statements since it is a few bytes smaller than a switch; also use bb_xfopen() instead of fopen() so comm doesnt segfault when given non-existant files :( by Mike Frysinger · 20 years ago
  23. b3a6ec3 err, added 2 to the wrong var :) also touchup the option detection to shrink size by Mike Frysinger · 20 years ago
  24. 3ba93c0 fix segfault if user only specifies 1 file by Mike Frysinger · 20 years ago
  25. 0d605e9 fix whitespace/coding style by Mike Frysinger · 20 years ago
  26. 2acfd7b Small comm implementatin from Rob Sullivan. Needed to build perl. by Rob Landley · 20 years ago