index
:
busybox-w32
ansi
awk_faster
busybox
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
realpath
stty
su_cmd
su_cmd2
su_cmd3
symlink
tab_completion
tab_completion2
tilde
ucrt_hack
w32_1_26_2
wget-post-file
wip
A mirror of https://github.com/rmyorston/busybox-w32.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
coreutils
/
comm.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
*: remove "Options:" string from help texts
Denys Vlasenko
2011-06-05
1
-1
/
+0
*
move help text from include/usage.src.h to coreutils/*.c
Pere Orga
2011-03-31
1
-0
/
+9
*
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-08-16
1
-1
/
+1
*
comm: almost total rewrite; add testsuite
Denis Vlasenko
2008-07-15
1
-54
/
+41
*
*: rename ATTRIBUTE_XXX to just XXX.
Denis Vlasenko
2008-07-05
1
-1
/
+1
*
*: add -Wunused-parameter; fix resulting breakage
Denis Vlasenko
2008-03-17
1
-1
/
+1
*
add -fvisibility=hidden to CC flags, mark XXX_main functions
Denis Vlasenko
2007-10-11
1
-1
/
+1
*
don't pass argc in getopt32, it's superfluous
Denis Vlasenko
2007-08-18
1
-1
/
+1
*
usage.c: remove reference to busybox.h
Denis Vlasenko
2007-05-26
1
-1
/
+1
*
comm: eliminate statics
Denis Vlasenko
2007-04-07
1
-44
/
+30
*
suppress warnings about easch <applet>_main() having
Denis Vlasenko
2007-02-03
1
-0
/
+1
*
getopt_ulflags -> getopt32.
Denis Vlasenko
2006-10-03
1
-1
/
+1
*
Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate
Rob Landley
2006-08-03
1
-5
/
+1
*
Some tests were always true. We need comm.tests...
Rob Landley
2006-04-04
1
-18
/
+4
*
as Rob Landley pointed out, need to fix the 1 versus i typo in indexing
Mike Frysinger
2005-05-13
1
-1
/
+1
*
blah, forgot to save last time to fix whitespacing
Mike Frysinger
2005-05-13
1
-1
/
+1
*
remove duplicated code and rework algorithms to end up with smaller code
Mike Frysinger
2005-05-13
1
-40
/
+38
*
use a bunch of if statements since it is a few bytes smaller than a switch; a...
Mike Frysinger
2005-05-12
1
-20
/
+16
*
err, added 2 to the wrong var :) also touchup the option detection to shrink ...
Mike Frysinger
2005-05-12
1
-14
/
+8
*
fix segfault if user only specifies 1 file
Mike Frysinger
2005-05-12
1
-1
/
+1
*
fix whitespace/coding style
Mike Frysinger
2005-05-12
1
-27
/
+28
*
Small comm implementatin from Rob Sullivan. Needed to build perl.
Rob Landley
2005-05-11
1
-0
/
+155