aboutsummaryrefslogtreecommitdiff
path: root/libbb/human_readable.c
AgeCommit message (Expand)Author
2017-10-05whitespace and comment format fixes, no code changesDenys Vlasenko
2015-10-15du: extra compat: with -k and -m, round sizes upDenys Vlasenko
2015-10-09use auto_string() where appropriate to kill a few staticsDenys Vlasenko
2013-09-06Make smart_ulltoa return pointer to end (allows for code shink in callers)Denys Vlasenko
2010-10-28*: whitespace fixesDenys Vlasenko
2010-10-25fdisk: initial stab at GPT partition supportKevin Cernekee
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2010-01-18ls: make it so that group never glues itself to file sizeDenys Vlasenko
2009-10-13libbb/human_readable.c: shrink; and reduce bss usageDenys Vlasenko
2008-12-07Fix forgotten license commentsDenis Vlasenko
2008-08-28df: add support for more options, add some coreutils 6.10 compat.Denis Vlasenko
2008-06-27*: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko
2007-08-12trylink: produce even more info about final link stageDenis Vlasenko
2007-07-21style fix (stray space before ';')Denis Vlasenko
2007-05-31delete tons of extra #includesDenis Vlasenko
2007-03-24random style fixes (extra spaces deleted)Denis Vlasenko
2006-10-27reshuffle libbb.h contents so that order of decls makes senseDenis Vlasenko
2006-07-02Standardize on the vi editing directives being on the first line."Robert P. J. Day"
2006-03-29- Rich Felker writes: fix invalid printf format stringsBernhard Reutner-Fischer
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen
2003-08-22"staywithu" writes:Eric Andersen
2001-06-30Generalize comment -- no longer ls specificEric Andersen
2001-06-30All-integer version (but it does use an unsigned long long) which fixesManuel Novoa III
2001-06-13I reworked make_human_readable_str so it now has a sane interface,Eric Andersen
2001-04-03Place a temporary bandaid on the ls/du/df human-readable issue. This method isEric Andersen
2001-03-28Patch bass ackwards behavior of hr flag.Matt Kraai
2001-03-28Rewrite to fix bug #1140 and make it slightly smaller.Matt Kraai
2001-03-16Convert utility.c into libbb.a. It is now a whole pile of .cEric Andersen