aboutsummaryrefslogtreecommitdiff
path: root/coreutils/comm.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* usage.c: remove reference to busybox.hvda2007-05-261-1/+1
* comm: eliminate staticsvda2007-04-071-44/+30
* suppress warnings about easch <applet>_main() havingvda2007-02-031-0/+1
* getopt_ulflags -> getopt32.vda2006-10-031-1/+1
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidatelandley2006-08-031-5/+1
* Some tests were always true. We need comm.tests...landley2006-04-041-18/+4
* as Rob Landley pointed out, need to fix the 1 versus i typo in indexingvapier2005-05-131-1/+1
* blah, forgot to save last time to fix whitespacingvapier2005-05-131-1/+1
* remove duplicated code and rework algorithms to end up with smaller codevapier2005-05-131-40/+38
* use a bunch of if statements since it is a few bytes smaller than a switch; a...vapier2005-05-121-20/+16
* err, added 2 to the wrong var :) also touchup the option detection to shrink ...vapier2005-05-121-14/+8
* fix segfault if user only specifies 1 filevapier2005-05-121-1/+1
* fix whitespace/coding stylevapier2005-05-121-27/+28
* Small comm implementatin from Rob Sullivan. Needed to build perl.landley2005-05-111-0/+155