aboutsummaryrefslogtreecommitdiff
path: root/coreutils/sum.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* We use -funsigned-char now, so having a separate RESERVE_CONFIG_UBUFFER islandley2006-04-101-1/+1
| | | | | | | a bit silly. Wean of that where it currently makes no difference... git-svn-id: svn://busybox.net/trunk/busybox@14784 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix bug 674: sum's block count should always round up.landley2006-02-141-8/+6
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14014 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Cleanup patch by Bernhard Fischer, removing unnecessary includes oflandley2005-09-111-1/+0
| | | | | | | getopt.h, whitespace changes, typos, etc. git-svn-id: svn://busybox.net/trunk/busybox@11422 69ca8d6d-28ef-0310-b511-8ec308f3f277
* use CONFIG_BUFFER macros like cow suggested and shrink code size some more ↵vapier2005-09-101-23/+19
| | | | | | by using less variables and more gotos ;) git-svn-id: svn://busybox.net/trunk/busybox@11421 69ca8d6d-28ef-0310-b511-8ec308f3f277
* some tweaks by cow to shrink a littlevapier2005-09-101-24/+11
| | | | git-svn-id: svn://busybox.net/trunk/busybox@11419 69ca8d6d-28ef-0310-b511-8ec308f3f277
* use more busybox functions and remove redundant codevapier2005-05-161-18/+17
| | | | git-svn-id: svn://busybox.net/trunk/busybox@10343 69ca8d6d-28ef-0310-b511-8ec308f3f277
* grab sum from coreutils, clean it up, and make it busybox happyvapier2005-04-211-0/+182
git-svn-id: svn://busybox.net/trunk/busybox@10148 69ca8d6d-28ef-0310-b511-8ec308f3f277