Bump to version 1.22.1
[platform/upstream/busybox.git] / coreutils / sum.c
2013-11-29 Denys VlasenkoUse unsigned printf/scanf conversion where more appropriate
2013-01-15 Denys Vlasenkowhitespace fixes. no code changes
2011-06-05 Denys Vlasenko*: remove "Options:" string from help texts
2011-03-31 Pere Orgamove help text from include/usage.src.h to coreutils/*.c
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2009-10-24 Denys Vlasenkofix up potential printf's with unsafe format strings
2008-07-05 Denis Vlasenko*: rename ATTRIBUTE_XXX to just XXX.
2008-03-17 Denis Vlasenko*: shrink by using [f]open_or_warn_stdin where appropriate
2007-10-11 Denis Vlasenkoadd -fvisibility=hidden to CC flags, mark XXX_main...
2007-10-05 Denis Vlasenkodelete now unused check_header_gzip.c
2007-08-18 Denis Vlasenkodon't pass argc in getopt32, it's superfluous
2007-05-26 Denis Vlasenkousage.c: remove reference to busybox.h
2007-02-03 Denis Vlasenkosuppress warnings about easch <applet>_main() having
2007-01-27 Bernhard Reutner... - sum -r TODO should not print the filename as oposed...
2006-12-23 Denis Vlasenkosum: 40% size reduction (-300 bytes)
2006-12-16 Denis Vlasenkoinline strcmp(s, "-") [actually macro-ize it for now...
2006-10-26 Denis Vlasenkorename functions to more understandable names
2006-10-26 Denis Vlasenkosilly size savings and capitalization fixes
2006-10-03 Denis Vlasenkogetopt_ulflags -> getopt32.
2006-09-13 Bernhard Reutner... - fix copy'n paste errors that got introduced when...
2006-08-28 Bernhard Reutner... - pull from busybox_scratch: r15829:15850
2006-04-10 Rob LandleyWe use -funsigned-char now, so having a separate RESERV...
2006-02-14 Rob LandleyFix bug 674: sum's block count should always round up.
2005-09-11 Rob LandleyCleanup patch by Bernhard Fischer, removing unnecessary...
2005-09-10 Mike Frysingeruse CONFIG_BUFFER macros like cow suggested and shrink...
2005-09-10 Mike Frysingersome tweaks by cow to shrink a little
2005-05-16 Mike Frysingeruse more busybox functions and remove redundant code
2005-04-21 Mike Frysingergrab sum from coreutils, clean it up, and make it busyb...