Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-09-11 | Replace toys.exithelp with help_exit() in lib. | Rob Landley | |
2015-08-08 | Different tools have different ideas about what human-readable output | Elliott Hughes | |
looks like. dd uses "7 MB" where du uses "7M", for example. this patch adds flags, similar to the BSD humanize_number. most callers will pass 0. | |||
2015-03-23 | add missing space in dd output | Elliott Hughes | |
Also, coreutils says "s" instead of "seconds". POSIX specifies the format of the previous two lines, but doesn't even mention this line. | |||
2014-05-06 | Switch human_readable() to just outputing decimal kilo/mega/gigabytes, make ↵ | Rob Landley | |
du use it, move it from lib/pending.c to lib.c. | |||
2013-11-10 | du from Ashwini Sharma. | Rob Landley | |