aboutsummaryrefslogtreecommitdiff
path: root/coreutils/comm.c
AgeCommit message (Expand)Author
2005-05-13as Rob Landley pointed out, need to fix the 1 versus i typo in indexingMike Frysinger
2005-05-13blah, forgot to save last time to fix whitespacingMike Frysinger
2005-05-13remove duplicated code and rework algorithms to end up with smaller codeMike Frysinger
2005-05-12use a bunch of if statements since it is a few bytes smaller than a switch; a...Mike Frysinger
2005-05-12err, added 2 to the wrong var :) also touchup the option detection to shrink ...Mike Frysinger
2005-05-12fix segfault if user only specifies 1 fileMike Frysinger
2005-05-12fix whitespace/coding styleMike Frysinger
2005-05-11Small comm implementatin from Rob Sullivan. Needed to build perl.Rob Landley