Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-26 | fix !CONFIG_FLOAT_DURATION build | Denys Vlasenko | |
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||
2018-08-03 | Complie libbb/duration.c if ping[6] is selected | Denys Vlasenko | |
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||
2018-08-03 | extend fractional duration support to "top -d N.N" and "timeout" | Denys Vlasenko | |
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> |