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