index
:
busybox.git
1_33_stable
1_35_stable
master
Copy of git.busybox.net/busybox
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
coreutils
/
comm.c
Age
Commit message (
Expand
)
Author
2018-12-28
config: update size information
Denys Vlasenko
2017-08-08
getopt32: remove opt_complementary
Denys Vlasenko
2017-07-21
config: deindent all help texts
Denys Vlasenko
2017-07-18
Update menuconfig items with approximate applet sizes
Denys Vlasenko
2016-11-23
Convert all coreutils/* applets to "new style" applet definitions
Denys Vlasenko
2011-06-05
*: remove "Options:" string from help texts
Denys Vlasenko
2011-03-31
move help text from include/usage.src.h to coreutils/*.c
Pere Orga
2010-08-16
*: make GNU licensing statement forms more regular
Denys Vlasenko
2008-07-15
comm: almost total rewrite; add testsuite
Denis Vlasenko
2008-07-05
*: rename ATTRIBUTE_XXX to just XXX.
Denis Vlasenko
2008-03-17
*: add -Wunused-parameter; fix resulting breakage
Denis Vlasenko
2007-10-11
add -fvisibility=hidden to CC flags, mark XXX_main functions
Denis Vlasenko
2007-08-18
don't pass argc in getopt32, it's superfluous
Denis Vlasenko
2007-05-26
usage.c: remove reference to busybox.h
Denis Vlasenko
2007-04-07
comm: eliminate statics
Denis Vlasenko
2007-02-03
suppress warnings about easch <applet>_main() having
Denis Vlasenko
2006-10-03
getopt_ulflags -> getopt32.
Denis Vlasenko
2006-08-03
Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate
Rob Landley
2006-04-04
Some tests were always true. We need comm.tests...
Rob Landley
2005-05-13
as Rob Landley pointed out, need to fix the 1 versus i typo in indexing
Mike Frysinger
2005-05-13
blah, forgot to save last time to fix whitespacing
Mike Frysinger
2005-05-13
remove duplicated code and rework algorithms to end up with smaller code
Mike Frysinger
2005-05-12
use a bunch of if statements since it is a few bytes smaller than a switch; a...
Mike Frysinger
2005-05-12
err, added 2 to the wrong var :) also touchup the option detection to shrink ...
Mike Frysinger
2005-05-12
fix segfault if user only specifies 1 file
Mike Frysinger
2005-05-12
fix whitespace/coding style
Mike Frysinger
2005-05-11
Small comm implementatin from Rob Sullivan. Needed to build perl.
Rob Landley