1. fe7cd64 don't pass argc in getopt32, it's superfluous by Denis Vlasenko · 17 years ago
  2. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 17 years ago
  3. bb5b01c comm: eliminate statics by Denis Vlasenko · 17 years ago
  4. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  5. 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 18 years ago
  6. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  7. e104d5f Some tests were always true. We need comm.tests... by Rob Landley · 18 years ago
  8. 1ece21b as Rob Landley pointed out, need to fix the 1 versus i typo in indexing by Mike Frysinger · 19 years ago
  9. 0fb397e blah, forgot to save last time to fix whitespacing by Mike Frysinger · 19 years ago
  10. 867a608 remove duplicated code and rework algorithms to end up with smaller code by Mike Frysinger · 19 years ago
  11. 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 · 19 years ago
  12. b3a6ec3 err, added 2 to the wrong var :) also touchup the option detection to shrink size by Mike Frysinger · 19 years ago
  13. 3ba93c0 fix segfault if user only specifies 1 file by Mike Frysinger · 19 years ago
  14. 0d605e9 fix whitespace/coding style by Mike Frysinger · 19 years ago
  15. 2acfd7b Small comm implementatin from Rob Sullivan. Needed to build perl. by Rob Landley · 19 years ago