summaryrefslogtreecommitdiff
path: root/libbb/human_readable.c
Commit message (Expand)AuthorAgeFilesLines
* whitespace and comment format fixes, no code changesDenys Vlasenko2017-10-051-1/+0
* du: extra compat: with -k and -m, round sizes upDenys Vlasenko2015-10-151-8/+3
* use auto_string() where appropriate to kill a few staticsDenys Vlasenko2015-10-091-8/+1
* Make smart_ulltoa return pointer to end (allows for code shink in callers)Denys Vlasenko2013-09-061-2/+4
* *: whitespace fixesDenys Vlasenko2010-10-281-2/+2
* fdisk: initial stab at GPT partition supportKevin Cernekee2010-10-251-2/+2
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* ls: make it so that group never glues itself to file sizeDenys Vlasenko2010-01-181-1/+1
* libbb/human_readable.c: shrink; and reduce bss usageDenys Vlasenko2009-10-131-32/+130
* Fix forgotten license commentsDenis Vlasenko2008-12-071-0/+2
* df: add support for more options, add some coreutils 6.10 compat.Denis Vlasenko2008-08-281-12/+21
* *: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko2008-06-271-1/+1
* trylink: produce even more info about final link stageDenis Vlasenko2007-08-121-6/+6
* style fix (stray space before ';')Denis Vlasenko2007-07-211-1/+1
* delete tons of extra #includesDenis Vlasenko2007-05-311-1/+0
* random style fixes (extra spaces deleted)Denis Vlasenko2007-03-241-2/+2
* reshuffle libbb.h contents so that order of decls makes senseDenis Vlasenko2006-10-271-4/+5
* Standardize on the vi editing directives being on the first line."Robert P. J. Day"2006-07-021-0/+1
* - Rich Felker writes: fix invalid printf format stringsBernhard Reutner-Fischer2006-03-291-3/+3
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-4/+4
* "staywithu" writes:Eric Andersen2003-08-221-4/+3
* Generalize comment -- no longer ls specificEric Andersen2001-06-301-4/+3
* All-integer version (but it does use an unsigned long long) which fixesManuel Novoa III2001-06-301-47/+70
* I reworked make_human_readable_str so it now has a sane interface,Eric Andersen2001-06-131-22/+26
* Place a temporary bandaid on the ls/du/df human-readable issue. This method isEric Andersen2001-04-031-19/+28
* 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