Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
8d82cf72c99a8ab8bdbb0b179a1f1135a004c47a
/
coreutils
/
comm.c
fe7cd64
don't pass argc in getopt32, it's superfluous
by Denis Vlasenko
· 17 years ago
b6adbf1
usage.c: remove reference to busybox.h
by Denis Vlasenko
· 18 years ago
bb5b01c
comm: eliminate statics
by Denis Vlasenko
· 18 years ago
06af216
suppress warnings about easch <applet>_main() having no preceding prototype
by Denis Vlasenko
· 18 years ago
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