Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix !CONFIG_FLOAT_DURATION build | Denys Vlasenko | 2018-08-26 | 1 | -1/+1 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | Complie libbb/duration.c if ping[6] is selected | Denys Vlasenko | 2018-08-03 | 1 | -0/+2 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | extend fractional duration support to "top -d N.N" and "timeout" | Denys Vlasenko | 2018-08-03 | 1 | -0/+76 |
function old new delta parse_duration_str - 168 +168 sleep_for_duration - 157 +157 top_main 885 928 +43 timeout_main 269 312 +43 handle_input 571 614 +43 duration_suffixes - 40 +40 sfx 40 - -40 sleep_main 364 79 -285 ------------------------------------------------------------------------------ (add/remove: 4/1 grow/shrink: 3/1 up/down: 494/-325) Total: 169 bytes Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> |