summaryrefslogtreecommitdiff
path: root/libbb/human_readable.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Place a temporary bandaid on the ls/du/df human-readable issue. This method isEric Andersen2001-04-031-19/+28
| | | | | | | | | not going to scale up as well as I would like, and Matt Kraai and I have discussed a better long term solution. But for now this will at least make all the human-readable apps give correct answers. Please test the human readable/non-human readable options on your systems!!! -Erik
* Patch bass ackwards behavior of hr flag.Matt Kraai2001-03-281-10/+13
|
* Rewrite to fix bug #1140 and make it slightly smaller.Matt Kraai2001-03-281-26/+14
|
* Convert utility.c into libbb.a. It is now a whole pile of .cEric Andersen2001-03-161-0/+62
files. Clean up the resulting damage and fix up the makefile. -Erik