Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Constify the first argument to expand_number() so that it can | jb | 2007-11-18 | 1 | -1/+1 |
| | | | | be called with a const without the compiler grisling. | ||||
* | Adjust history. | obrien | 2007-09-28 | 1 | -1/+1 |
| | | | | Approved by: re(ken) | ||||
* | Point expand_number(3) at humanize_number(3) and nive versa. | pjd | 2007-09-05 | 1 | -0/+2 |
| | | | | | Suggested by: trhodes Approved by: re (kensmith) | ||||
* | Implement expand_number(3), which is the opposite of humanize_number(3), ie. | pjd | 2007-09-01 | 1 | -0/+84 |
a number in human-readable form is converted to int64_t, for example: 123b -> 123 10k -> 10240 16G -> 17179869184 First version submitted by: Eric Anderson <anderson@freebsd.org> Approved by: re (bmah) |