index
:
forks/busybox
1_33_stable
master
Busybox tree with Carbs Linux patches
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
coreutils
/
sum.c
Age
Commit message (
Expand
)
Author
2008-07-05
*: rename ATTRIBUTE_XXX to just XXX.
Denis Vlasenko
2008-03-17
*: shrink by using [f]open_or_warn_stdin where appropriate
Denis Vlasenko
2007-10-11
add -fvisibility=hidden to CC flags, mark XXX_main functions
Denis Vlasenko
2007-10-05
delete now unused check_header_gzip.c
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-02-03
suppress warnings about easch <applet>_main() having
Denis Vlasenko
2007-01-27
- sum -r TODO should not print the filename as oposed to -s
Bernhard Reutner-Fischer
2006-12-23
sum: 40% size reduction (-300 bytes)
Denis Vlasenko
2006-12-16
inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid]
Denis Vlasenko
2006-10-26
rename functions to more understandable names
Denis Vlasenko
2006-10-26
silly size savings and capitalization fixes
Denis Vlasenko
2006-10-03
getopt_ulflags -> getopt32.
Denis Vlasenko
2006-09-13
- fix copy'n paste errors that got introduced when switching to the shorter b...
Bernhard Reutner-Fischer
2006-08-28
- pull from busybox_scratch: r15829:15850
Bernhard Reutner-Fischer
2006-04-10
We use -funsigned-char now, so having a separate RESERVE_CONFIG_UBUFFER is
Rob Landley
2006-02-14
Fix bug 674: sum's block count should always round up.
Rob Landley
2005-09-11
Cleanup patch by Bernhard Fischer, removing unnecessary includes of
Rob Landley
2005-09-10
use CONFIG_BUFFER macros like cow suggested and shrink code size some more by...
Mike Frysinger
2005-09-10
some tweaks by cow to shrink a little
Mike Frysinger
2005-05-16
use more busybox functions and remove redundant code
Mike Frysinger
2005-04-21
grab sum from coreutils, clean it up, and make it busybox happy
Mike Frysinger