1. 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 18 years ago
  2. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  3. e104d5f Some tests were always true. We need comm.tests... by Rob Landley · 18 years ago
  4. 1ece21b as Rob Landley pointed out, need to fix the 1 versus i typo in indexing by Mike Frysinger · 19 years ago
  5. 0fb397e blah, forgot to save last time to fix whitespacing by Mike Frysinger · 19 years ago
  6. 867a608 remove duplicated code and rework algorithms to end up with smaller code by Mike Frysinger · 19 years ago
  7. 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
  8. b3a6ec3 err, added 2 to the wrong var :) also touchup the option detection to shrink size by Mike Frysinger · 19 years ago
  9. 3ba93c0 fix segfault if user only specifies 1 file by Mike Frysinger · 19 years ago
  10. 0d605e9 fix whitespace/coding style by Mike Frysinger · 19 years ago
  11. 2acfd7b Small comm implementatin from Rob Sullivan. Needed to build perl. by Rob Landley · 19 years ago