aboutsummaryrefslogtreecommitdiff
path: root/libbb/duration.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ash: fix sleep built-in not running INT trap immediately on ^CDenys Vlasenko2023-04-101-9/+7
* ash: optional sleep builtinShawn Landden2022-08-271-0/+6
* timeout,top,watch,ping: parse NN.N fractional duration in locales with other ...Denys Vlasenko2021-03-231-2/+12
* decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nillyDenys Vlasenko2020-11-301-1/+1
* randomconfig fixesDenys Vlasenko2020-06-231-0/+1
* fix !CONFIG_FLOAT_DURATION buildDenys Vlasenko2018-08-261-1/+1
* Complie libbb/duration.c if ping[6] is selectedDenys Vlasenko2018-08-031-0/+2
* extend fractional duration support to "top -d N.N" and "timeout"Denys Vlasenko2018-08-031-0/+76